﻿/* -------- HELPER STYLES -------- */

#f_timer_box {
  display: none;
}

.amshopby-filters-left .block-subtitle {
  display: none;
}

#amshopby-bundle_goal_price-from-slider::before,
#amshopby-bundle_goal_price-to-slider::before {
  content: "£";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #ef7a22;
  color: #fff;
}
::selection {
  background: #ef7a22;
  color: #fff;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.btn::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
textarea,
input {
  outline: none;
}

/* -------- GLOBAL STYLES -------- */

body {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "Droid Sans", sans-serif;
  background-attachment: fixed;
  border-top: 5px solid #ef7a22;
}
body.no-scroll {
  overflow: hidden;
}

#christmas-banner {
  background-color: red;
  color: #fff;
  font-size: 1.1em;
  padding: 5px;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h1 {
  font-size: 1.875em; /* 30px/16px */
  line-height: 1.2;
  margin-bottom: 0.4em;
}
h2 {
  font-size: 1.6em; /* 24px/16px */
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.135em; /* 18px/16px */
  line-height: 1.2;
  margin-bottom: 0.8em; /* 0.4 */
  margin-top: 1em;
}
h4 {
  margin-bottom: 0.6em;
  line-height: 1.2;
  margin-top: 0.6em;
}
h5 {
  color: #ef7a22;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 1em;
}
body {
  font-size: 0.875em; /* 14px/16px */
  line-height: 1.4;
}
p,
.prodContentStyle,
address {
  margin-bottom: 0.85em;
}
.prodContentStyle {
  margin: 0;
}
.prodContentStyle a {
  color: #ef7a22;
}
.prodContentStyle a:hover {
  text-decoration: underline;
}
.prodContentStyle a.btn {
  color: #fff;
}
.prodContentStyle a.btn:hover {
  color: #000;
  text-decoration: none;
}
.prodContentStyle img {
  max-width: 100%;
}
#shopping-cart-table img {
  min-width: 75px;
}
p.intro {
  font-size: 1.35em; /* 20px/16px */
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #ef7a22;
  /*text-decoration: underline;*/
}
strong,
b {
  font-weight: 700;
}
em {
  font-style: italic;
}
.small {
  font-size: 0.95714286em; /* 12px/14px */
}
.text-orange {
  color: #ef7a22;
}
img {
  vertical-align: top;
}
.responsive-img {
  height: auto;
  max-width: 100%;
}
.container-wrapper {
  background: #222;
  position: relative;
  z-index: 2;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.video-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.video-responsive .video-responsive-item {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div.fancy-select {
  z-index: 9999;
  position: relative;
}

/* MEDIA QUERIES */

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 993px) {
  .container {
    width: 960px;
  }
}

/* -------- FORM STYLES -------- */

.form-group {
  margin-bottom: 15px;
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group .form-control,
.input-group .input-group-addon,
.input-group .input-group-btn {
  display: table-cell;
}
.form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 12px;
  height: 29px;
  padding: 6px 12px;
  width: 100%;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.search-form form {
  padding: 3px 0 3px 3px;
}
.search-form form .input-group-addon {
  background: #fff;
}
.search-form form .input-group-addon img {
  margin-left: 15px;
}
.search-form form .input-group-btn input {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 29px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.search-form form .input-group-btn input:hover {
  color: #000;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
  .search-form {
  }
}

/* -------- ADVERT STYLES -------- */

.ad-bckgnd {
  display: inline;
  height: 100%;
  position: fixed;
  top: 0;
  width: 50%;
  z-index: 0;
}
.ad-bckgnd-right {
  left: 50%;
}

/* MEDIA QUERIES */

@media screen and (max-width: 767px) {
  .ad-bckgnd {
    display: none;
  }
}

/* -------- COLUMN STYLES -------- */

.section-inset {
  padding: 0 10px 0;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.column-2,
.column-3,
.column-4,
.column-5 {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.column-2 {
  width: 50%;
}
.column-3 {
  width: 33.3333333%;
}
.column-4 {
  width: 25%;
}
.column-5 {
  width: 20%;
}
@media screen and (max-width: 992px) {
  .column-5 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .column-2 {
    width: 100%;
  }
  .column-4 {
    width: 50%;
  }
  .column-5 {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 500px) {
  .column-4 {
    width: 100%;
  }
  .mega-dropdown .column-3,
  .column-5 {
    width: 50%;
  }
}

/* -------- NOTICE STYLES -------- */

.notice-success,
.notice-info,
.notice-warning,
.notice-danger {
  color: #fff;
  font-weight: bold;
  padding: 6px;
}
.notice-success p,
.notice-info p,
.notice-warning p,
.notice-danger p {
  font-size: 0.8em;
  line-height: 1.2;
}
.notice-success {
  background: #8cc63f;
}
.notice-info {
  background: #29abe2;
}
.notice-warning {
  background: #ee7a22;
}
.notice-danger {
  background: #c0272d;
}

/* MEDIA QUERIES */

@media screen and (max-width: 500px) {
  .notice-success,
  .notice-info,
  .notice-warning,
  .notice-danger {
    padding: 5px;
  }
  .notice-success p,
  .notice-info p,
  .notice-warning p,
  .notice-danger p {
    font-size: 0.6em; /* 8px/16px */
  }
}

/* -------- BUTTON STYLES -------- */

.btn {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 14px;
}
.btn-black {
  background: #000;
}
.btn-white,
.prodContentStyle a.btn.btn-white {
  background: #fff;
  color: #000;
}
.btn-orange {
  background: #ef7a22;
}
.btn-green {
  background: #8cc63f;
}
.btn-red {
  background: #c0272d;
}
.btn-wide {
  display: block;
  width: 100%;
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn-black:hover,
.btn-white:hover,
.prodContentStyle a.btn.btn-white:hover,
.prodContentStyle a.btn.btn-white:hover {
  color: #ef7a22;
}
.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  content: attr(alt);
  font-size: 0.85em;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  padding: 5px 7px;
  position: absolute;
  text-align: center;
  top: -115%;
  visibility: hidden;
  width: 90px;
  z-index: 999;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}

.adding-to-cart {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #8cc63f url("../img/ajax-loader.gif") no-repeat 50% 50%;
  pointer-events: none;
}

/* -------- SOCIAL LINKS STYLES -------- */

.social-links {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
.social-links li {
  float: left;
  margin-right: 4px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  background: no-repeat center center;
  background-size: 100% 100%;
  border: 2px solid transparent;
  display: block;
  height: 33px;
  width: 33px;
}
.social-links li.facebook a {
  background-color: #3b5998;
  background-image: url("../img/icon-social-facebook.png");
}
.social-links li.twitter a {
  background-color: #55acee;
  background-image: url("../img/icon-social-twitter.png");
}
.social-links li.google a {
  background-color: #dd4b39;
  background-image: url("../img/icon-social-google.png");
}
.social-links li.rss a {
  background-color: #ee7a00;
  background-image: url("../img/icon-social-rss.png");
}
.social-links li a:hover {
  border-color: #fff;
}

/* -------- HEADER STYLES -------- */

#pre-header {
  background-color: #fff;
  color: #000;
  padding: 8px 5px;
  position: relative;
  z-index: 1;
}
#pre-header .column-left {
  float: left;
}
#pre-header .column-right {
  float: right;
}
.basket-links {
  display: inline-block;
  height: 24px;
}
.basket-links .basket-qty {
  background: url("../img/icon-basket.png") no-repeat left bottom;
  border-right: 2px solid #000;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  padding-right: 6px;
  position: relative;
  text-align: center;
  top: -9px;
  width: 36px;
}
.login-links {
  display: inline-block;
  padding: 0 0 15px 34px;
}
#pre-header .login-links {
  padding: 8px 30px 8px 50px;
}
.login-links * {
  position: relative;
}
.login-links *:first-child:before {
  background: url("../img/icon-prehead-person.png") no-repeat center center;
  background-size: 100%;
  content: "";
  height: 18px;
  left: -34px;
  position: absolute;
  top: 1px;
  width: 19px;
}
.header-wrapper {
  background-color: #1a1a1a;
}
#header {
  padding: 26px 30px 22px;
}
#main-logo {
  display: inline-block;
  max-width: 296px;
  width: 60%;
}
#main-logo img {
  height: 75px;
}
.nav-search {
  margin-top: 7px;
  margin-right: 0;
  margin-left: auto;
}
.nav-toggle {
  background: #3c3c3c;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: none;
  float: left;
  margin-right: 4px;
  padding: 8px 11px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.nav-toggle:hover {
  background-color: #ef7a22;
}
.nav-toggle .icon-bar {
  background: #fff;
  display: block;
  height: 5px;
  width: 26px;
}
.nav-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}
#nav,
#nav2 {
  background-color: #ef7a22;
  border-bottom: 1px solid #c7661c;
  color: #fff;
  font-size: 0.85em; /* 12px/16px */
  font-weight: 700;
}
#nav > ul.primary-nav {
  height: 40px;
  padding: 0 24px;
  text-align: justify;
}
#nav > ul.primary-nav > li {
  display: inline;
  padding: 20px 0;
  position: relative;
}
#nav > ul.primary-nav li.stretch {
  display: inline-block;
  padding: 0;
  width: 100%;
}
#nav > ul.primary-nav > li > a {
  display: inline-block;
  padding: 22px 0;
}
/*
#nav > ul.primary-nav > li:first-child > a {
	background: url("../img/icon-nav-home.png") no-repeat center center;
	text-indent: -99999px;
	width: 34px;
}
*/
#nav > ul.primary-nav > li > ul {
  background: grey;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 53px;
  display: none !important;
  z-index: 99;
}
#nav > ul.primary-nav > li:hover > ul {
  display: block !important;
}
#nav > ul.primary-nav > li.last > ul {
  left: auto;
  right: 0;
}
#nav > ul.primary-nav > li ul li span,
#nav > ul.primary-nav > li ul li a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
  transition: none;
}
#nav > ul.primary-nav > li ul li span {
  color: #ef7a22;
}
#nav > ul.primary-nav > li > .mega-dropdown {
  background: grey;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  display: none !important;
  width: 480px;
  z-index: 99;
  top: 53px;
}
#nav > ul.primary-nav > li:hover > .mega-dropdown {
  display: block !important;
}
#nav > ul.primary-nav > li > .mega-dropdown > div > ul:first-child li a {
  white-space: normal;
}
#nav > ul.secondary-nav {
  font-size: 1.33333333em; /* 16px/12px */
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: 95px;
}
#nav > ul.secondary-nav li {
  border-right: 1px solid #fff;
  float: left;
  margin-right: 6px;
  padding-right: 6px;
}
#nav > ul.secondary-nav li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.dropdown-toggle {
  background: url("../img/icon-plus.png") no-repeat center center #3c3c3c;
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  width: 40px;
}
.dropdown-toggle:hover {
  background-color: #ef7a22;
}
#post-header {
  background-color: #222222;
  color: #ef7a22;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  font-size: 1.1em;
}
#post-header ul li {
  display: inline-block;
  margin: 0 10px;
}
#post-header ul li img {
  margin-right: 10px;
  vertical-align: middle;
}
#finance-banner {
  text-align: center;
  background-color: #141414;
}

