/**
* Bauer City Network Offers
* Bauer Media
* 2016
*/


/*================================
=            Clearfix            =
================================*/

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/*********************************************
			 HTML AND BODY
*********************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.blue {
  color: #6BE;
}

.nav-tabs li a {
  display: block !important;
}

.green {
  color: #6E6;
}

main {
  display: block;
}

body {
  line-height: 1;
}

.no-scroll {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #1599c9;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: #0d607e;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

h1 {
  font-size: 30px;
  font-weight: 400;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  padding: 20px 0px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

.button {
  padding: 5px 20px;
  display: inline-block;
  outline: 0;
  border: 0;
}

.button.white {
  background: #fff;
  color: #000;
  text-transform: uppercase;
}

.site-top {
  position: relative;
  z-index: 4;
  background: #333;
  margin-bottom: 25px;
}

.site-header {
  padding: 25px 0px 10px;
}

.site-slogan {
  color: #fff;
  text-align: center;
  padding: 0px 0px 10px;
  color: #8c8c8c;
}

.img-responsive {
  display: inline;
  max-width: 90%;
}

.site-brand {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: auto;
}

.pro {
  padding: 30px 10px;
  background: #252525;
  border-radius: 10px;
}

.pro img {
  max-height: 30px;
}

.signup-cta {
  padding: 10px 0;
  background: #F9F9F9;
  color: #000;
  box-shadow: 0 0 10px 0 #E0E0E0;
}

.signup-cta p {
  color: inherit;
  text-align: right;
}

.fa-hand-o-right {
  font-size: 25px !important;
  padding-left: 10px;
  margin-right: -15px;
  opacity: 0.9;
}

.countdown-bar {
  background: #c0238c;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  background: -moz-linear-gradient(top, #ff9504 0%, #ff703e 100%);
  background: -webkit-linear-gradient(top, #ff9504 0%, #ff703e 100%);
  background: linear-gradient(to bottom, #ff9504 0%, #ff703e 100%);
  background: linear-gradient(to bottom, #ff9504 0%, #ff703e 100%);
}

#countdown-timer {
  color: #ffffff;
}


/*********************************************
			NAVIGATION AND MENUS
*********************************************/

.navbar-wrapper {
  min-height: 50px;
}

.navbar {
  margin-bottom: 0;
  line-height: 1;
  border-radius: 0px;
  text-align: right;
}

.navbar-inverse {
  border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
  font-family: 'Montserrat', sans-serif;
  color: #dcdcdc;
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-nav li {
  float: none;
  display: inline-block;
}

.navbar .navbar-collapse {
  text-align: center;
  padding: 0px 20px;
}

.sliding-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-top: 15px;
}

.sliding-nav li:not(:last-child) {
  border-right: 1px solid #5f5f5f;
}

.sliding-nav li {
  padding: 10px;
}

.sliding-nav li a {
  color: #ffffff;
}

.dropdown-menu>li>a {
  color: #FFF;
  text-transform: capitalize;
  padding: 15px;
}

li.dropdown-toggle:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #ffffff !important;
  background: #ff9527;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #565656;
  color: #FFF;
}

.dropdown-menu {
  background-color: #080808;
  border: none;
  border-radius: 8px;
}

.dropdown-menu li {
  width: 100%;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #212121;
}

.nav-promo li {
  color: #646464 !important;
  padding: 0 50px;
}

.menu-padding {
  padding-top: 40px;
}

.nav {
  background: #252525;
}

#info-tabs {
  background: #fff !important;
}

.nav-promo {
  color: #fff;
  display: block;
  font-size: .8em;
}

.sort-list {
  margin-bottom: 5px;
}

.sort-list li {
  display: inline;
}

.breadcrumbs {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 13px;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li a:hover {
  color: #337ab7;
}

.breadcrumbs ul li a {
  color: #000;
}

.affix {
  width: 100%;
  top: 0;
  z-index: 99;
}

.account-bar a {
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.account-bar a i {
  line-height: 34px;
}

.account-bar a:hover {
  color: #B9B9B9;
}

.account-bar li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
}

.account-bar .fa {
  font-size: 2em;
}

.account-bar {
  position: relative;
}

.basket-count {
  font-size: 0.8em;
  border-radius: 100px;
  background: #E6027C;
  color: white;
  padding: 2px 5px;
  position: relative;
  left: -10px;
}

.arrow-highlight {
  color: #E6027C;
}


/*********************************************
				PRODUCT GRID
*********************************************/

.grid h1, .grid h2, .grid h3, .grid h4, .grid h5 {
  color: #4c4c4c;
}

.grid-item {
  padding: 0;
}

.grid-item .price {
  color: #e6007e;
  letter-spacing: 1px;
  padding: 2px 0px;
  font-size: 18px;
}

.grid-item .post-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  overflow: hidden;
}