/* MEDIA QUERIES */

@media screen and (min-width: 993px) {
  /*
	#nav > ul.primary-nav > li > ul,
	#nav > ul.primary-nav > li > .mega-dropdown {
		-webkit-transition:opacity 0.25s, visibility 0.25s;
		   -moz-transition:opacity 0.25s, visibility 0.25s;
			 -o-transition:opacity 0.25s, visibility 0.25s;
			-ms-transition:opacity 0.25s, visibility 0.25s;
				transition:opacity 0.25s, visibility 0.25s;
	}
    */
}
@media screen and (max-width: 992px) {
  .nav-search {
    float: none;
    width: auto;
  }
  .nav-toggle {
    display: block;
  }
  #nav {
    display: none;
  }
  #nav > ul.primary-nav {
    height: auto;
    padding: 0;
  }
  #nav > ul.primary-nav > li {
    display: block;
    padding: 0;
  }
  #nav > ul.primary-nav li.stretch {
    display: none;
  }
  #nav > ul.primary-nav > li:first-child > a {
    background: transparent;
    text-indent: inherit;
    width: auto;
  }
  #nav > ul.primary-nav > li > a {
    display: block;
    padding: 14px 15px;
  }
  #nav > ul.primary-nav > li > ul,
  #nav > ul.primary-nav > li > .mega-dropdown {
    background-color: #222;
    display: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    visibility: visible;
  }
  #nav > ul.primary-nav > li > .mega-dropdown {
    width: 100%;
  }
  #nav > ul.primary-nav > li > ul li a {
    padding: 14px 30px;
  }
  #nav > ul.secondary-nav {
    font-size: 1em;
    font-weight: bold;
    position: relative;
    right: auto;
    top: auto;
  }
  #nav > ul.secondary-nav li {
    border-right: none;
    float: none;
    margin-right: 6px;
    padding-right: 6px;
  }
  #nav > ul.secondary-nav li a {
    display: block;
    padding: 14px 15px;
  }
  #nav > ul.secondary-nav li ul {
    display: none;
  }
  #nav .mega-dropdown .column-4 {
    width: 33.3333333%;
  }
  #nav .mega-dropdown .column-4 li a,
  #nav .mega-dropdown .column-4 li span {
    padding: 14px 30px;
  }
  .mega-dropdown .mega-dropdown-img {
    display: none;
  }
  .dropdown-toggle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #pre-header .column-left {
    width: 100%;
    float: none;
    text-align: center;
  }
  #pre-header .column-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #header {
    padding: 10px 5px 5px;
  }
  #main-logo {
    margin-left: 5px;
  }
  #nav .mega-dropdown .column-4 {
    width: 50%;
  }
  #post-header {
    display: none;
    clear: both;
  }
  #section-quicklinks {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-links .basket-title {
    display: none;
  }
  #nav .mega-dropdown .column-4 {
    width: 100%;
  }
}

/* -------- CONTENT STYLES -------- */

#site-content {
  background: #111111;
  padding-bottom: 1px;
}
.sidebar #site-content {
  float: right;
  width: 75%;
}
#site-sidebar {
  float: left;
  padding: 0px 15px 0px 15px;
  width: 25%;
}
.title {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0 1px;
  position: relative;
}
.title h1 {
  color: #fff;
  font-size: 2em; /* 48px/16px */
  font-weight: normal;
}
.title .theme-logo {
  margin-bottom: 20px;
  max-height: 80px;
  max-width: 100%;
}
#section-content {
  background: #fff;
  color: #222222;
  margin: 0 20px 14px;
  padding: 30px;
}
#section-content h1,
#section-content h2,
#section-content h3 {
  color: #ef7a22;
}
#section-content ul,
#section-content ol {
  line-height: 1.4;
  margin-bottom: 0.85em;
  padding-left: 1em;
}
#section-results ul,
#section-results ol {
  line-height: 1.4;
  margin-bottom: 0.85em;
}
#section-content ul {
  padding-left: 1.3em;
  list-style: none;
}
#section-content ul li {
  text-indent: -1.3em;
}
#section-content.prodContentStyle ul li,
#section-content .prodContentStyle ul li {
  padding: 5px 0;
}

#section-content.prodContentStyle #paybyfinance ul li {
  padding: 24px 0px 0px;
}

#section-content #paybyfinance-container .messages {
  height: auto !important;
}

#section-content #paybyfinance-container ul.messages li ul li {
  padding: 0px;
}

#section-content #paybyfinance-container ul li {
  text-indent: 0em;
}

#section-content ul li:before {
  color: #ef7a22;
  content: "● ";
  padding-right: 5px;
}
#section-content ul li p {
  display: inline;
}
#section-content ol {
  list-style: decimal;
}
#section-competition-link {
  margin: 14px 0;
  width: 100%;
}
img[src*="competition.jpg"] {
  width: 100%;
}
/* HOME PAGE */

#section-main-carousel {
  margin-bottom: 14px;
}
#section-main-carousel .owl-dots,
#section-sub-carousel .owl-dots {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
#section-quicklinks .quicklink {
  margin: 14px 0 10px 0;
  position: relative;
  z-index: 0;
}
#section-quicklinks .quicklink > div {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70%;
}
#section-quicklinks .quicklink .pc {
  bottom: 10px;
  position: absolute;
  right: 15px;
  z-index: 99;
}
#section-quicklinks .quicklink h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 999;
}
#section-quicklinks .quicklink h2 span {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.35;
  padding: 0 5px;
}