.grid-item .product-alert {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  line-height: 1;
  text-align: center;
  width: 100%;
  background-color: #e6007e;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.grid-item .product-alert span {
  font-weight: bold;
}

.grid-item .post-thumb img {
  display: block;
  height: 100%;
}

.grid-item .post-thumb .title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(241, 241, 241, 0.97);
  padding: 10px 15px;
}

.grid-item .post-thumb .title-over h4 {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.grid-item .post-thumb .title-over a {
  color: #fff;
}

.grid-item .post-thumb .title-over-category {
  width: 100%;
  padding: 0 20px;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grid-item .post-thumb .title-over-category h4 {
  font-size: 16px;
}

.grid-item .post-thumb .title-over-category a {
  color: #fff;
}

.category-description {
  color: #ee7202;
  margin: 10px 0px;
}

.grid-item .post-thumb .post-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 70px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #252525;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.grid-item .post-thumb .post-hover .inside {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grid-item .post-thumb .post-hover h4 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.grid-item .post-thumb .post-hover i {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.grid-item .post-thumb .post-hover p {
  font-size: 12px;
}

.grid-item .post-thumb .post-hover span {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}

.grid-item .post-thumb .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 70px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.grid-item .post-thumb .product-hover .inside {
  position: relative;
  top: 94%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  width: 120px;
  float: right;
  padding: 10px;
  border-radius: 5px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
}

.grid-item .post-thumb .product-hover .inside h3 {
  color: #000000;
}

.grid-item .post-thumb .product-hover h4 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.grid-item .post-thumb .product-hover a {
  color: #fff !important;
}

.grid-item .post-thumb .product-hover p {
  font-size: 12px;
}

.grid-item .post-thumb .product-hover span {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}


/* ---- grid ---- */

.grid {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}


/* clearfix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* ---- grid-item ---- */

.grid-item {
  width: 360px;
  height: 300px;
  float: left;
  position: relative;
  /* vertical gutter */
  margin-bottom: 10px;
  background: #ffffff;
}

.grid-item--width2 {
  width: 730px;
  background: #f1f1f1;
}

.grid-item--height2 {
  height: 610px;
}

.filter-by-tags, .sorter, .pages, .count-container {
  margin: 0 5px;
}

.tag-product-list .filterby-btn, .catalogsearch-result-index .filterby-btn, .catalogsearch-result-index .amount {
  display: none;
}

.tag-product-list .tag-back-btn {
  display: inline;
}

.tag-back-btn {
  display: none;
}

.count-container {
  padding: 4px 0px;
  display: inline-block;
}

.sort-by.collapse.in {
  display: inline;
}

.sort-by.collapsing {
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.count, .sort-by {
  padding: 0px;
}

.sort-label {
  background: #484848;
  padding: 7px !important;
  margin: 0px 2px;
  line-height: 0px !important;
}

.count {
  display: inline-block;
}

.toolbar, .sorter {
  display: inline;
}

.category-bar {
  margin: 0px 5px 15px;
  color: #6B6B6B;
  border-bottom: 2px solid #F9F9F9;
  padding-bottom: 5px;
}

.category-bar label {
  font-weight: 100;
}

.pages {
  display: inline-block;
  background-color: #eee;
  color: #777;
  border: 1px solid #ddd;
}

.pages strong {
  display: inline-block;
  padding: 0px 8px;
  line-height: 1;
  font-weight: normal;
}

.pages ol li, .pages ol {
  display: inline-block;
  vertical-align: top;
}

.pages li {
  line-height: 1;
  border-left: 1px solid #ccc;
  float: left;
}

.pages li a {
  padding: 5px 10px;
  display: block;
}

.pages ol li.current {
  padding: 5px 10px;
  background-color: #fff;
}

.limiter a {
  border-left: 1px solid #bdbdbd;
  margin: 0px 0px 0px 0px;
  padding-left: 5px;
}

.bottom-toolbar {
  text-align: center;
}

.product-tags {
  display: inline;
}

.toolbar-btn {
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 5px 10px 5px 10px;
  line-height: 1;
  margin: 0px 5px 5px 5px;
  position: relative;
}

.toolbar-btn i {
  padding-left: 5px;
}

.collapsing {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.tag-list {
  background-color: #eee;
  padding: 12px 12px 5px;
  display: inline-block;
  max-width: 900px;
  margin-top: 10px;
  border: 1px solid #ddd;
  margin-left: 5px;
}

.tag-list a {
  line-height: 1;
  float: left;
  margin: 0 8px 8px 0;
  font-size: 12px;
  padding: 5px 7px;
}

.escapes-box {
  background-image: url('../images/escapes-bg.jpg');
}

.escapes-box .title-over-category {
  background: rgba(0, 0, 0, 0.42);
}


/* Trending page */

.grid-item-wrapper {
  display: inline-block;
  height: 302px;
  width: 363px;
  margin-top: 8px;
}

.bs_number {
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  z-index: 2;
  position: relative;
  display: inline;
  background: #ee7202;
  border: 6px solid #fff;
}

.trending-title {
  letter-spacing: 1px;
  margin: 15px 25px;
}

.trending-grid {
  text-align: left;
}


/*********************************************
		ELEMENT COLOUR OPTIONS
*********************************************/


/* Tile and tag backgrounds */

.orange-bg {
  background-color: #FF9800;
  background: -moz-linear-gradient(top, #FF9800 0%, #ff6e41 100%);
  background: -webkit-linear-gradient(top, #FF9800 0%, #ff6e41 100%);
  background: linear-gradient(to bottom, #FF9800 0%, #ff6e41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9800', endColorstr='#ff6e41', GradientType=0);
}

.green-bg {
  background-color: #009688;
  background: -moz-linear-gradient(top, #8BC34A 0%, #009688 100%);
  background: -webkit-linear-gradient(top, #8BC34A 0%, #009688 100%);
  background: linear-gradient(to bottom, #8BC34A 0%, #009688 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BC34A', endColorstr='#009688', GradientType=0);
}

.blue-bg {
  background-color: #EF476F;
  background: -moz-linear-gradient(top, #9C27B0 0%, #673AB7 100%);
  background: -webkit-linear-gradient(top, #9C27B0 0%, #673AB7 100%);
  background: linear-gradient(to bottom, #00BCD4 0%, #3F51B5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BCD4', endColorstr='#3F51B5', GradientType=0);
}

.pink-bg {
  background-color: #E91E63;
  background: -moz-linear-gradient(top, #E91E63 0%, #9C27B0 100%);
  background: -webkit-linear-gradient(top, #E91E63 0%, #9C27B0 100%);
  background: linear-gradient(to bottom, #E91E63 0%, #9C27B0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E91E63', endColorstr='#9C27B0', GradientType=0);
}

.red-bg {
  background-color: #ea3544;
  background: -moz-linear-gradient(top, #F44336 0%, #d0007e 100%);
  background: -webkit-linear-gradient(top, #F44336 0%, #d0007e 100%);
  background: linear-gradient(to bottom, #F44336 0%, #d0007e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F44336', endColorstr='#d0007e ', GradientType=0);
}

.purple-bg {
  background-color: #673AB7;
  background: -moz-linear-gradient(top, #9C27B0 0%, #002298 100%);
  background: -webkit-linear-gradient(top, #9C27B0 0%, #002298 100%);
  background: linear-gradient(to bottom, #9C27B0 0%, #002298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9C27B0', endColorstr='#002298', GradientType=0);
}

.black-bg {
  background-color: #000000;
}

.error-msg {
  background: #E93248;
  color: #FFF;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}

.success-msg {
  background: #83BC2E;
  color: #FFF;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}

.notice-msg {
  background: #3fc0f0;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  max-width: 600px;
  width: 100%;
}


/*********************************************
		FULL SCREEN CENTRED MODAL POPUP
*********************************************/

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.vertical-alignment-helper .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 2rem;
  color: #86bc24;
}

.modal-body #comp-field {
  margin: 10px 0px 0px 0px;
}

.signup-terms {
  font-size: 0.6rem;
}

.modal-content .input-group .btn {
  background: #86bc24;
  color: #fff;
}

.modal-backdrop.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

#mobile-signup {
  color: #ffffff;
  padding: 15px;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
  box-shadow: 0 0 10px 0 black;
  background-color: #f1125e;
}

#mobile-signup h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

#mobile-signup #comp-field {
  margin-top: 10px;
}

#mobile-signup .btn-close {
  color: #ffffff;
  font-size: 1.5rem;
  float: right;
  top: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  #signup-popup .modal-dialog {
    width: 500px;
    height: 500px;
  }
  .vertical-alignment-helper .modal-content {
    border-radius: 550px;
    padding: 50px 33px;
  }
}


/*********************************************
			PRODUCT DETAIL PAGE
*********************************************/

#messages-product-view {
  background: #EE7202;
  margin: 15px 0px;
  padding: 10px;
  color: #FFF;
}

ul.messages {
  list-style: none;
}

.price-prefix {
  color: #4c4c4c;
  float: left;
  margin: 0 5px 0 0;
  font-size: 13px;
  letter-spacing: 0px;
}

.price-prefix-mobile {
  float: left;
  margin: 0px 10px 0 0;
  height: 23px;
  font-size: 12px;
}

.price {
  font-size: 20px;
}

.prev-price {
  text-decoration: line-through;
  position: relative;
  right: 0;
  margin-left: 5%;
  color: #4c4c4c;
  font-size: 14px;
}

.discount {
  font-size: 14px;
  margin-top: 3px;
}

.soldout, .soldout h1 {
  color: #a7a7a7;
}

.out-of-stock {
  width: 100%;
  max-width: 145px;
}

.out-of-stock, .soldout .add-to-box {
  background: #e70c71;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.soldout .add-to-box h3 {
  color: #ffffff;
}

.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}

.grid-item .post-thumb:hover .post-hover {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.grid-item .post-thumb:hover .product-hover {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.full {
  width: 100%;
}

.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.item {
  padding: 10px;
}

label.product-name {
  color: #252525;
}


/*********************************************
		AFFILIATE MODAL PRODUCT PAGE
*********************************************/

.modal .product-body {
  padding: 0px 25px;
}

.modal .price {
  font-size: 30px;
}

.close {
  font-size: 3.5em;
  padding: 0px 10px !important;
}

.modal .row-buffer {
  padding: 20px 0px;
}

.tab-content {
  padding: 10px 0px;
}

.product-body {
  min-height: 75px;
}

.modal .fa-circle-o-notch {
  width: 100%;
}

.rrp {
  font-size: 15px;
  text-decoration: line-through;
  padding-left: 30px;
}

.fotorama img {
  width: 100%;
}

.modal .fotorama {
  padding-bottom: 20px;
}

.fotorama__wrap {
  margin: 0 auto;
}


/*********************************************
			SUCCESS PAGE
*********************************************/

.order-number-box {
  background: linear-gradient(135deg, #3fc0f0 0%, #86bc24 100%);
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-radius: 10px;
  margin: 20px 0px;
}

.order-number-box h4 {
  color: #ffffff;
}

.checkout-onepage-success .trending-title {
  display: none;
}

.virginex-sold {
  background: #e10a0a;
  color: #ffffff;
  padding: 30px;
}

.virginex-terms {
  font-size: 12px;
}

.virginex-sold a {
  color: #ffffff;
  text-decoration: underline !important;
}

.virginex-address {
  background: #b10000;
  color: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
}


/*********************************************
			SIMILAR PRODUCTS BLOCK
*********************************************/

.product-row {
  padding: 30px 0;
  margin-bottom: -20px;
}

.product-row h3 {
  color: #e6007e;
  font-size: 20px;
  font-weight: 400;
}

.product-row .item a {
  display: block;
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}

.product-row .pimg {
  width: 100%;
}

.product-row .product-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#suggested-products {
  background-color: #f5f5f5;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}

.soldout #suggested-products {
  box-shadow: 0px 0px;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 10px;
}


/*********************************************
					FOOTER
*********************************************/

.footer {
  background: #333;
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
}

.usp-bar {
  background: #F9F9F9;
  padding: 10px;
  color: #FFF;
  background: #ee7202;
  background: -moz-linear-gradient(-45deg, #ee7202 0%, #e6007e 100%);
  background: -webkit-linear-gradient(-45deg, #ee7202 0%, #e6007e 100%);
  background: linear-gradient(135deg, #ee7202 0%, #e6007e 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.scrolloff {
  pointer-events: none;
}

.footer p {
  margin: 0;
}

.footer img {
  max-width: 100%;
}

.footer h3 {
  padding: 40px 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  color: #fff;
}

.footer ul li a {
  padding: 0 0 5px;
  display: block;
}

.footer a {
  color: #e0e0e0;
}

.signup-footer {
  padding: 30px 0;
  background: #252525;
  margin-top: 20px;
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
  background: none repeat scroll 0 0 #EE7309;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all .5s ease 0;
  -moz-transition: all .5s ease 0;
  -webkit-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
}

.social li a {
  color: #EDEFF1;
}

.social li:hover {
  background: #2c3e50;
}

.social li a i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #EDEFF1 !important;
}

.footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bottom p.pull-left {
  padding-top: 6px;
  color: #fff;
}

.payments {
  font-size: 1.5em;
}


/*********************************************
			    MOBILE FOOTER
*********************************************/

.back-to-top {
  cursor: pointer;
  position: fixed;
  right: 10px;
  background: #000000;
  border-radius: 0px;
  border: none;
  padding: 13px 15px;
}

#mobile-footer {
  display: none;
  position: fixed;
  bottom: 0px;
  padding: 10px;
  z-index: 99999;
  width: 100%;
  background: rgba(255, 255, 255, 0.78);
  left: 0px;
  min-height: 69px;
}

#mobile-footer .regular-price {
  color: #000000;
  top: 23px;
  position: absolute;
  margin-left: 15px;
  display: inline-block;
}


/*********************************************
				BUTTONS
*********************************************/

.buttons-set {
  padding: 10px 0px;
}

.btn-option, .btn-confirm {
  background: #fff;
  font-size: 0.9em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 10px 10px 0;
  padding: 8px;
}

.btn-warning {
  color: #fff;
  background-color: #ee6e06;
  border-color: #eea236;
}

.btn-continue {
  background: #5cc23e;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 0;
  margin: 5px 10px 10px 0;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
}

.btn-continue:hover {
  background: #45982c;
  color: #ffffff !important;
}

a.btn-option {
  color: #000;
}

.btn-option-invert {
  background: none;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 8px;
}

.btn-option-invert:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.btn-option:hover, .btn-confirm:hover, .btn-checkout:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-option:hover span, .btn-confirm:hover span {
  color: #ffffff;
}

.btn-checkout {
  text-transform: uppercase;
  background: #60c047;
  color: #fff;
  padding: 20px 30px;
  margin: 10px 0px;
  letter-spacing: 2px;
  border-radius: 0px;
  width: 100%;
  max-width: 300px;
}

.btn-buy {
  font-size: .9em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  letter-spacing: 2px;
  background: #000;
  color: #fff;
  padding: 15px;
}

.btn-buy:hover, .btn-buy:focus {
  color: #CECECE;
}

.btn.active {
  background: #86bc24;
  color: #fff;
}

#signup {
  background: #000;
  padding: 30px;
}

#signup h2 {
  color: #fff;
}

.qty-alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #FFD3EB;
  color: #E6007E;
  display: inline-block;
  border-radius: 4px;
}

.timer-alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #bcf7ff;
  color: #005661;
  display: inline-block;
  border-radius: 4px;
}

.qty-alert i, .timer-alert i {
  margin-right: 8px;
  -webkit-transform: rotateZ(-10deg);
  transform: rotateZ(-10deg);
}

#countdown {
  font-weight: 800;
}

.label {
  border-radius: 0;
  padding: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 3;
}

a.label:hover, a.label:focus {
  opacity: 0.8;
  background: #333;
}

a.label.active {
  opacity: 0.8;
  background: #333;
}


/*********************************************
					CHECKOUT
*********************************************/

.checkout-onepage-index .site-top {
  padding-bottom: 45px;
}

.checkout-page-title h1 {
  display: inline;
}

.checkout-page-title img {
  float: right;
}


/* Cart = .cart is main wrapper */

.cart .cart-table {
  width: 100%;
}

.cart input {
  text-align: center;
  width: auto;
  max-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
}

.cart .cart-table-header {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}

.cart-table li {
  float: left;
  text-align: center;
  padding: 15px;
}

.basket-image {
  width: 20%;
}

.basket-name {
  width: 35%;
}

.basket-price, .basket-qty, .basket-subtotal {
  width: 13%;
}

.basket-descriptions {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.remove {
  width: 6%;
}

.remove i {
  color: #df5e5e;
  font-size: 1.5rem;
}

.cart-table-body .basket-qty {
  padding: 10px;
}

.product-name a {
  color: #000;
}

.bakset-image a {
  display: block;
}

.basket-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}

.cart-table-body ul {
  border-bottom: 1px solid #e6e6e6;
}

.cart-table-body ul:nth-child(even) {
  background-color: #f7f7f7;
}

.cart-table-footer {
  text-align: right;
  margin-top: 15px;
}

.totals {
  text-align: right;
  padding: 10px 0;
}

.cart .checkout-types {
  text-align: right;
  margin: 15px 0;
}

#checkoutSteps .price {
  font-size: 14px;
}

.cart .pagelink {
  font-size: .9em;
  background: none;
  border: 1px solid #000;
  padding: 8px 10px;
  margin: 5px 3px;
}

.subtotal, .total, .grand_total, .grand_total_incl {
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  text-align: right;
  padding-right: 10px;
}

.total, .grand_total, .grand_total_incl {
  font-size: 1.2em;
  font-weight: 700;
  background: #f9f9f9;
  padding-right: 10px;
}


/* Checkout = ol#checkoutSteps.opc is main wrapper */

.checkout-progress-bar {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
}

.checkout-progress-bar .step {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: #333333;
}

.checkout-progress-bar .step.active {
  background-color: #73D05B;
  color: #fff;
}

.checkout-progress-bar .step.active:before {
  border-left-color: #73D059 !important;
}

.checkout-progress-bar .step.active:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  right: -20px;
  top: 0px;
  border-top: 21px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #e6e6e6;
  border-bottom: 25px solid rgba(0, 0, 0, 0);
}

.checkout-progress-bar .step.complete {
  background-color: #60C047;
  color: #fff;
}

.checkout-progress-bar .step.complete:before {
  border-left-color: #60C047;
}

.checkout-progress-bar .step.complete:after {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: 5px;
  position: absolute;
}

.checkout-progress-bar .step.step-link.complete {
  cursor: pointer;
}

.checkout-cart-index .row {
  margin: 0;
}

.checkout-cart-index h2 {
  padding: 0;
}

.validation-advice {
  color: #c91010;
}

.v-fix {
  margin-bottom: 15px;
  display: inline-block;
}

ul.paymentsage li {
  margin: 15px 0px;
}

.cvv-what-is-this {
  color: #60C047;
}

.review-table-header {
  background-color: #efefef;
}

.review-table-body ul {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}

.review-table li {
  float: left;
  padding: 10px;
}

#p_method_sagepaydirectpro, #p_method_paypal_express {
  margin-right: 20px;
  width: 20px;
}

#dt_method_paypal_express {
  margin: 15px 0;
}

#p_method_paypal_express {
  float: left;
  width: 20px;
  margin-top: 10px;
}

#dt_method_paypal_express .v-middle {
  margin-bottom: -9px;
  margin-left: 10px;
}

.review-table .basket-name {
  width: 55%;
}

.review-table-body .basket-name {
  text-align: left;
}

.review-table .basket-price, .review-table .basket-qty, .review-table .basket-subtotal {
  width: 15%;
}

.review-table-body .basket-name {
  text-align: left;
}

#checkout-review-table-wrapper {
  margin-bottom: 20px;
}

#checkoutSteps {
  padding: 15px 0px;
}

.box-title .pagelink {
  font-weight: 400;
  font-size: .8em;
}

#checkout-header {
  margin-bottom: 25px;
}

#checkout-header .logo {
  vertical-align: -5px;
  margin-right: 10px;
}

#checkout-header span {
  display: inline-block;
  margin-top: 10px;
}

#checkout-footer {
  margin-top: 20px;
  padding: 0px;
}