#section-logo-band {
  background: #fff;
  margin: 14px 0;
  width: 100%;
}
#section-logo-band .cycle-carousel-wrap .cycle-slide {
  height: 100%;
}
#section-logo-band a {
  display: block;
}
#section-logo-band img {
  vertical-align: middle;
  max-width: 100%;
}
#section-best-sellers {
  background: #ef7a22;
  padding: 18px 0;
  text-align: center;
}
#section-best-sellers h2 {
  font-size: 1.75em; /* 28px/16px */
  margin-bottom: 1em;
  color: #fff;
}
#bestseller-carousel {
  padding-left: 80px;
  padding-right: 80px;
}
#bestseller-carousel .item {
  background: #fff;
  border: 4px solid #ccc;
  cursor: pointer;
  display: block;
  padding: 8px 8px 38px;
  position: relative;
}
.configurator-image.awardwinning > div {
  position: relative;
}
#bestseller-carousel .item.awardwinning:before,
.list-content .item.awardwinning > div:before,
.product-images.awardwinning .cycle-slideshow:before,
.configurator-image.awardwinning > div:before {
  background: url("../img/flash-award.png") no-repeat left top;
  content: "";
  height: 78px;
  left: 0; /* -2px */
  position: absolute;
  top: 0; /* -2px */
  width: 78px;
  z-index: 99;
}

.configurator-image.nextday > div {
  position: relative;
}
#bestseller-carousel .item.nextday:before,
.list-content .item.nextday > div:before,
.product-images.nextday .cycle-slideshow:before,
.configurator-image.nextday > div:before {
  background: url("../img/flash-delivery.png") no-repeat left top;
  content: "";
  height: 78px;
  left: 0; /* -2px */
  position: absolute;
  top: 0; /* -2px */
  width: 78px;
  z-index: 100;
}

#bestseller-carousel .item img {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  min-width: 80%;
  width: auto;
}
#bestseller-carousel .item h3 {
  font-size: 11px;
  margin-bottom: 10px;
}
#bestseller-carousel .item p {
  font-size: 12px;
}
#bestseller-carousel .item .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
#bestseller-carousel .item .oldprice {
  color: #222222;
  text-decoration: line-through;
}
#bestseller-carousel .item .save {
  color: #ff0000;
}
#bestseller-carousel .item .view-product {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  margin-left: -50px;
  padding: 4px 5px 5px;
  position: absolute;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  width: 100px;
}
#bestseller-carousel .item:hover .view-product {
  background: #ef7a22;
}
#bestseller-carousel .owl-prev,
#bestseller-carousel .owl-next {
  color: transparent;
  font: 0/0 a;
  height: 31px;
  margin: -15px 0 0;
  position: absolute;
  text-shadow: none;
  top: 50%;
  width: 16px;
}
#bestseller-carousel .owl-prev {
  background: url("../img/arrow-prev.png") no-repeat center center;
  left: 30px;
}
#bestseller-carousel .owl-next {
  background: url("../img/arrow-next.png") no-repeat center center;
  right: 30px;
}
.home #section-content {
  margin: 0;
  padding: 20px 40px;
}
#section-video {
  margin: 14px 0;
}
#section-twitter {
  background: #fff;
  margin: 14px 0;
  padding: 8px;
}
#section-twitter .twitter-head {
  background: #38a8e0;
  color: #fff;
  padding: 8px;
  text-align: center;
}
#section-twitter .twitter-head h2 {
  font-size: 1.125em; /* 18px/16px */
  margin-bottom: 0;
}
#section-twitter .twitter-head img {
  margin-bottom: 10px;
}
#section-twitter #twitterFeed {
  border: 2px solid #38a8e0;
  font-size: 0.85em; /* 12px/16px */
  min-height: 251px;
  padding: 0 8px;
}
#section-twitter #twitterFeed a {
  color: #38a8e0;
}
#section-twitter #twitterFeed li {
  margin: 20px 0;
}
#section-twitter #twitterFeed .tweet-date {
  color: #ef7a22;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#section-twitter #twitterFeed .tweet {
  line-height: 1.4;
}
#section-testimonials {
  background: #fff;
  margin: 14px 0;
  padding: 8px;
}
#section-testimonials .testimonials-head {
  background: #333;
  color: #fff;
  padding: 8px;
  text-align: center;
}
#section-testimonials .testimonials-head h2 {
  font-size: 1.125em; /* 18px/16px */
  margin-bottom: 0;
}
#section-testimonials .testimonials-head img {
  margin-bottom: 10px;
}
#section-testimonials .testimonial {
  border: 2px solid #333;
  font-size: 0.85em; /* 12px/16px */
  min-height: 251px;
  padding: 20px 8px;
}
#section-testimonials .testimonial .test-date {
  color: #ef7a22;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#section-testimonials .testimonial p {
  font-size: 1em;
}

/* TABS */

.tabs-head .tab {
  background: #ddd;
  border-bottom: 1px solid #a8a8a8;
  cursor: pointer;
  display: inline-block;
  min-width: 175px;
  padding: 10px 15px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.tabs-head .tab:hover {
  color: #ef7a22;
}
.tabs-head .tab.active {
  background: #fff;
  border-bottom-color: #fff;
}
.tabs-head .tab-hide {
  background: #ef7a22;
  border-bottom: 1px solid #a8a8a8;
  cursor: pointer;
  float: right;
  height: 37px;
  position: relative;
  width: 37px;
}
.tabs-head .tab-hide:before {
  /*background: url("../img/arrow-drpdwn.jpg") no-repeat scroll center center;*/
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  transition: border-color 0.25s;
  width: 0;
}
.tabs-head .tab-hide:hover:before {
  border-top-color: #000;
}
.tabs-head .tab-hide.open:before {
  margin-top: -16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs-content {
  background: #fff;
  border-top: none;
  margin-bottom: 15px;
  padding: 25px 15px 15px;
}
.tabs-content > div {
  display: none;
}

/* ACCORDION */

.accordion li .accordion-header {
  background-color: #ef7a22;
  background-size: 34px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 8px 5px 8px 30px;
  position: relative;
}
.accordion li.hideMe .accordion-header {
  background-position: 10px center;
  background-color: #222222;
  border: #ef7a22 3px solid;
  padding: 6px 5px 6px 57px;
}
.accordion li .accordion-header:before {
  background: url("../img/arrow-drpdwn.jpg") no-repeat center 10px #fff;
  content: "";
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}
.accordion li.hideMe .accordion-header:before {
  right: 7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li .accordion-header h2 {
  font-size: 1.8em; /* 36px/16px */
  margin: 0;
  font-weight: normal;
}
.accordion li.active .accordion-header:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-content {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.accordion-content .item {
  margin-bottom: 5px;
}
.accordion-content .item > div {
  border: 2px solid #111111;
  color: #000;
  height: 100%;
  padding: 10px 10px 65px;
  position: relative;
  text-align: center;
  -webkit-transition: border 0.25s;
  -moz-transition: border 0.25s;
  -o-transition: border 0.25s;
  -ms-transition: border 0.25s;
  transition: border 0.25s;
}
.accordion-content .item.selected > div,
.accordion-content .item:hover > div {
  border-color: #ef7a22;
}
.accordion-content .item.selected > div {
  /*border-color: #ef7a22;*/
  border-color: #8cc63f;
  border-width: 5px;
  padding: 7px 7px 62px;
}
.accordion-content .item.disabledAdd > div {
  border-color: #111111 !important;
}
.accordion-content .item h3 {
  font-size: 0.75em; /* 12px/16px */
  margin-top: 8px;
}
.accordion-content .item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.accordion-content .item .item-footer {
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.accordion-content .item .price {
  font-size: 0.85em; /* 12px/16px */
  font-weight: bold;
}
.accordion-content .item .btn {
  font-size: 0.65em; /* 12px/16px */
  padding: 7px;
}

/* CUSTOM SCROLLER */

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ef7a22 !important;
  border-radius: 0;
  width: 12px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #111111 !important;
  border-radius: 0;
  width: 6px;
}

/* CONFIGURATION PAGE */

#section-configurator {
  background: #fff;
  margin-bottom: 20px;
  /*overflow: hidden;*/
}
#section-configurator #configuratorSpecification {
  height: 198px;
  overflow: hidden;
}
#section-configurator #configuratorSpecification > .row {
  height: 100%;
}
#section-configurator #configuratorTitle {
  background: #ef7a22;
  cursor: pointer;
  padding: 14px 160px 14px 20px;
  position: relative;
}
#section-configurator #configuratorTitle:before {
  background: url("../img/arrow-drpdwn.jpg") no-repeat center 16px #fff;
  content: "";
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
}
#section-configurator.open #configuratorTitle:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#section-configurator #configuratorTitle h1 {
  color: #fff;
  font-size: 1.875em; /* 30px/16px */
  margin: 0;
}
#section-configurator #configuratorTitle .btn {
  height: 40px;
  line-height: 1.3;
  margin-top: -20px;
  position: absolute;
  right: 70px;
  top: 50%;
}
#section-configurator .configurator-image {
  display: table;
  height: 100%;
  text-align: center;
}
#section-configurator .configurator-image > div {
  background-color: #d6d6d6;
  display: table-cell;
  vertical-align: middle;
}
#section-configurator .configurator-image img {
  max-height: 198px;
  max-width: 100%;
}
#section-configurator .configurator-spec,
#section-configurator .configurator-price {
  padding-top: 20px;
}
#section-configurator .configurator-spec {
  font-size: 0.85em; /* 12px/16px */
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#section-configurator .configurator-spec > div {
  height: 82%;
  overflow: auto;
}
#section-configurator .configurator-spec ul {
  line-height: 1.4;
  padding-left: 1.3em;
}
#section-configurator .configurator-spec ul li {
  margin-bottom: 0.3em;
  text-indent: -1.3em;
}
#section-configurator .configurator-spec ul li:before {
  color: #ef7a22;
  content: "● ";
  padding-right: 5px;
}
#section-configurator .configurator-price {
  float: right;
}
.container-price {
  background: #333;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 20px;
  max-width: 250px;
  padding: 10px;
}
.container-price p {
  font-size: 1.5em; /* 24px/16px */
  line-height: 1;
  margin: 0;
}
.container-price p.large {
  font-size: 2.3125em; /* 37px/16px */
}
.container-price p.small {
  font-size: 0.8125em; /* 13px/16px */
  line-height: 1.5;
}
.container-price p.smaller {
  font-size: 0.85em; /* 12px/16px */
}
.container-price .btn {
  float: left;
  text-align: center;
  margin-top: 10px;
  width: calc(50% - 5px);
}
.container-price .buy-btn {
  margin-right: 5px;
}
.container-price .wishlist-btn {
  font-size: 0.85em; /* 12px/16px */
  margin-left: 5px;
  padding: 6px 0;
}

#wishlist-botbuttons button {
  margin-right: 5px;
}

#section-configurator .configurator-price .container-notice {
  margin-right: 20px;
  min-height: 47px;
}
.icon-electrical {
  background-image: url("../img/icon-electrical.png");
  background-position: 6px 6px;
  background-repeat: no-repeat;
  padding-left: 52px;
}
.icon-tick {
  background-image: url("../img/icon-circle-tick.png");
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 52px;
}
.icon-cross {
  background-image: url("../img/icon-circle-cross.png");
  background-position: 6px 6px;
  background-repeat: no-repeat;
  padding-left: 52px;
}
#section-configurator .configurator-footer {
  background: #222222;
  color: #fff;
  padding: 10px 20px;
}
#section-configurator .configurator-footer h2 {
  display: inline-block;
  margin: 0;
}
.container-price-miniturised {
  float: right;
  margin: -10px 0;
  opacity: 1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  visibility: visible;
}
#section-configurator.open .container-price-miniturised {
  opacity: 0;
  visibility: hidden;
}
.container-price-miniturised .container-price {
  background: transparent;
  float: left;
  padding: 4px 0;
  text-align: right;
}
.container-price-miniturised .container-price p {
  font-size: 1.125em; /* 18px/16px */
}
.container-price-miniturised .container-price p.small {
  font-size: 0.71111112em; /* 13px/18px */
}
.container-price-miniturised .btn {
  float: right;
  font-size: 0.85em; /* 12px/16px */
  margin-top: 6px;
}
#section-tabs {
  margin: 0 20px 20px;
}
#section-options {
  /* background: #fff; */
  color: #222222;
  margin: 0 10px 20px;
}
.option-cases .accordion-header {
  background-image: url("../img/icon-option-cases.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}

.option-power .accordion-header {
  background-image: url("../img/icon-option-power.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-motherboard .accordion-header {
  background-image: url("../img/icon-option-motherboard.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}

.option-processor .accordion-header {
  background-image: url("../img/icon-option-processor.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-graphics .accordion-header {
  background-image: url("../img/icon-option-graphics.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-memory .accordion-header {
  background-image: url("../img/icon-option-memory.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-case-wrap .accordion-header {
  background-image: url("../img/icon-option-case-wrap.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}

.option-internaldrives .accordion-header {
  background-image: url("../img/icon-option-internaldrives.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-soundcard .accordion-header {
  background-image: url("../img/icon-option-soundcard.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-os .accordion-header {
  background-image: url("../img/icon-option-os.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}
.option-peripherals .accordion-header {
  background-image: url("../img/icon-option-peripherals.png");
  background-position: 25px center;
  background-repeat: no-repeat;
}

/* CONFIGURATION PAGE (FIXED) */

@media screen and (min-width: 768px) {
  .fixed-config #site-content {
    padding-top: 326px;
  }
  .fixed-config.overview-closed #site-content {
    padding-top: 130px;
  }
  .fixed-config #section-configurator {
    position: fixed;
    top: 0;
    width: 750px;
    z-index: 999;
  }
}
@media screen and (min-width: 993px) {
  .fixed-config #section-configurator {
    width: 960px;
  }
}

/* LIST PAGE */

.list-content > ul,
#section-content .list-content > ul {
  padding-left: 0;
}
.list-content > ul > li,
#section-content .list-content > ul > li {
  text-indent: 0;
}
.list-content > ul > li:before,
#section-content .list-content > ul > li:before {
  display: none;
}
.list-content .item {
  margin-bottom: 10px;
}
.list-content .item > div {
  background: #fff;
  border: 1px solid #999;
  margin-left: 2px;
  margin-right: 2px;
  color: #000;
  height: 100%;
  padding: 12px 12px 40px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.list-content .item h3 {
  color: #000 !important;
  margin-top: 0;
  min-height: 60px;
}
.list-content .item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.list-content .item .price {
  font-size: 1.28571429em; /* 18px/14px */
  font-weight: bold;
}
.list-content .item .oldprice {
  color: #222222;
  text-decoration: line-through;
}
.list-content .item .save {
  color: #ff0000;
}
.list-content .item ul,
#section-content .list-content .item ul {
  font-size: 0.64285714em; /* 9px/14px */
  margin-bottom: 15px;
  text-align: left;
}
.list-content .item ul,
.list-content .item ol {
  line-height: 1.4;
  padding-left: 1em;
}
.list-content .item ul {
  padding-left: 1.3em;
}
.list-content .item ul li {
  margin-bottom: 0.4em;
  text-indent: -1.3em;
}
.list-content .item ul li:before {
  color: #ef7a22;
  content: "● ";
  padding-right: 5px;
}
.list-content .item .btn {
  font-size: 0.85714286em; /* 12px/14px */
  padding: 4px 6px;
}
.list-content .item .btn-configure {
  background-image: url("../img/icon-btn-configure.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.list-content .item .btn-buy {
  background-image: url("../img/icon-btn-buy.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.list-content .item-footer {
  bottom: 12px;
  left: 12px;
  position: absolute;
  right: 12px;
}

/* PRODUCT PAGE */

.product-logo {
  height: 65px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 15px;
  width: 30%;
}
.product-logo img {
  height: 100%;
  width: auto;
}
.product-images {
  padding-right: 20px;
}
.product-images img {
  height: auto;
  width: 100%;
}
.product-images .cycle-slideshow img {
  border: 2px solid #111111;
}
.product-images .product-pager {
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-images .product-pager img {
  cursor: pointer;
  float: left;
  width: 16.1111116%;
}
.option-colors {
  margin-bottom: 40px;
}
.option-colors ul,
#section-content .option-colors ul {
  padding-left: 0;
}
.option-colors ul li,
#section-content .option-colors ul li {
  display: inline-block;
  text-indent: 0;
}
.option-colors ul li:before,
#section-content .option-colors ul li:before {
  display: none;
}
.option-colors .color-swatch {
  border: 1px solid #111111;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
.option-colors .color-swatch.active:before {
  border: 6px solid #000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.option-colors .color-swatch-green {
  background-color: #89ff26;
}
.option-colors .color-swatch-grey {
  background-color: #262626;
}
.option-colors .color-swatch-white {
  background-color: #fff;
}

/* BRANDS PAGE */

#section-brandlist {
  background: #fff;
  color: #222222;
  margin: 0 20px 14px;
  padding: 15px;
}
#section-brandlist ul li {
  margin-bottom: 10px;
}
#section-brandlist ul li a {
  background: #f2f2f2;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#section-brandlist ul li a .brand-logo-wrap {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#section-brandlist ul li a .brand-logo-wrap > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#section-brandlist ul li img {
  height: auto;
  width: 80%;
}

.pagination-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.pagination-wrapper .page-numbers {
  color: #b3b3b3;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
}
.pagination-wrapper .pagination {
  float: left;
}

/* PAGINATION PAGER */

.pagination {
  color: #fff;
  font-size: 1.155em !important; /* 18px/16px */
  font-weight: bold;
  line-height: 1.4;
  padding: 0 !important;
}
.pagination li {
  display: inline-block;
  text-indent: 0 !important;
}
.pagination li:before {
  display: none;
}
.pagination li a,
.prodContentStyle .pagination li a {
  background: #222222;
  display: block;
  height: 40px;
  padding-top: 7px;
  text-align: center;
  width: 40px;
}
.pagination li a:hover,
.pagination li.active a,
.prodContentStyle .pagination li a:hover,
.prodContentStyle .pagination li.active a {
  background: #ef7a22;
  color: #fff;
}
.pagination .page-prev,
.pagination .page-next {
  text-shadow: none !important;
  position: relative;
}

/* PAGINATION FILTER */

.result-filter-wrapper {
  display: inline-block;
  float: right;
  text-align: left;
}
div.fancy-select div.trigger {
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  color: #b3b3b3;
  height: 40px;
  padding-top: 13px;
}
div.fancy-select div.trigger::after {
  border-color: #999 transparent transparent;
  border-width: 10px;
  top: 15px;
}
div.fancy-select div.trigger.open {
  background: transparent;
  border: 1px solid #999;
  color: #b3b3b3;
}
div.fancy-select div.trigger.open::after {
  border-top-color: #999;
}
div.fancy-select ul.options {
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0 !important;
}
div.fancy-select ul.options li {
  color: #b3b3b3;
  text-indent: 0 !important;
}
div.fancy-select ul.options li:before {
  display: none;
}
div.fancy-select ul.options li.hover {
  color: #111111;
}
div.fancy-select ul.options li.selected {
  background: #b3b3b3;
  color: #fff;
}

.advert-letterbox {
  display: block;
  margin-bottom: 15px;
}
.advert-letterbox img {
  width: 100%;
}

#section-content ol {
  list-style: none;
}

.opc .section .step-title {
  background-color: #000000;
  cursor: default;
  padding: 13px 12px;
}

.opc .section .step-title .number {
  float: left;
  line-height: 22px;
  margin-right: 5px;
  border-radius: 20px;
  color: #fff;
  background: #ef7a22;
  width: 30px;
  height: 30px;
  padding: 3px 10px;
}

#section-content .opc .section h2 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 20px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  overflow-y: scroll;
  height: 400px;
  padding-bottom: 55px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #ef7a22;
}
.popup .content {
  max-height: 100%;
}

#section-content #popup1 ol,
.checkout-onepage-index #section-content ol {
  padding-left: 0em;
}

.checkout-onepage-index .checkout-agreements .agreement-content {
  border: 1px solid #fff;
  background-color: #ffffff;
  padding: 0px;
  height: 0em;
  overflow: auto;
  width: 100%;
}

.checkout-onepage-index div#ordercomment-buttons-container {
  width: 100%;
  display: inline-block;
}

.checkout-onepage-index div#ordercomment-buttons-container button.button {
  float: right;
}