#checkout-footer p {
  font-size: .8em;
  margin-bottom: 1em;
  color: #999;
}

#checkout-footer p.copyright {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}

#co-billing-form li.fields {
  padding: 0 0 20px;
}

.opc-sidebar {
  background-color: #f7fafb;
  padding: 20px;
}

#cart-sidebar {
  margin-top: 10px;
}

#cart-sidebar li {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 0px;
}

#cart-sidebar li span.price, #cart-sidebar-total li span.price {
  float: right;
  width: 20%;
  text-align: right;
  direction: rtl;
}

#cart-sidebar-total {
  margin-top: 25px;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  font-weight: 700;
}

.reassurance img {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0;
}

.smallprint p {
  margin: 15px 0px;
}

#customerbalance_placer {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.order-block {
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  max-width: 550px;
  width: 100%;
  background: -moz-linear-gradient(-45deg, #131314 0%, #333333 100%);
  background: -webkit-linear-gradient(-45deg, #131314 0%, #333333 100%);
  background: linear-gradient(135deg, #131314 0%, #333333 100%);
  border: 2px solid #e8e8e8;
}

.order-product-name {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #ffffff;
}

.order-table-body a {
  color: #fff;
}

.orders-number {
  border-bottom: 2px solid #fff;
}

li.order-cell {
  padding: 5px 0px;
}

.checkout-onepage-index select {
  padding: 10px 30px 10px 15px;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f7;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/dropdown-arrow.gif');
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-position: right 10px center;
  width: 100%;
}

#checkout-shipping-method-load .sp-methods {
  width: 100%;
  max-width: 200px;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0px;
  letter-spacing: 1px;
  background: #ee7202;
  background: -moz-linear-gradient(-45deg, #ee7202 0%, #e6007e 100%);
  background: -webkit-linear-gradient(-45deg, #ee7202 0%, #e6007e 100%);
  background: linear-gradient(135deg, #ee7202 0%, #e6007e 100%);
  margin-right: 10px;
}

#checkout-shipping-method-load dd ul li span {
  display: inline-block;
}

#checkout-shipping-method-load dd ul li label {
  margin-left: 12px;
}

.panel-default {
  border: none;
  margin-bottom: 15px;
}

.panel-heading {
  border: none;
  background: #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
}

.panel-heading a {
  color: #464646;
}

.billing-header h2 {
  display: inline;
}

@media screen and (max-width: 480px) {
  .cart-table .row, .row {
    margin: auto;
  }
  .category-bar {
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cart-table-header, .cart-table-body .basket-price {
    display: none;
  }
  .cart-table-body ul:nth-child(even) {
    background-color: transparent;
  }
  .basket-descriptions {
    display: none;
  }
  .cart-table-body ul {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cart-table-body .basket-image {
    width: 100% !important;
  }
  .basket-image img {
    max-width: 100%;
  }
  .cart-table-body .basket-name {
    width: 100%;
  }
  .basket-table-body .basket-qty, .cart-table-body .basket-subtotal {
    width: 50%;
  }
  .cart-table-body .basket-subtotal {
    text-align: right;
  }
  .cart-table-body .remove {
    width: auto;
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 3px 6px;
    background-color: #fff;
  }
  .cart-table-body li {
    text-align: left;
    padding: 10px 5px;
  }
  .cart-table .remove i {
    color: #df5e5e;
  }
  .cart-table .cart-table-body .basket-qty {
    padding: 5px;
  }
  .cart .pagelink {
    padding: 3px;
    margin: 4px;
  }
  .cart-table-body .basket-name {
    width: 100%;
  }
  .cart-table-body .basket-qty, .cart-table-body .basket-subtotal {
    width: 50%;
  }
  .cart-table-body .basket-subtotal {
    text-align: right;
  }
  .cart-table-body .remove {
    width: auto;
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 3px 6px;
    background-color: #fff;
  }
  .page-title.checkout-page-title img {
    float: none;
  }
  .navbar .navbar-collapse {
    text-align: left;
    padding: 0px 20px;
  }
}


/*********************************************
			LOGIN AND REGISTER
*********************************************/

#account-login {
  padding: 30px;
}

form input, form textarea {
  width: 100%;
  padding: .75em 1.125em;
  font-size: 1.2em;
  color: #555;
  font-weight: 300;
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
}

form .wide {
  margin-bottom: 25px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #0b0b00 !important;
  background-image: none;
  color: #000;
}

input[type="checkbox"], .control label {
  display: inline-block;
  vertical-align: top;
}

input[type="checkbox"] {
  width: 30px;
}

.control label {
  width: 80%;
}


/* Customer pages */

#sidebar {
  background: #333;
  padding: 10px;
}

.user-menu ul li {
  padding: 10px;
}

.user-menu ul li a {
  color: #ffffff;
  display: block;
}

.user-menu ul li.current {
  background: #565656;
  color: #fff;
}

.page-title {
  margin: 10px 0px;
}

.box {
  margin: 30px 0px;
}

.form-list P {
  margin-top: 15px;
}


/* Freshdesk */

#my-tickets-table th {
  width: 20%;
}


/*********************************************
					SEARCH
*********************************************/


/*#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate(0px,-100%) scale(0,0);
    -moz-transform: translate(0px,-100%) scale(0,0);
    -o-transform: translate(0px,-100%) scale(0,0);
    -ms-transform: translate(0px,-100%) scale(0,0);
    transform: translate(0px,-100%) scale(0,0);
    opacity: 0;
    z-index: 999;
}

#search.open {
    -webkit-transform: translate(0px,0px) scale(1,1);
    -moz-transform: translate(0px,0px) scale(1,1);
    -o-transform: translate(0px,0px) scale(1,1);
    -ms-transform: translate(0px,0px) scale(1,1);
    transform: translate(0px,0px) scale(1,1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 30%;
    width: 90%;
	max-width: 900px;
    color: #000;
    font-size: .7em;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -35px;
    outline: none;
    left: 0;
    right: 0;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 #000;
    padding: 20px;
}

#search .btn {
    position: absolute;
    margin-top: 70px;
    font-size: 22px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}

#search .close {
    position: fixed;
    top: 10px;
    right: 15px;
    color: #fff;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    z-index: 100;
}

#search .close-sticky {
    top: 50px;
}*/

#search-bar form {
  display: inherit;
}