.checkout-onepage-index #checkoutSteps .payButtonWidget {
  display: inline-block;
  width: 100%;
  text-align: unset;
  margin-bottom: 5px;
}
.checkout-onepage-index #checkoutSteps .payButtonWidget img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.checkout-onepage-index #checkoutSteps .pay-option {
  text-align: center;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
  #section-quicklinks .quicklink h2 {
    font-size: 22px;
  }
  #section-configurator .configurator-image img {
    width: 100%;
  }
  #section-configurator .configurator-price {
    width: 33%;
  }
  #section-configurator .configurator-spec {
    width: 42%;
  }
  .list-content .item.column-3 {
    width: 50%;
  }
  .list-content .item .btn-configure {
    margin-bottom: 5px;
  }
  .list-content .item .btn-info {
    margin-bottom: 5px;
  }
  .pagination-wrapper .page-numbers {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav-search {
    margin-right: auto;
    margin-left: auto;
    width: 260px;
  }

  .title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .title h1 {
    font-size: 1.5em; /* 24px/16px */
  }
  #section-quicklinks .quicklink {
    width: 50%;
  }
  #section-quicklinks .quicklink > div {
    padding-bottom: 160px;
  }
  #section-tabs {
    display: none;
  }
  #section-configurator #configuratorSpecification {
    height: 338px;
  }
  #section-configurator #configuratorTitle h1 {
    font-size: 1.5em; /* 24px/16px */
  }
  #section-configurator .configurator-image {
    height: 168px;
  }
  #section-configurator .configurator-image img {
    max-height: 168px;
    width: auto;
  }
  #section-configurator .configurator-price {
    height: 168px;
    padding-top: 10px;
    width: 50%;
  }
  .container-price {
    max-width: none;
  }
  #section-configurator .configurator-spec {
    height: 170px;
    width: 100%;
  }
  .product-logo {
    height: 40px;
    margin-bottom: 15px;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  .product-images {
    padding-right: 0;
  }
}
@media screen and (max-width: 699px) {
  body.tag-product-list .sidebar #site-content {
    width: 100% !important;
  }
  .catalog-category-view .col-left.sidebar {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .catalog-category-view .section-sidebar {
    width: 100%;
  }
  .tag-product-list .section-sidebar {
    background: none;
  }
  .sidebar #site-content,
  #site-sidebar {
    float: none;
    width: 100%;
  }
  #section-content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }
  /*
	.title .theme-logo {
		width: 80%;
	}
	*/
  .list-content .item.column-3 {
    width: 100%;
  }
  .pagination-wrapper .pagination,
  .result-filter-wrapper {
    float: none;
  }
  .result-filter-wrapper {
    width: 100%;
  }
  div.fancy-select div.trigger {
    width: 100%;
  }
  .block.block-layered-nav.amshopby-collapse-enabled.amshopby-filters-left {
    background-color: #111;
    width: 100vw;
    z-index: 10;
    /* display: none; */
  }
}
@media screen and (max-width: 500px) {
  #section-quicklinks .quicklink > div {
    padding-bottom: 70%;
  }
  #section-quicklinks .quicklink .pc {
    width: 40%;
  }
  #section-quicklinks .quicklink h2 {
    font-size: 18px;
  }
  #section-twitter #twitterFeed,
  #section-testimonials .testimonial {
    min-height: 0;
  }
  .accordion li .accordion-header {
    margin-bottom: 10px;
    padding: 10px 5px 10px 30px;
  }
  .accordion li .accordion-header:before {
    background-position: center 8px;
    background-size: 65%;
    height: 20px;
    right: 9px;
    top: 5px;
    width: 20px;
  }
  .accordion li .accordion-header h2 {
    font-size: 0.9em; /* 11.5px/16px */
  }
  .accordion-content .item.column-4 {
    width: 50%;
  }
  .accordion-content .item > div {
    padding: 5px 5px 50px;
  }
  .accordion-content .item h3 {
    font-size: 0.578125em; /* 9.25px/16px */
    margin-top: 0px;
  }
  .accordion-content .item .price {
    font-size: 0.6em;
  }
  .accordion-content .item .btn {
    font-size: 0.5em; /* 8px/16px */
    padding: 5px;
  }
  #section-configurator {
    margin-bottom: 10px;
  }
  #section-configurator #configuratorTitle {
    padding: 10px 115px 10px 10px;
  }
  #section-configurator #configuratorTitle:before {
    background-position: center center;
    background-size: 60% auto;
    height: 26px;
    margin-top: -13px;
    right: 10px;
    width: 26px;
  }
  #section-configurator #configuratorTitle h1 {
    font-size: 0.85em; /* 12px/16px */
  }
  #section-configurator #configuratorTitle .btn {
    font-size: 0.85em;
    height: 26px;
    line-height: 0.6;
    margin-top: -13px;
    right: 45px;
  }
  #section-configurator #configuratorSpecification {
    height: 310px;
  }
  #section-configurator .column-4 {
    width: 50%;
  }
  #section-configurator .configurator-image {
    height: 129px;
  }
  #section-configurator .configurator-image img {
    max-height: 129px;
  }
  #section-configurator .configurator-price {
    height: 129px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #section-configurator .configurator-spec {
    height: 180px;
  }
  #section-configurator .container-price {
    margin-right: 10px;
  }
  .container-price {
    margin-right: 0;
  }
  .container-price p {
    font-size: 1em;
  }
  .container-price p.large {
    font-size: 1.5em; /* 24px/16px */
  }
  .container-price p.small {
    font-size: 0.5625em; /* 9px/16px */
  }
  .container-price p.smaller {
    font-size: 0.5em; /* 8px/16px */
  }
  .container-price .btn {
    font-size: 0.85em; /* 12px/16px */
    min-height: 28px;
    padding: 8px;
  }
  .container-price .wishlist-btn {
    font-size: 0.7em; /* 8px/16px */
    padding-bottom: 6px;
    padding-top: 6px;
  }
  #section-configurator .configurator-price .container-notice {
    margin-right: 10px;
  }
  #section-configurator .configurator-price .container-notice img {
    width: 22px;
  }
  .icon-electrical {
    background-position: 5px 5px;
    background-size: 26px 26px;
    padding-left: 36px;
  }
  #section-configurator .configurator-footer {
    padding: 8px 10px;
  }
  #section-configurator .configurator-footer h2 {
    font-size: 0.85em; /* 12px/16px */
  }
  .container-price-miniturised .container-price {
    padding-bottom: 2px;
    padding-top: 6px;
  }
  .container-price-miniturised .container-price p {
    font-size: 1em;
    line-height: 1;
  }
  .container-price-miniturised .container-price p.small {
    font-size: 0.54125em; /* 8.5px/16px */
  }
  #section-configurator .configurator-footer .btn {
    padding: 6px 8px;
  }
  #section-options {
    margin: 0 10px 10px;
    padding: 10px 10px 1px;
  }
  .option-cases .accordion-header,
  .option-power .accordion-header,
  .option-motherboard .accordion-header,
  .option-processor .accordion-header,
  .option-graphics .accordion-header,
  .option-memory .accordion-header,
  .option-internaldrives .accordion-header,
  .option-soundcard .accordion-header,
  .option-os .accordion-header,
  .option-peripherals .accordion-header {
    background-position: 7px center;
    background-size: 18px 18px;
  }
}