#search-bar {
  margin: 0 auto;
}

.catalogsearch-result-index .trending-title {
  display: none;
}

.catalogsearch-result-index .trending-grid {
  margin-top: 30px;
}


/* -- Responsive styling -- */


/* Mobile */

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: auto;
  }
  .affix {
    position: relative !important;
  }
  #search {
    font-size: 30px;
  }
  .site-brand {
    text-align: center;
  }
  .site-header {
    text-align: center;
  }
  .pro img {
    margin-top: 60px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #E8E8E8;
    min-height: 40px;
  }
  .account-bar a {
    color: #333;
  }
  .account-bar li {
    margin: 10px 12px -4px 0px;
  }
  .product-title {
    padding-top: 20px;
  }
  .btn-option {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
  }
  #item-display {
    max-height: 260px !important;
  }
  .grid-item {
    width: 100%;
    max-width: 360px;
  }
  .signup-cta p {
    text-align: center;
  }
  .checkout-progress-bar {
    width: 100%;
    background-color: #E6E6E6;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
  }
  .checkout-checkout-progress-bar .step {
    width: 100%;
    padding: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .review-table-header .basket-name {
    display: none;
  }
  .review-table .basket-name {
    width: 100%;
    padding: 10px;
    font-weight: 700;
  }
  .review-table .basket-price, .review-table .basket-qty, .basket-table .basket-subtotal {
    width: 33.333%;
    padding: 10px 0;
  }
  .review-table .basket-price, .review-table .basket-qty, .review-table .basket-subtotal {
    width: 33.333%;
    padding: 10px 0;
  }
  #checkout-header {
    text-align: center;
  }
  #search .btn {
    top: 160px;
  }
  #search input[type="search"] {
    top: 100px;
  }
  .sort-by.collapse.in {
    display: inline-block;
    padding: 15px 0px;
  }
  .count {
    display: none;
  }
  #search-bar {
    margin: 0 auto;
  }
  .navbar-nav .open .dropdown-menu li, .navbar-nav {
    display: inline;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #FFFFFF;
    padding: 20px 0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #080808;
    width: 100%;
    min-width: 250px;
    margin-right: 0px;
    padding-left: 10px;
  }
  .site-slogan {
    display: none;
  }
}

.grid-sizer {
  width: 360px;
}

.grid-custom h1, .grid-custom h4 {
  color: #ecebeb;
}

.grid-custom h4 {
  margin-top: 10px;
}

.grid-custom .btn {
    margin-top: 10px;
}

@media screen and (max-width:500px) {
  .grid-sizer {
    width: 175px;
  }
  .grid-custom {
    height: 150px;
  }
  .grid-custom h1 {
    font-size: 22px;
  }
  .grid-custom h4 {
    display: none;
  }
  .grid-item:nth-child(3), .grid-item:nth-child(4), .grid-item:nth-child(7), .grid-item:nth-child(8), .grid-item:nth-child(11), .grid-item:nth-child(12) {
    width: 175px;
    height: 150px;
  }
  .grid-item:nth-child(3) .discount, .grid-item:nth-child(4) .discount, .grid-item:nth-child(7) .discount, .grid-item:nth-child(8) .discount, .grid-item:nth-child(11) .discount, .grid-item:nth-child(12) .discount, .grid-item:nth-child(3) .product-tags, .grid-item:nth-child(4) .product-tags, .grid-item:nth-child(7) .product-tags, .grid-item:nth-child(8) .product-tags, .grid-item:nth-child(11) .product-tags, .grid-item:nth-child(12) .product-tags {
    display: none;
  }
}