/* -------- SIDEBAR STYLES -------- */

.section-sidebar {
  background: #111;
  font-size: ;
  margin-bottom: 5px;
  padding: 15px;
  color: #fff;
}
.section-sidebar h3 {
  color: #ef7a22;
  margin-bottom: 0.2em;
  margin-top: 0;
}
.section-sidebar ul {
  line-height: 1.4;
  margin-bottom: 0.85em;
}
.section-sidebar ul li {
  margin-bottom: 0.2em;
}

/* -------- LIVE CHAT STYLES -------- */

.livechat-btn {
  bottom: 15px;
  position: fixed;
  right: 0;
  z-index: 99;
}

/* MEDIA QUERIES */

@media screen and (max-width: 767px) {
  .livechat-btn {
    display: none;
  }
}

/* -------- FOOTER STYLES -------- */

#footer {
  background: #111111;
  color: #fff;
  padding: 35px 0 20px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #222;
}
#footer .container {
  padding-left: 20px;
  padding-right: 20px;
}
#footer .row {
  margin-left: -20px;
  margin-right: -20px;
}
#footer .column-4 {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#footer .column-4 + .column-4:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
}
#footer .logo-column {
  text-align: right;
}
#footer #footer-logo {
  display: block;
  width: 100%;
}
#footer #footer-logo img {
  height: auto;
  width: 100%;
}
#footer ul li {
  margin-bottom: 0.85em;
}
#footer .social-links {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 767px) {
  #footer .column-4:before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer .column-4 + .column-4:before {
    display: block;
    height: 4px;
    left: 20px;
    right: 20px;
    top: -24px;
    width: auto;
  }
  #footer .logo-column {
    text-align: center;
  }
}

/* -------- MODAL STYLING -------- */

#modal-bckgnd {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
#modal-bckgnd:before {
  content: "";
  display: inline-block;
  height: 5%;
  width: 100%;
}
#modal-bckgnd .modal-container {
  background: #000;
  height: 90%;
  position: relative;
}
#modal-content {
  float: right;
  height: 100%;
  padding-top: 20px;
  width: 75%;
}
.info-box #modal-content {
  padding-bottom: 20px;
}
#modal-content .title {
  padding-top: 0;
}
#modal-content #section-content {
  height: calc(100% - 190px);
  padding: 15px 0;
}
.info-box #modal-content #section-content {
  height: 100%;
}
#modal-content #section-content > div {
  height: 100%;
  overflow: auto;
  padding: 0 15px;
}
#modal-content #section-results {
  color: #222222;
  height: calc(100% - 190px);
  margin: 0 0 14px 20px;
  overflow: auto;
  padding-right: 20px;
}
/*#modal-content #section-results > div {
	color: #222222;
	margin: 0 20px 14px;
}*/
#modal-content h1 {
  font-size: 2.6em; /* 40px/16px */
  width: 100%;
}
#modal-content #section-content h2 {
  color: #000;
  margin-top: 0;
}
#modal-content #section-content .column-25,
#modal-content #section-content .column-75 {
  float: left;
  margin-bottom: 15px;
  padding: 0 5px;
}
#modal-content #section-content .column-25 {
  width: 35%;
}
#modal-content #section-content .column-75 {
  width: 65%;
}
#modal-content #section-content .product-pager img {
  float: left;
  width: 33.3333333%;
}
#modal-content #section-content .container-price {
  margin-right: 0;
}
#modal-sidebar {
  float: left;
  padding: 10px;
  width: 25%;
}
#modal-sidebar.modal-sidebar-first {
  padding-bottom: 0;
}
#modal-sidebar li {
  margin-bottom: 10px;
}
#modal-sidebar li:last-child {
  margin-bottom: 0;
}
#modal-sidebar li a {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 10px;
}
#modal-sidebar li.modal-back a,
#modal-sidebar li a:hover {
  background: grey;
}
#modal-sidebar li.modal-back a {
  padding-left: 40px;
  position: relative;
}
#modal-sidebar li.modal-back a .backArrow {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  height: 0;
  left: 20px;
  margin-left: -6px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 992px) {
  #modal-content #section-content,
  #modal-content #section-results {
    height: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  #modal-bckgnd:before {
    display: none;
  }
  #modal-bckgnd .modal-container {
    height: 100%;
    overflow: auto;
  }
  #modal-content,
  #modal-sidebar {
    float: none;
    height: auto;
    width: 100%;
  }
  #modal-content h1 {
    font-size: 1.6em; /* 40px/16px */
  }
  #modal-content #section-content,
  #modal-content #section-results {
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 599px) {
  #modal-content #section-content .column-25,
  #modal-content #section-content .column-75 {
    float: none;
    width: 100%;
  }
}

/* -------- THEME STYLING -------- */

/* DEFAULT */

#modal-bckgnd .info-box,
#modal-bckgnd .info-box.modal-container #modal-content {
  background: #111111;
}
#modal-bckgnd .info-box #modal-sidebar li a {
  background: #000;
}

.themed #section-content {
  background: transparent;
  padding: 0;
}

/* RAZER */