/* Making grid constrain on smaller screens - iPhone 5 etc */

@media screen and (max-width: 395px) {
  .grid {
    width: 290px;
  }
  .grid-item {
    width: 290px;
    height: 242px;
  }
  .grid-item-wrapper {
    width: 290px;
    height: 244px;
  }
  .grid-item .post-thumb .title-over h4 {
    font-size: 14px;
  }
  .grid-sizer {
    width: 140px;
  }
  .grid-custom {
    height: 100px;
  }
  .grid-custom h1 {
    font-size: 16px;
  }
  .grid-item:nth-child(3), .grid-item:nth-child(4), .grid-item:nth-child(7), .grid-item:nth-child(8), .grid-item:nth-child(11), .grid-item:nth-child(12) {
    width: 140px;
    height: 130px;
  }
}

@media screen and (max-width: 319px) {
  .grid-sizer {
    width: 185px;
  }
  .grid-item {
    width: 185px !important;
    height: 140px !important;
  }
  .grid-item-wrapper {
    width: 185px;
    height: 142px;
  }
  .grid-custom {
    height: 100px !important;
  }
  .grid-item .discount, .grid-item .product-tags {
    display: none;
  }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 1200px) {
  .grid-item--width2 {
    width: 360px;
  }
  .signup-cta p {
    text-align: center;
  }
  .pro {
    position: absolute;
    left: 10px;
    max-height: 60px;
    padding: 10px;
    text-align: center;
  }
}