.theme-razer #site-content,
#modal-bckgnd .theme-razer.modal-container {
  background: #194514;
  background: -moz-linear-gradient(top, #194514 0%, #1a1a1a 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #194514),
    color-stop(100%, #1a1a1a)
  );
  background: -webkit-linear-gradient(top, #194514 0%, #1a1a1a 100%);
  background: -o-linear-gradient(top, #194514 0%, #1a1a1a 100%);
  background: -ms-linear-gradient(top, #194514 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, #194514 0%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194514', endColorstr='#1a1a1a',GradientType=0 );
}
.theme-razer .pagination li a {
  background: #000;
  border: 1px solid #25f906;
}
.theme-razer .pagination li a:hover,
.theme-razer .pagination li.active a {
  background: #25f906;
}
.theme-razer .title h1 {
  color: #13f400;
  font-size: 2.85em; /* 44px/16px */
}
.theme-razer #modal-sidebar li a {
  border-color: #25f906;
}
.theme-razer #modal-sidebar li.modal-back a,
.theme-razer #modal-sidebar li a:hover {
  background: #25f906;
}

/* MEDIA QUERIES */

@media screen and (max-width: 767px) {
  .theme-razer .title h1 {
    font-size: 2.1em; /* 32px/16px */
  }
}

/* -------- ALTERNATE DESIGN STYLING -------- */

body.alternate {
  background-position: center 60px;
}
body.home.alternate {
  background-position: center 447px;
}
#pre-header.alternate {
  background-color: #000;
  color: #fff;
}
#pre-header.alternate .column-right {
  padding: 0 15px;
}
#pre-header.alternate .secondary-nav {
  display: inline-block;
  font-size: 13px;
}
#pre-header.alternate .secondary-nav li {
  border-right: 1px solid #fff;
  float: left;
  margin-right: 6px;
  margin-top: 9px;
  padding-right: 6px;
}
#pre-header.alternate .secondary-nav li:last-child {
  border-right: none;
}
#pre-header.alternate .basket-links {
  margin-top: 7px;
  vertical-align: top;
}
#pre-header.alternate .basket-links .basket-qty {
  border-right-color: #fff;
}
.header-wrapper.alternate {
  background-color: #ef7a22;
  border-bottom: 1px solid #c7661c;
  position: relative;
  z-index: 10;
}
.header-wrapper.alternate #header {
  padding: 0;
}
.header-wrapper.alternate #header .container {
  height: 40px;
  position: relative;
}
.header-wrapper.alternate #header #main-logo {
  margin: 6px 0 6px 10px;
  max-width: 140px;
  position: absolute;
  z-index: 99;
}
.header-wrapper.alternate #header .nav-search {
  margin-top: 0;
}
.header-wrapper.alternate #header .nav-search .search-form {
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
}
.header-wrapper.alternate #header .nav-search .search-form form {
  border-color: #c7661c;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 4px 0 4px;
}
.header-wrapper.alternate #header .nav-search .search-form form .form-control {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  width: 0;
}
.header-wrapper.alternate
  #header
  .nav-search
  .search-form
  form
  .form-control.slide-open {
  margin-left: 8px;
  padding-left: 12px;
  padding-right: 12px;
  width: 350px;
}
.header-wrapper.alternate
  #header
  .nav-search
  .search-form
  form
  .input-group-addon {
  display: none;
}
.header-wrapper.alternate
  #header
  .nav-search
  .search-form
  form
  .input-group-btn {
  width: 40px;
}
.header-wrapper.alternate
  #header
  .nav-search
  .search-form
  form
  .input-group-btn
  input {
  background-image: url("../img/icon-alt-search-wht.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #ef7a22;
  padding: 0;
  text-indent: 110%;
  width: 45px;
}
.header-wrapper.alternate
  #header
  .nav-search
  .search-form
  form
  .input-group-btn
  input:hover {
  background-image: url("../img/icon-alt-search-blk.png");
}
.header-wrapper.alternate .nav-toggle {
  float: right;
  margin-top: 10px;
}
.header-wrapper.alternate #header #nav {
  border-bottom: none;
}
.header-wrapper.alternate #header #nav > ul.primary-nav {
  padding: 0 10px;
}
#section-main-carousel.alternate .item .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 345px;
  width: 100%;
}
#section-main-carousel.alternate .owl-controls {
  bottom: 0;
  left: 50%;
  margin-left: -480px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 960px;
}
#section-main-carousel.alternate .owl-controls .owl-dots {
  bottom: 6px;
  pointer-events: auto;
  right: 10px;
  top: auto;
}
.home #post-header.alternate {
  margin-top: 10px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
  .header-wrapper.alternate #header #nav,
  .header-wrapper.alternate #header #nav2 {
    margin-left: 0;
    top: 100%;
    width: 100%;
  }
  .header-wrapper.alternate #header #nav > ul.primary-nav,
  .header-wrapper.alternate #header #nav2 > ul.primary-nav {
    padding: 0;
  }
  #section-main-carousel.alternate .owl-controls {
    margin-left: -375px;
    width: 750px;
  }
  #section-main-carousel.alternate .item .img {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper.alternate
    #header
    .nav-search
    .search-form
    form
    .form-control.slide-open {
    width: 255px;
  }
  #section-main-carousel.alternate .owl-controls {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  #section-main-carousel.alternate .item .img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  #pre-header.alternate .secondary-nav li {
    margin-right: 4px;
    padding-right: 4px;
  }
  #pre-header.alternate .secondary-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #section-main-carousel.alternate .item .img {
    height: 115px;
  }
}
.catalog-product-view #section-options .mCustomScrollBox {
  height: auto !important;
}
.catalog-product-view #section-options .row {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  display: inline-block;
}
.catalog-product-view #section-options .peripheralsList .row {
  width: 100%;
  white-space: normal;
}
.catalog-product-view #section-options .sliderButton1 {
  background-color: #ef7a22;
  width: 30px;
  height: 125px;
  z-index: 200;
  top: 65px;
  background-image: url("/skin/frontend/default/fiercepc/img/white-arrow.png");
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
}
.catalog-product-view #section-options textarea ~ .sliderButton1 {
  top: 135px;
}
.catalog-product-view #section-options .sliderButton1:hover {
  cursor: pointer;
}
.catalog-product-view #section-options .sliderButton1.hidden {
  /*display: none;*/
}
.catalog-product-view #section-options .sliderButton1#sLeftBtn {
  left: 0;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-product-view #section-options .sliderButton1#sRightBtn {
  right: 0;
}

.catalog-product-view #section-options input[type="range"].sliderScroll {
  -webkit-appearance: none;
  margin: 5px 0 15px 0px;
  width: 100%;
}
.catalog-product-view #section-options input[type="range"].sliderScroll:focus {
  outline: none;
}
.catalog-product-view
  #section-options
  input[type="range"].sliderScroll::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffffff;
  border-radius: 1.3px;
}
.catalog-product-view
  #section-options
  input[type="range"].sliderScroll::-webkit-slider-thumb {
  height: 16px;
  width: 125px;
  border-radius: 0px;
  background: #ef7a22;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
@media screen and (max-width: 500px) {
  .catalog-product-view #section-options .sliderButton1 {
    display: none;
  }
  .catalog-product-view #section-options .row {
    overflow-x: auto;
  }
}
.catalog-product-view #section-options .row li {
  width: 155px;
  display: inline-block;
  float: none;
  vertical-align: text-top;
  height: 270px;
}
.catalog-product-view #section-options .row li {
}
.catalog-product-view #section-options .option-peripherals .row li,
.catalog-product-view #section-options .option-accessories .row li {
  height: auto !important;
  width: 20%;
}
.catalog-product-view #section-options .option-peripherals .row li img,
.catalog-product-view #section-options .option-accessories .row li img {
  width: initial;
}
.accordion-content .item > div {
  background-color: #ffffff;
}
.catalog-product-view #section-options .row li h3 {
  white-space: normal;
  margin-top: -10px;
}

.catalog-product-view .option-boot-drive .description {
  color: #ffffff;
}

/* -------- MAGENTO STYLING -------- */

.checkout-cart-index #section-content ul li::before {
  display: none;
}
#section-content ul.form-list {
  padding-left: 0;
}
#section-content ul.form-list li {
  text-indent: 0;
}
#section-content ul.form-list li:before {
  display: none;
}
.data-table dt,
.data-table dd {
  padding-bottom: 2px;
  padding-top: 2px;
}
.data-table dd {
  padding-bottom: 8px;
}
.fieldset {
  padding-left: 20px;
  padding-right: 20px;
}
.fieldset .legend {
  padding: 8px;
}
.form-list .input-box {
  width: 100%;
}
input.input-text,
.form-list input.input-text,
select,
.form-list select,
textarea {
  margin: 4px 0;
  width: 100%;
}
select option {
  text-shadow: 0 0 0 #000;
}
.form-list .name-middlename,
.form-list .name-middlename input.input-text {
  width: inherit;
}
.cart .cart-collaterals .col2-set {
  margin-bottom: 30px;
  width: 100%;
}
.cart .cart-collaterals .col2-set #discount-coupon-form {
  margin-bottom: 30px;
}
.buttons-set {
  border: none;
  padding: 0;
}
button.button {
  margin: 15px 0;
}
button.button span {
  background: #ef7a22;
  height: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
button.button:hover span {
  color: #000;
}

/* MEDIA QUERIES */

/*
@media screen and (max-width: 600px) {

	.col2-set .col-1,
	.col2-set .col-2 {
		margin-bottom: 20px;
		width: 100%;
	}

}
*/

/* -------- MESSAGES STYLES -------- */

.note-msg,
.notice-msg {
  background: #fff;
  border-color: #ef7a22;
  border-width: 2px !important;
  font-size: 0.8em !important;
  padding: 8px !important;
}

/* -------- EXTRAS -------- */

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.mt40 {
  margin-top: 40px;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* -------- REVIEW STYLING -------- */

#section-reviews {
  background: #111111;
  color: #222222;
  margin: 0;
  padding: 15px 40px 15px;
}
#section-reviews h2 {
  color: #ef7a22;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
}
#section-reviews .review-wrapper {
  background: #f1f1f1;
  margin-bottom: 10px;
  display: block;
}
#section-reviews .review-wrapper .review-content {
  display: block;
  font-size: 11px;
  height: 74px;
  overflow: hidden;
  padding: 12px 10px;
  text-overflow: ellipsis;
}
#section-reviews .review-wrapper .review-rank-date {
  display: block;
  background-color: #cdcbcc;
  height: 22px;
  margin: 0;
  padding-top: 3px;
}
#section-reviews .review-wrapper .review-rank-date .review-date {
  display: block;
  display: inline-block;
  float: right;
  font-size: 11px;
  height: 100%;
  margin-right: 10px;
  margin-top: 1px;
  text-align: right;
  width: 50%;
}
.review-star {
  background: url("../img/icons-stars.png") no-repeat 0 -5px;
  display: inline-block;
  height: 13px;
  margin-left: 8px;
  width: 75px;
}
.star1 {
  background-position: -300px -5px;
}
.star2 {
  background-position: -225px -5px;
}
.star3 {
  background-position: -150px -5px;
}
.star4 {
  background-position: -75px -5px;
}
.star5 {
  background-position: 0 -5px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
  #section-reviews .review-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

/* GRAEME */

#section-bigquicklinks .column-2 {
  margin-bottom: 10px;
}

#section-bigquicklinks img {
  max-width: 100%;
}

.nav-search .search-form {
  width: 200px;
  display: inline-flex;
}

/* Amazon Pay */

div.page-title ul.checkout-types {
  width: 400px;
}

div.page-title ul.checkout-types > li:nth-child(1) {
  width: 220px;
}

div.page-title ul.checkout-types > li:nth-child(2) {
  width: 145px;
}

div.page-title button.button {
  margin: 0;
}
.cart .totals table {
  float: right;
}
@media screen and (max-width: 640px) {
  div.page-title ul.checkout-types {
    width: 100%;
  }
  div.page-title ul.checkout-types .payButtonWidgetTop {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
  }
  div.page-title ul.checkout-types .payButtonWidgetTop {
  }
  div.page-title ul.checkout-types .amazonpayments-or {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  div.page-title ul.checkout-types > li:nth-child(1) {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  div.page-title ul.checkout-types > li:nth-child(2) {
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}

#payButtonWidgetTop {
  float: left;
}

.tag-product-list .col-left.sidebar {
  float: left;
  width: 25%;
  border: none;
  padding: 15px;
}

.tag-product-list .col3-layout .col-main {
  width: 75%;
  margin-left: 0px;
}

.tag-product-list .col3-layout .col-wrapper {
  float: left;
  width: 100%;
}

.tag-product-list .col-main {
  border: none;
  padding: 0px;
}

.tag-product-list .container.container-wrapper.clearfix {
  background: #222;
}
.tag-product-list .block {
  border: none;
  margin: 0 0 10px;
  background: #111;
  padding: 6px 4px;
}

.tag-product-list .block .block-title {
  border: none;
}

.tag-product-list .block .block-title strong span,
.block.block-layered-nav.amshopby-collapse-enabled.amshopby-filters-left
  .block-title
  strong
  span {
  color: #ef7a22;
  margin-bottom: 0.2em;
  margin-top: 0;
  font-size: 20px;
  cursor: pointer;
}

.block.block-layered-nav.amshopby-collapse-enabled.amshopby-filters-left
  .block-title {
  background-color: #111;
  border-bottom: none;
}

.block.block-layered-nav.amshopby-collapse-enabled.amshopby-filters-left
  .block-content {
  background-color: #111;
}

.tag-product-list .block .block-content {
  color: #fff;
}

.tag-product-list .block .block-title {
  padding: 8px 10px 1px;
}

.tag-product-list .block .block-content {
  padding: 0px 10px 10px;
}

.tag-product-list .main-container {
  background: #111111;
}

.category-brands .col-left.sidebar,
.catalog-product-view .col-left.sidebar,
.col-left.sidebar .block.block-subscribe,
.catalogsearch-result-index .col-left.sidebar {
  display: none;
}
.col-left.sidebar .page-title {
  border: none;
  margin: 0px;
  padding: 0px;
}
.col-left.sidebar .page-title h1 {
  color: #ef7a22;
  margin-bottom: 0.2em;
  margin-top: 0;
  font-size: 1.135em;
  line-height: 1.2;
}
.col-left.sidebar {
  margin-bottom: 0px;
  color: #fff;
  float: left;
  width: 25%;
  border: none;
  padding: 0px 15px 0;
  margin-top: 16px;
}
.col-left.sidebar ul li a,
.block-layered-nav ol li a {
  font-size: 13px !important;
  margin-bottom: 0em;
}

.tag-product-list .sidebar #site-content {
  width: 75% !important;
}

.sidebar #site-sidebar a img {
  margin-bottom: 5px;
}

.tag-product-list .list-content > ul > li,
.tag-product-list #section-content .list-content > ul > li {
  width: 100%;
  height: auto;
}

.tag-product-list .list-content .item h3 {
  min-height: auto;
  text-align: left;
  text-indent: 0.7em;
}
.tag-product-list .list-content .item .price {
  display: block;
  text-align: left;
  text-indent: 0.7em;
}
.tag-product-list #section-content ul li p {
  display: block;
}

.tag-product-list .list-content .item .btn {
  text-align: left;
}
.tag-product-list .mt40 {
  margin-top: 0px;
}

.tag-product-list a.prd-img {
  float: left;
}

.red {
  color: #ff2600;
  font-weight: bold;
}

.checkout-onepage-index li.radioparent-fix label {
  display: inline-block !important;
  padding-left: 20px;
}

#co-shipping-method-form ul li label {
  display: inline-block !important;
  width: 85%;
}

#co-shipping-method-form input.radio {
  width: 5%;
}

.pay-with-amazon-onepage-shortcut {
  border-bottom: 1px solid #909090;
}

.checkout-cart-index #payButtonWidgetTop,
.checkout-cart-index #payButtonWidgetBottom {
  visibility: hidden;
}

.checkout-onepage-index #co-shipping-method-form dd:nth-of-type(2) ul,
.checkout-cart-index #co-shipping-method-form .sp-methods dd:nth-of-type(2) ul {
  display: none;
  visibility: hidden;
}

.checkout-onepage-index .validation-advice {
  display: none;
}
.checkout-onepage-index li:last-of-type .validation-advice {
  display: block;
}

.checkout-onepage-index #checkout-shipping-method-load .validation-advice {
  padding-left: 36px;
}

.checkout-cart-index #co-shipping-method-form .option {
  color: #f00;
}

/*listing page*/
.tag-product-list #section-content .listDescription ul li {
  text-indent: 1.3em;
}
.tag-product-list a.prd-img {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .tag-product-list #section-content .listDescription ul li {
    text-indent: 0;
    padding-left: 1.3em;
  }
  .tag-product-list #section-content .listDescription ul li::before {
    margin-left: -1.3em;
  }
  .tag-product-list a.prd-img {
    margin-right: 0;
  }
}

/*added 14.02.2019
adjusted by RF at Fierce and media-query added*/
.amshopby-page-container .sidebar #site-content {
  margin-top: -127px;
}
@media screen and (max-width: 700px) {
  .amshopby-page-container .sidebar #site-content {
    margin-top: 0;
  }
}

.block-layered-nav {
  margin-bottom: 0px;
  color: #fff;
  float: left;
  clear: left;
  width: 25%;
  border: none;
  padding: 0px 15px 20px;
  margin-top: 16px;
}
.block-layered-nav dt {
  font-weight: bold;
  color: #ef7a22;
  margin-top: 20px;
  margin-bottom: 0.2em;
  font-size: 1.135em;
  line-height: 1.2;
}
/*end added 14.02.2019*/

.block.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
  background: url(../img/down-arrow.png) center right no-repeat;
  background-size: contain;
}

.block div.block-title {
  padding: 15px;
}

.block div.block-content {
  padding: 15px;
}
