@charset "utf-8";
.shopwired-info-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 25px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 9999;
  opacity: 0;
}
.shopwired-info-message a {
  color: inherit;
}
.shopwired-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.shopwired-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.shopwired-previous-orders-table {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-previous-orders-table th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0 20px 10px;
}
.shopwired-previous-orders-table td {
  padding: 5px 20px;
}
.shopwired-previous-orders-table th:first-child,
.shopwired-previous-orders-table td:first-child {
  padding-left: 0;
}
.shopwired-previous-orders-table th:last-child,
.shopwired-previous-orders-table td:last-child {
  padding-left: 0;
}
.shopwired-previous-orders-table .empty {
  text-align: center;
}
.shopwired-order-details {
  font-size: 13px;
}
.shopwired-order-details .section {
  margin-top: 30px;
}
.shopwired-order-details .label {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  text-transform: uppercase;
}
.shopwired-order-details .value {
  display: inline-block;
  vertical-align: top;
  max-width: 770px;
  font-weight: 700;
}
.shopwired-order-products {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-order-products th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0 20px 2px;
}
.shopwired-order-products td {
  padding: 8px 20px;
}
.shopwired-order-products th:first-child,
.shopwired-order-products td:first-child {
  padding-left: 0;
}
.shopwired-order-products th:last-child,
.shopwired-order-products td:last-child {
  padding-left: 0;
}
.shopwired-order-products .empty {
  text-align: center;
}
.shopwired-order-products .separator:last-child {
  display: none;
}
.shopwired-share-buttons a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-background-size: 32px;
  background-size: 32px;
}
.shopwired-share-buttons .facebook {
  background-image: url('../../../sharing/facebook.jpg');
}
.shopwired-share-buttons .twitter {
  background-image: url('../../../sharing/twitter.jpg');
}
.shopwired-share-buttons .pinterest {
  background-image: url('../../../sharing/pinterest.jpg');
}
.shopwired-share-buttons .google {
  background-image: url('../../../sharing/google.jpg');
}
.shopwired-share-buttons .tumblr {
  background-image: url('../../../sharing/tumblr.jpg');
}
.shopwired-form-field {
  display: none !important;
}
.shopwired-basket-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  color: #000;
  line-height: 1.2;
  font-size: 13px;
  font-weight: normal;
}
.shopwired-basket-modal .inner {
  width: 700px;
  border: 5px solid #f2f2f2;
  margin: 0 auto;
  background-color: #fff;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
}
.shopwired-basket-modal h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.shopwired-basket-modal .items {
  margin-top: 30px;
}
.shopwired-basket-modal .item {
  overflow: hidden;
}
.shopwired-basket-modal .item .shopwired-image-container {
  width: 150px;
  height: 150px;
  padding: 0;
  float: left;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info {
  margin-top: 15px;
  background-color: #f8f8f8;
  margin-left: 150px;
  display: table;
  width: 496px;
}
.shopwired-basket-modal .item .info .title {
  font-size: 16px;
}
.shopwired-basket-modal .item .info .options {
  font-size: 0;
  margin-top: 5px;
}
.shopwired-basket-modal .item .info .options span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.shopwired-basket-modal .item .info .options span::after {
  display: inline-block;
  vertical-align: top;
  content: ',';
  margin: 0 4px 0 -3px;
}
.shopwired-basket-modal .item .info .options span:last-child::after {
  display: none;
}
.shopwired-basket-modal .item .info .basket-remove-button {
  color: #ca0134;
  font-size: 13px;
}
.shopwired-basket-modal .item .info .column {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:first-child .content {
  padding: 20px 0 20px 25px;
  width: 333px;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:last-child .content {
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .price {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.shopwired-basket-modal .item + .item {
  margin-top: 15px;
}
.shopwired-basket-modal .buttons {
  text-align: right;
  margin-top: 35px;
}
.shopwired-basket-modal .shopwired-basket-modal-button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 38px;
  padding: 0 40px 2px;
  text-align: center;
  border: none;
  background: #000;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}
.shopwired-basket-modal .main-color {
  color: #2272a4;
}
.shopwired-basket-modal .main-background-color {
  background-color: #2272a4;
}
.shopwired-basket-modal .alternative-color {
  color: #ca0134;
}
.shopwired-basket-modal .alternative-background-color {
  background-color: #ca0134;
}
.shopwired-basket-modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 36px;
  height: 36px;
  background: #000 url('../images/default/basket-modal-close-button.png') center no-repeat;
  -webkit-background-size: 16px;
  background-size: 16px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shopwired-basket-modal .inner {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding: 15px;
  }
  .shopwired-basket-modal h2 {
    text-align: center;
  }
  .shopwired-basket-modal .item .shopwired-image-container {
    margin: 0 auto;
    float: none;
  }
  .shopwired-basket-modal .item .info {
    margin: 15px 0 0;
    display: block;
    width: auto;
    padding: 15px;
  }
  .shopwired-basket-modal .item .info .column {
    display: block;
    height: auto;
    vertical-align: top;
  }
  .shopwired-basket-modal .item .info .column .content {
    min-height: 1px !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
  }
  .shopwired-basket-modal .item .info .price {
    margin: 5px 0;
  }
  .shopwired-basket-modal .item + .item {
    margin-top: 20px;
  }
  .shopwired-basket-modal .shopwired-basket-modal-button {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.collection-container .page-link.hidden {
  display: none;
}
body {
  font-size: 12px;
  color: #2f2f2f;
  font-family: 'open_sans';
}
img {
  max-width: 100%;
  height: auto;
}
.top-header {
  background: #000;
  padding: 12px 0px;
}
.currencies ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.currencies ul li {
  display: inline-block;
  margin-right: 8px;
}
.currencies ul li a {
  color: #fff;
  text-decoration: none;
}
.currencies ul li a.current {
  color: #fa0016;
}
.top-header .links {
  text-align: right;
}
.top-header .links ul {
  padding-left: 0px;
  list-style: none;
  display: inline-block;
  margin: 0px;
}
.top-header .links ul li {
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #fff;
}
.top-header .links a {
  color: #fff;
  line-height: 24px;
}
.top-header .links .login-button{
	padding: 0.5rem 1rem;
    background-color: white;
    color: black;
    border-radius: 3px;
}

.top-header .links a:hover {
  text-decoration: underline;
}
.top-header .links a.basket,
.top-header .links a.wishlist {
  padding: 0px 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.top-header .links a.basket {
  padding-left: 34px;
}
.top-header .links a.basket:before {
  position: absolute;
  font-family: 'icomoon';
  content: "\e601";
  font-size: 18px;
  color: #fff;
  margin-left: -25px;
}
.top-header .links a.wishlist {
  border-right: 1px solid #fff;
}
.top-header a.mmenu img {
  max-width: 29px;
}
.top-header a.mmenu {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  float: left;
  z-index: 9;
  position: relative;
  text-decoration: none;
  display: none;
}
.top-header a.mobile-search {
  max-width: 25px;
  display: block;
  float: right;
  background: #fa0016;
  display: none;
}
.top-header .mobile-nav {
  padding: 0px;
}
.top-header .mobile-nav ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.top-header .mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 0px;
  display: block;
}
.top-header .mobile-nav ul li + li {
  border-top: 1px solid #fefefe;
}
.top-header .mobile-nav {
  border-top: 1px solid #fefefe;
}
.top-header .mobile-search-outer {
  display: none;
  position: absolute;
  top: 0px;
  min-height: 54px;
  right: 0px;
  width: 100%;
  text-align: right;
  padding: 0px 0px 0px 90px;
  margin-right: 5px;
}
.top-header .mobile-search-outer button[type='submit'] {
  outline: none;
  border: none;
  float: right;
  background: #fa0016;
  padding: 14px 0px;
  width: 55px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.top-header .mobile-search-outer button[type='submit'] img {
  width: 25px;
}
.top-header .mobile-search-outer input[type='text'] {
  line-height: 53px;
  padding: 0px 60px 0px 20px;
  outline: none;
  border: none;
  width: 100%;
}
.bottom-header {
  padding: 25px 0px 20px;
}
.bottom-header h1 {
  margin: 0px;
}
.bottom-header .logo,
.header .logo img {
  max-height: 64px;
  display: inline-block;
}
.logo-text {
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    max-width: 350px;
    width: 350px;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
}
.bottom-header .search-outer {
  float: right;
  width: 400px;
  position: relative;
}
.bottom-header .currencies {
  display: none;
  text-align: center;
}
.bottom-header .currencies ul li a.current {
  color: #fa0016;
}
.bottom-header .currencies ul li a {
  color: #2f2f2f;
}
.search-outer input[type='text'] {
  width: 100%;
  outline: none;
  border: none;
  padding: 15px 90px 15px 45px;
  line-height: 20px;
  background: #e9e9e8;
  background-size: 25px;
  background-position: 15px 12px;
  font-size: 14px;
}
.search-outer input[type='text']::-webkit-input-placeholder {
  color: #2f2f2f;
}
.search-outer input[type='text']:-moz-placeholder {
  color: #2f2f2f;
}
.search-outer input[type='text']::-moz-placeholder {
  color: #2f2f2f;
}
.search-outer input[type='text']:-ms-input-placeholder {
  color: #2f2f2f;
}
.search-outer button[type='submit'] {
  background: #000000;
  outline: none;
  border: none;
  position: absolute;
  top: 9px;
  right: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 10px;
}
.bottom-header .search-outer:before {
  position: absolute;
  top: -3px;
  left: 9px;
  font-family: 'icomoon';
  content: "\e606";
  font-size: 38px;
  color: #999;
}
/*Navigation*/
.navigation {
  border-top: 1px solid #dcc8c3;
  border-bottom: 3px solid #dcc8c3;
}
.navigation .navbar {
  margin: 0px;
  min-height: 40px;
  border: none;
}
.navigation .navbar-collapse {
  padding: 10px 0px 0px;
}
.navigation .navbar-nav > li {
  padding: 0px 0px 11px 0px;
  margin-right: 36px;
}
.navigation .navbar-nav > li > a {
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.navigation .navbar-nav > li > a:hover {
  border-color: #f0e8e6;
  background: none;
}
.navigation .navbar-nav > li ul.submenu {
  position: absolute;
  top: 33px;
  background: #fff;
  width: 200px;
  list-style: none;
  padding-left: 0px;
  border: #dcc8c3 1px solid;
  border-top: none;
  padding: 0px 10px;
  display: none;
  z-index: 2;
}
.navigation .navbar-nav > li:hover ul.submenu {
  display: block;
}
ul.submenu li a {
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  color: #2f2f2f;
  border-bottom: 1px solid #dcc8c3;
  padding: 10px 0px;
}
ul.submenu li a:hover {
  color: #fa0016;
  text-decoration: none;
}
.navigation .currencies {
  display: none;
  float: right;
  position: relative;
  z-index: 9;
  margin: 12px 15px 0px 0px;
}
/*Slider*/
.slider {
  padding-top: 15px;
  margin-bottom: 30px;
}
.slider .flexslider {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
}
.slider .flexslider .slides > li {
  position: relative;
}
.slider .flexslider .slides > li .slider-content {
  position: absolute;
  bottom: 65px;
  right: 70px;
  padding: 10px 20px;
  background: #000000;
}
.slider-content h2 {
  font-family: 'DINCond-Light';
  font-size: 50px;
  color: #ffffff;
  margin: 0px;
  letter-spacing: -2px;
}
.slider-content a.take-a-look {
  background: #000000;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: none;
  letter-spacing: 2px;
}
.categories-outer {
  padding-bottom: 40px;
}
.categories-outer .row {
  margin-left: -10px;
  margin-right: -10px;
}
.categories-outer .row [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.categories-outer h2 {
  text-align: center;
  position: relative;
  margin: 0px;
  margin-bottom: 35px;
}
.categories-outer h2:before {
  position: absolute;
  top: 16px;
  left: 0px;
  height: 3px;
  background: #f0e8e6;
  width: 100%;
  content: '';
}
.categories-outer h2 span {
  padding: 0px 10px;
  background: #fff;
  z-index: 2;
  position: relative;
  font-size: 33px;
  font-weight: 600;
}
.categories-outer .fav-item {
  background: #e5e5e5;
  max-height: 320px;
  max-width: 320px;
  position: relative;
  display: block;
}
.categories-outer.home-cat .fav-item .shopwired-image-container {
  max-height: 320px;
  display: block;
}
.categories-outer .fav-item .shopwired-image-container {
  max-height: 250px;
  display: block;
}
.categories-outer .fav-item .item-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 18px 18px;
  text-align: center;
}
.item-info .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.item-info .description {
  display: block;
  font-size: 18px;
  color: #fff;
  font-size: 13px;
}
#featured-products {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 75px;
}
#featured-products .slides > li {
  margin-right: 40px;
}
#featured-products .feature-item {
  display: block;
}
#featured-products .feature-item {
  border: 5px solid rgba(240, 232, 230, 0);
  padding: 9px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
}
#featured-products .feature-item:hover {
  border: 5px solid #f0e8e6;
  text-decoration: none;
}
#featured-products .feature-item .shopwired-image-container {
  display: block;
  border-bottom: 1px solid #f0e8e6;
  margin-bottom: 10px;
  position: relative;
}
#featured-products .feature-item .item-title {
  display: block;
  font-size: 13px;
  color: #2f2f2f;
  margin-bottom: 10px;
}
#featured-products .feature-item span.view {
  padding: 10px 15px;
  line-height: 16px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.feature-item span.price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  float: right;
  line-height: 40px;
}
.feature-item .new {
  padding: 0px 5px;
  background: #fa0016;
  color: #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.two-for1 {
  padding: 0px 5px;
  background: #00aeff;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-transform: uppercase;
}
.two-for1 + .two-for1 {
  left: auto;
  right: 0;
}
.product-image .two-for1 {
    top: 0;
    bottom: auto;
    z-index: 10;
}

.feature-item .two-for1-1st {
  padding: 0px 5px;
  background: #00aeff;
  color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#featured-products .flex-control-paging li a {
  background: #000;
}
#featured-products .flex-control-nav li {
  margin: 0px 4px;
}
#featured-products .flex-control-paging li a.flex-active {
  background: #ccc;
}
.featured-products .flex-direction-nav a {
  background: url(../images/product-direction.svg) no-repeat;
  background-position: top left;
  width: 21px;
  height: 37px;
  background-size: 42px 37px;
  opacity: 1;
  top: 36%;
}
.featured-products .flex-direction-nav .flex-next,
.featured-products .flexslider:hover .flex-next {
  right: -30px;
}
.featured-products .flex-direction-nav .flex-prev,
.featured-products .flexslider:hover .flex-prev {
  left: -30px;
  background-position: right top;
}
.footer {
  border-top: 3px solid #f0e8e6;
}
.top-footer {
  padding: 22px 0px 27px;
}
.top-footer .newsletter {
  max-width: 475px;
  position: relative;
}
.newsletter input[type='text'] {
  width: 100%;
  outline: none;
  border: none;
  padding: 15px 90px 15px 20px;
  line-height: 20px;
  background: #e9e9e8;
  background-position: 15px 12px;
  font-size: 14px;
}
.newsletter input[type='text']::-webkit-input-placeholder {
  color: #2f2f2f;
}
.newsletter input[type='text']:-moz-placeholder {
  color: #2f2f2f;
}
.newsletter input[type='text']::-moz-placeholder {
  color: #2f2f2f;
}
.newsletter input[type='text']:-ms-input-placeholder {
  color: #2f2f2f;
}
.newsletter button[type='submit'] {
  background: #000000;
  outline: none;
  border: none;
  position: absolute;
  top: 9px;
  right: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 10px;
}
.social-media ul {
  list-style: none;
  padding-left: 0px;
  text-align: right;
  margin: 0px;
}
.social-media ul li {
  display: inline-block;
  margin-left: 15px;
}
.social-media ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #e9e9e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 14px;
}
.footer .footer-menu {
  background: #000000;
  padding: 16px 0px;
}
.footer-menu ul {
  padding-bottom: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0;
}
.footer-menu ul li a {
  font-family: 'museo_sans300';
  font-size: 13px;
  color: #ffffff;
}
.footer-menu ul li:after {
  content: '//';
  color: #ffffff;
  font-size: 13px;
  padding: 0px 12px 0px 15px;
}
.footer-menu ul li:last-child:after {
  display: none;
}
.bottom-footer {
  padding: 15px 0px;
  background: #414141;
}
.copyright-text p {
  color: #c6c6c6;
  font-size: 11px;
}
.powered-by {
  text-align: right;
}
.powered-by a {
  color: #c6c6c6;
  font-size: 11px;
}
.payment-list {
    list-style: none;
    margin:  0 0 10px 0;
    padding: 0;
}

.payment-list li {
    display: inline;
}

.payment-list li img {
    height: 30px;
    width: auto;
}
footer .payment-list li img {
    height: 20px;
}
/*Login*/
.content {
  padding-top: 40px;
}
.login-outer {
  max-width: 490px;
  margin-bottom: 140px;
}
.content h1 {
  font-size: 44px;
  color: #fa0016;
  margin: 0px 0px 30px;
  font-weight: 300;
}
.login-outer label {
  color: #2f2f2f;
  font-weight: normal;
  line-height: 35px;
}
.login-outer .form-group {
  margin-bottom: 10px;
}
.login-outer input[type='text'],
.login-outer input[type='password'] {
  width: 100%;
  line-height: 15px;
  padding: 10px 20px;
  outline: none;
  border: #e8e8e8 1px solid;
}
.login-outer button[type='submit'] {
  background: #fa0016;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  margin-right: 28px;
}
.login-outer .forgot-password {
  color: #fa0016 color_link;
  font-style: italic;
}
/*Account Home*/
.account-home p {
  font-size: 13px;
  margin-bottom: 15px;
}
.account-home p a {
  color: #fa0016;
}
.order-table {
  margin-bottom: 155px;
}
.order-table .table {
  border: 1px solid #e4e4e4;
}
.order-table .table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 700;
  color: #000;
}
.order-table .table a {
  color: #fa0016;
}
.order-table .table > thead > tr > th,
.order-table .table > tbody > tr > th,
.order-table .table > tfoot > tr > th,
.order-table .table > thead > tr > td,
.order-table .table > tbody > tr > td,
.order-table .table > tfoot > tr > td {
  border-color: #e4e4e4;
  color: #000;
}
.account-order p {
  font-size: 13px;
  margin-bottom: 20px;
}
.account-order p a {
  color: #fa0016;
  word-break: break-all;
}
.account-order h2 {
  font-size: 15px;
  margin-bottom: 22px;
  font-weight: 600;
}
.account-order address {
  font-size: 13px;
}
.total-table .table > thead > tr > th,
.total-table .table > tbody > tr > th,
.total-table .table > tfoot > tr > th,
.total-table .table > thead > tr > td,
.total-table .table > tbody > tr > td,
.total-table .table > tfoot > tr > td {
  border: none;
  padding: 0px;
  font-size: 13px;
}
.total-table {
  margin-bottom: 30px;
}
.total-table .table > tbody > tr > td:last-child {
  font-weight: 600;
}
.total-table .table > tbody > tr:last-child td {
  padding-top: 15px;
}
.order-product {
  margin-bottom: 155px;
}
.order-product .table {
  border: 1px solid #e4e4e4;
}
.order-product .table > thead > tr > th {
  border-bottom-width: 1px;
  font-weight: 700;
  color: #000;
}
.order-product .table a {
  color: #fa0016;
}
.order-product .table > thead > tr > th,
.order-product .table > tbody > tr > th,
.order-product .table > tfoot > tr > th,
.order-product .table > thead > tr > td,
.order-product .table > tbody > tr > td,
.order-product .table > tfoot > tr > td {
  border-color: #e4e4e4;
  color: #000;
}
/*Auto Page */
.about {
  position: relative;
}
.about > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.about > .row > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.customer-info {
  padding-right: 25px;
  width: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.customer-info h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
  padding-right: 15px;
  margin-top: 0px;
}
.margin-t-sm {
    margin-top: 10px;
}
.customer-info h2 span {
  display: none;
}
.customer-info ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}
.customer-info ul li {
  margin-bottom: 11px;
}
.customer-info ul li a {
  font-size: 13px;
  color: #2f2f2f;
}
.about-wrap {
  border-left: 1px solid #e8e8e8;
  padding: 0px 0px 200px 25px;
  margin: 0px 0px 35px 220px;
}
.about-wrap article {
  margin-bottom: 35px;
}
.about-wrap article h2 {
  font-size: 18px;
  margin: 0px 0px 18px;
}
.about-wrap article p {
  margin-bottom: 15px;
}
/*Blog*/
.blogs > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.blogs > .row > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.blog > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.blog > .row > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.blog {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0e8e6;
  margin-bottom: 20px;
}
.blog .shopwired-image-container {
  display: block;
}
.blog-description {
  padding-left: 20px;
}
.blog-description h2 {
  margin: 0px;
  margin-bottom: 12px;
}
.blog-description h2 a {
  font-size: 24px;
  color: #fa0016;
  font-weight: 300;
  text-decoration: none;
}
.blog-description strong {
  color: #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0px;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-description p {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 14px;
}
.blog-description a.more {
  color: #fa0016;
  text-decoration: none;
}
.pagination-outer .page-link {
  display: inline-block;
  padding: 5px 10px;
  background: #e9e9e8;
  margin-right: 5px;
}
.pagination-outer .page-link:hover,
.pagination-outer .page-link.current {
  background: #414141;
  color: #fff;
}
.pagination-outer .page-link:first-child {
  padding: 5px 7px;
}
.pagination-outer .page-link:last-child {
  padding: 5px 6px;
}
.pagination-outer {
  text-align: center;
}
.pagination-outer ul {
  list-style: none;
  padding-left: 0px;
}
.pagination-outer ul li {
  display: inline-block;
  margin-right: 6px;
}
.pagination-outer ul li a {
  padding: 2px 8px;
  color: #2f2f2f;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}
.pagination-outer ul li a.active,
.pagination-outer ul li a:hover {
  background: #414141;
  color: #fff;
}
.pagination-outer ul li:first-child img,
.pagination-outer ul li:last-child img {
  max-width: 7px;
  display: inline-block;
}
.pagination-outer ul li:first-child a,
.pagination-outer ul li:last-child a {
  background: #e9e9e8;
  padding: 2px 4px;
  display: inline-block;
  line-height: 21px;
}
.sidebar {
  padding-bottom: 150px;
  margin-bottom: 30px;
}
.sidebar {
  border-left: 1px solid #f0e8e6;
  margin-left: 37px;
  padding-left: 20px;
}
.blogs .cat-heading {
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
.blogs .cat-heading span {
  cursor: pointer;
}
.blogs .sidebar {
  display: block;
  visibility: visible;
}
.widget {
  margin-bottom: 40px;
}
.widget h2 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 6px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0e8e6;
  margin: 0px 0px 17px 0px;
}
.widget p {
  font-size: 12px;
  color: #2f2f2f;
}
.widget ul {
  list-style: none;
  padding-left: 6px;
}
.widget ul li a {
  font-size: 12px;
  color: #2f2f2f;
  text-decoration: none;
}
.widget ul li {
  line-height: 20px;
}
/*Category*/
.categories > .row {
  margin: 0px;
}
.categories > .row > [class*='col-'] {
  padding: 0px;
}
.category-menu h2 {
  font-size: 14px;
  font-weight: 600;
  border-bottom: #f0e8e6 1px solid;
  padding-bottom: 10px;
  margin: 0px 0px 15px 0px;
}
.category-menu h2 img {
  max-width: 9px;
}
.category-menu ul {
  list-style: none;
  padding-left: 0px;
}
.category-menu ul > li {
  margin-bottom: 20px;
  line-height: 15px;
}
.category-menu ul > li.has-sub-cat > a {
  position: relative;
}
.category-menu ul > li.has-sub-cat.open > a {
  position: relative;
}
.category-menu ul > li.has-sub-cat > a:after {
  content: '\e60a';
  font-family: 'icomoon';
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
}
.category-menu ul > li.has-sub-cat.open > a:after {
  content: '\e60d';
  font-family: 'icomoon';
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
}
.category-menu ul li a {
  text-transform: uppercase;
  color: #2f2f2f;
  text-decoration: none;
  display: block;
  padding-right: 30px;
}
.category-menu ul li ul li {
  margin-bottom: 10px;
  padding: 0px;
  line-height: 15px;
}
.category-menu ul li ul {
  padding: 20px 0px 0px 20px;
  display: none;
}
.page-categories h2 {
  color: #fa0016;
  font-weight: 300;
  margin: 0px 0px 15px 0px;
  font-size: 24px;
}
.page-categories {
  margin-left: 17px;
  padding-left: 25px;
  border-left: 1px solid #f0e8e6;
}
.page-categories p {
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}
.page-categories .item-info .title {
  font-size: 14px;
}
.page-categories .item-info .description {
  font-size: 12px;
  letter-spacing: -0.5px;
}
.page-categories .categories-outer .fav-item .item-info {
  padding: 10px;
}
.page-categories .categories-outer .fav-item {
  margin-top: 25px;
}
.page-categories .categories-outer {
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.category-menu .arrow-up {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 8px;
  height: 16px;
}

.image-button {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 5px 0;
  float: right;
}
.image-button:hover {
  opacity: .9;
}
.or-separator {
  clear: both;
  text-align: right;
  padding: 10px 0;
}

/*Checkout Address*/
.checkout-addr h1 {
  margin-bottom: 25px;
}
ul.payments {
  padding-left: 0px;
  list-style: none;
  text-align: right;
  margin: 0px;
}
ul.payments li {
  display: inline-block;
  max-height: 31px;
  margin-left: 12px;
}
ul.payments li img {
  max-height: 31px;
}
.steps {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}
.steps ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
  margin: 0px;
}
.steps ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.steps ul li + li:before {
  font-family: 'icomoon';
  content: "\e603";
  position: absolute;
  width: 10px;
  height: 15px;
  background-size: 10px 15px;
  left: -7px;
  top: 1px;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.43);
  font-weight: bold;
}
.steps ul li a,
.steps ul li {
  color: #2f2f2f;
  font-size: 13px;
  text-decoration: none;
}
.steps ul .active,
.steps ul li a:hover {
  color: #fa0016;
}
.innerform h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0px 20px;
}
.innerform form > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.innerform form > .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-form input[type='text'].form-control,
.checkout-form input[type='password'].form-control,
.checkout-form select.form-control,
.checkout-form span.form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.checkout-form button[type="submit"],
.checkout-form button[type="button"] {
  background: none repeat scroll 0 0 #fa0016;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
  margin-right: 15px;
  outline: medium none;
  padding: 11px 30px;
  text-transform: uppercase;
}
.button {
  background: #fa0016;
  outline: none;
  border: none;
  color: #fff;
  padding: 3px 9px;
  font-weight: 600;
}
.checkout-form .paypal-button {
  margin: 0 16px 0 0;
  width: 210px;
  vertical-align: top;
  float: none;
}
.checkout-form .paypal-button img {
  width: 100%;
}
.checkout-form label {
  font-size: 12px;
  color: #2f2f2f;
  padding-top: 7px;
  margin: 0px;
  font-weight: normal;
}
.innerform .form-group {
  margin-bottom: 10px;
}
.innerform .medium {
  width: 70%;
}
.innerform .small {
  width: 40%;
}
.checkbox-outer label {
  line-height: 20px;
}
.checkbox-outer {
  display: inline-block;
  margin-left: 20px;
}
.checkout-form .checkbox {
  position: relative;
  display: inline-block;
  padding: 0px;
}
.checkout-form .checkbox input[type=checkbox] {
  display: none;
}
.checkout-form .checkbox label:before {
  background: url(https://theme-assets.ecommercedns.uk/7/50477/images/checkbox3.png) bottom left;
  width: 20px;
  background-size: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 13px;
  bottom: 10px;
  cursor: pointer;
}
.checkout-form .checkbox label {
  line-height: 9px;
  padding-left: 40px;
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.checkout-form input[type=checkbox]:checked + label:before {
  content: "";
  background: url(https://theme-assets.ecommercedns.uk/7/50477/images/checkbox3.png) top left;
  background-size: 20px;
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 13px;
  width: 20px;
  height: 20px;
}
.checkout-form span.custom-select {
  color: #b0b0b0;
  font-size: 12px;
  font-style: italic;
}
.checkout-form span.custom-select:after {
  content: "\e605";
  position: absolute;
  top: 3px;
  right: 5px;
  width: 27px;
  height: 27px;
  background: #000;
  font-family: 'icomoon';
  color: #fff;
  font-size: 16px;
  padding: 2px 3px;
  pointer-events: none;
}
.accept-term {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.checkout-form .accept-term .checkbox label {
  padding-left: 35px;
}
.checkout-form .accept-term .checkbox label:before {
  left: 0px;
}
.checkout-form .payment,
.checkout-form .paypal,
.checkout-form .offline {
  padding: 11px 30px;
  margin-right: 15px;
  margin-bottom: 17px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-weight: 600;
}
.checkout-form .payment {
  color: #ffffff;
  background: #fa0016;
}
.checkout-form .paypal {
  color: #ffffff;
  background: #fa0016;
}
.checkout-form .offline {
  background: #414141;
  color: #ffffff;
}
.checkout-form ul.payments {
  text-align: left;
  margin: 10px 0px 50px;
}
.checkout-form ul.payments li {
  margin: 0px 11px 0px 0px;
}
.innerform .forgot-password {
  color: #fa0016;
  font-style: italic;
}
.checkout-login {
  border: 1px solid #e8e8e8;
  margin: 23px 0px 75px;
  padding: 25px 30px;
}
.checkout-login > .row {
  margin: 0px;
}
.checkout-login > .row > [class*='col'] {
  padding: 0px;
}
.checkout-login .left-login {
  border-right: 1px solid #ccc;
  padding: 0px 30px 0px 0px;
}
.checkout-login .right-signup {
  padding-left: 30px;
}
.checkout-login a.as-guest {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  text-decoration: none;
  color: #2f2f2f;
}
.contact {
  position: relative;
}
.contact > .row {
  margin: 0px;
}
.contact > .row > [class*='col-'] {
  padding: 0px;
}
.contact-inner {
  border-left: 1px solid #e8e8e8;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 45px 220px;
}
.contact-inner > .row {
  margin: 0px;
}
.contact-inner > .row > [class*='col-'] {
  padding: 0px;
}
.form-wrap h3 {
  font-size: 12px;
  color: #2f2f2f;
  margin: 0px 0px 15px 0px;
}
.form-wrap label {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: normal;
}
.form-wrap input.form-control,
.form-wrap textarea.form-control,
.form-wrap select.form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border-color: #e8e8e8;
  resize: none;
  padding: 7px 12px;
}
.form-wrap button[type='submit'] {
  padding: 7px 15px;
  border: none;
  outline: none;
  background: #fa0016;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.form-wrap {
  border: #e8e8e8 1px solid;
  padding: 20px 25px 20px 20px;
}
.right-sidebar {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin-left: 30px;
}
.contact-widget {
  margin-bottom: 30px;
}
.contact-widget h2 {
  font-size: 12px;
  margin: 0px 0px 7px 0px;
}
.contact-widget strong {
  font-weight: 600;
  font-size: 22px;
}
.contact-widget.email a {
  font-size: 18px;
  font-weight: 600;
  color: #fa0016;
}
.contact-widget ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.contact-widget ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #2f2f2f;
}
.contact-widget address {
  font-weight: 600;
  font-size: 18px;
  color: #2f2f2f;
}
.contact-info .contact-widget:last-child {
  margin-bottom: 0px;
}
.galleries {
  padding-bottom: 40px;
}
.album {
  margin-bottom: 35px;
  text-align: center;
}
.album .shopwired-image-container {
  display: block;
  max-height: 313px;
}
.album .gallery-title,
.gallery-img .gallery-title {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.gallery {
  padding-bottom: 30px;
}
.gallery-img .shopwired-image-container {
  border: 5px solid #e9e9e8;
  display: block;
  max-height: 235px;
}
.gallery-img {
  margin-bottom: 40px;
  text-align: center;
}
.gallery > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery > .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-wrap span.form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border-color: #e8e8e8;
  resize: none;
  color: #b0b0b0;
  font-style: italic;
}
.form-wrap span.custom-select:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 5px;
  width: 27px;
  height: 27px;
  background: url(../images/dropdown.png) no-repeat;
  background-position: center center;
  background-size: 27px;
}
textarea.form-control {
    height: auto;
    border-color: #e9e9e8;
    border-radius: 0;
    box-shadow: none;
}
.select-wrap {
  position: relative;
}
span.custom-select:after {
    pointer-events: none;
}

.form-wrap .medium {
  width: 75%;
}
.gift {
  position: relative;
}
.form-wrap .styledRadio,
.innerform .styledCheckbox,
.accept-term .styledCheckbox {
  background-size: 20px 40px;
  outline: none;
  float: left;
  margin-right: 5px;
}
.form-wrap .radio-btn {
  display: inline-block;
}
.accept-term label {
  line-height: 20px;
}
.form-wrap .radio-btn:first-child {
  margin-right: 10px;
}
.form-wrap .cart-style {
  padding-top: 15px;
}
.gift-widget h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}
.gift-widget p {
  margin: 0px;
}
/*Product */
.product-content {
  padding-top: 18px;
}
.product-content .heading-group {
  text-align: center;
}
.heading-group h2 {
  font-weight: 600;
  color: #afafaf;
  font-size: 12px;
  margin: 0px 0 8px 0;
}
.heading-group h1 {
  margin: 0 0 25px 0;
  font-size: 28px;
  color: #fa0016;
}
.product-image {
  border: 7px solid #f0e8e6;
  padding: 6px;
  position: relative;
}
.slider-thumb {
  position: relative;
  margin: 15px 0px 60px;
  padding: 0px 24px;
}
.slider-thumb .shopwired-image-container {
  max-width: 111px;
  height: 111px;
  display: block;
}
.slider-thumb ul {
  padding-left: 0px;
  list-style: none;
  text-align: center;
  margin: 0px;
}
.slider-thumb ul li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
}
.slider-thumb .prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  max-width: 21px;
  height: 36px;
}
.slider-thumb .next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  max-width: 21px;
  height: 36px;
}
.product > .row {
  margin-left: -6px;
  margin-right: -6px;
}
.product > .row > [class*='col-'] {
  padding-left: 6px;
  padding-right: 6px;
}
.product-desc {
  border: 7px solid #f0e8e6;
  padding: 15px;
  margin-bottom: 13px;
}
.product-desc h3 {
  margin: 0px;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 600;
  display: inline-block;
}
.product-rating {
  float: right;
}
.product-rating img {
  max-width: 71px;
}
.product-title {
  margin-bottom: 15px;
}
.product-rating a {
  color: #fa0016;
  font-size: 10px;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
.product-rating span.icon-review-star {
  color: #fa0016;
  margin-left: -4px;
  padding: 0px;
}
.product-desc p {
  letter-spacing: -0.5px;
  margin: 0px;
}
.product-form {
  border: 7px solid #f0e8e6;
  padding: 8px 15px 15px;
}
.reward {
  display: inline-block;
  text-align: right;
  color: #2f2f2f;
  font-size: 12px;
}
.reward span {
  display: inline-block;
  background: #fa0016;
  color: #fff;
  padding: 3px;
}
.product-price {
  margin-bottom: 17px;
}
.product-price strong,
.product-price del {
  font-weight: 600;
  color: #fa0016;
  font-size: 24px;
}
.product-price strong {
  display: inline-block;
}
.product-price strong + strong {
  margin-left: 14px;
  margin-right: -2px;
}
.product-price del {
  color: #000000;
}
.product-form input.form-control,
.product-form span.form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border: 1px solid #e9e9e8;
}
.product-form .select-wrap {
  position: relative;
}
.product-form .select-wrap span.custom-select {
  color: #b0b0b0;
  font-size: 12px;
  font-style: italic;
}
.product-form .select-wrap span.custom-select:after {
  content: "\e605";
  position: absolute;
  top: 3px;
  right: 5px;
  width: 27px;
  height: 27px;
  background: #000;
  font-family: 'icomoon';
  color: #fff;
  font-size: 16px;
  padding: 2px 3px;
}
.product-form label {
  font-weight: normal;
  line-height: 14px;
  margin-top: 10px;
  color: #2f2f2f;
}
.additional-options {
  margin: 10px 0px 25px;
}
.additional-options .styledCheckbox {
  background-size: 20px 40px;
  outline: none;
  float: left;
  margin-right: 5px;
}
.additional-options .option {
  display: inline-block;
  margin-right: 18px;
  float: left;
  margin-bottom: 5px;
}
.additional-options .option label {
  line-height: 20px;
  margin: 0px;
}
.buttons .qty {
  max-width: 90px;
  background: #e9e9e8;
  padding: 5px 5px 5px 15px;
  display: inline-block;
  margin-right: 10px;
}
.buttons .qty input[type='text'] {
  max-width: 36px;
  text-align: center;
  outline: none;
  border: none;
  background: none;
}
.buttons button[type='submit'],
.buttons .out-of-stock-button {
  display: inline-block;
  background: #fa0016;
  padding: 5px 15px;
  font-weight: 600;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-right: 9px;
  letter-spacing: 1px;
}
.buttons a.add-to-wishlist {
  background: #414141;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
.product-list h2 {
  margin: 0px 0px 25px 0px;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 600;
}
#products-list {
  max-width: 995px;
  margin: 0px auto;
  padding: 0px 10px 0px 30px;
  margin-bottom: 70px;
}
#products-list.carousel li {
  margin-right: 20px;
}
#products-list .feature-item {
  display: block;
  text-decoration: none;
}
#products-list .feature-item .shopwired-image-container {
  display: block;
  width: 160px;
  height: 160px;
  border-bottom: 1px solid #f0e8e6;
  margin-bottom: 10px;
  position: relative;
}
#products-list .feature-item .item-title {
  display: block;
  font-size: 13px;
  color: #2f2f2f;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
#products-list .feature-item span.view {
  padding: 10px 15px;
  line-height: 16px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.feature-item span.price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  float: right;
  line-height: 40px;
}
.product-list .flex-direction-nav a {
  background: url(../images/product-direction.svg) top left no-repeat;
  opacity: 1;
  width: 21px;
  height: 37px;
  background-size: 42px 37px;
}
.product-list .flex-direction-nav .flex-prev {
  background-position: right top;
  left: 0px;
}
.product-list .flex-direction-nav .flex-next {
  right: 0px;
}
.product-list .feature-item span.price.price-cut {
  line-height: 16px;
}
.product-list .feature-item span.price.price-cut del {
  display: block;
}
.product-list .feature-item span.price.price-cut strong {
  color: #fa0016;
  font-size: 14px;
  font-weight: 600;
}
/*Product Review */
.product-review {
  border: 7px solid #f0e8e6;
  padding: 15px;
  display: none;
}
.product-review a.hide-review {
  color: #fa0016;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
.product-review h3 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  line-height: 16px;
}
.product-review p {
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.product-review .review {
  margin-bottom: 20px;
}
.product-review .review-stars {
  max-width: 70px;
}
.review-form {
  max-width: 450px;
}
.review-form h2 {
  font-size: 14px;
  color: #fa0016;
  font-weight: 600;
  margin: 0px 0px 22px 0px;
}
.review-form label {
  font-weight: 600;
  color: #2f2f2f;
  margin: 0px;
  line-height: 34px;
  font-size: 12px;
}
.review-form .form-group {
  margin-bottom: 8px;
}
.review-form input.form-control,
.review-form textarea.form-control,
.review-form span.form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border-color: #e9e9e8;
  resize: none;
}
.review-form .select-wrap span.custom-select {
  color: #b0b0b0;
  font-size: 12px;
  font-style: italic;
}
.review-form .select-wrap span.custom-select:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 4px;
  width: 27px;
  height: 27px;
  background: url(../images/dropdown.png) no-repeat;
  background-position: center center;
  background-size: 27px;
}
.review-form .small {
  width: 50%;
}
.review-form button[type='submit'] {
  border: none;
  outline: none;
  background: #fa0016;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
/*Search Result*/
.search-header {
  margin-bottom: 30px;
}
.search-header .select-wrap {
  max-width: 185px;
}
.search-header .select-wrap span.form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}
.search-header .select-wrap span.custom-select {
  color: #2f2f2f;
  font-size: 12px;
}
.search-header .select-wrap span.custom-select:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 4px;
  width: 27px;
  height: 27px;
  background: url(../images/dropdown.png) no-repeat;
  background-position: center center;
  background-size: 27px;
}
.search-header .pagination-outer {
  text-align: right;
}
.search-result h2 {
  font-size: 24px;
  color: #fa0016;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0px 0px 25px 0px;
}
.product-items .result-row {
  margin-left: -18px;
  margin-right: -18px;
}
.product-items .result-row > strong {
  margin-left: 15px;
}
.product-items .feature-item {
  display: block;
  float: left;
  margin-bottom: 45px;
  text-decoration: none;
  width: 20%;
  padding-right: 18px;
  padding-left: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.product-items .feature-item .shopwired-image-container {
  display: block;
  max-width: 170px;
  max-height: 170px;
  border-bottom: 1px solid #f0e8e6;
  margin-bottom: 10px;
  position: relative;
}
.product-items .feature-item .item-title {
  display: block;
  font-size: 13px;
  color: #2f2f2f;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  height: 36px;
  overflow: hidden;
}
.product-items .feature-item span.view,
.product-items .feature-item span.new {
  padding: 10px 15px;
  line-height: 16px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.product-items .feature-item span.new {
    background: #fa0016;
    color: #fff;
    text-transform: uppercase;
    position: static;
}

.feature-item span.price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  float: right;
  line-height: 40px;
}
.product-items .flex-direction-nav a {
  background: url(https://theme-assets.ecommercedns.uk/7/50477/images/product-direction.png) top left no-repeat;
  opacity: 1;
  width: 21px;
  height: 37px;
  background-size: 42px 37px;
}
.product-items .flex-direction-nav .flex-prev {
  background-position: right top;
  left: -30px;
}
.product-items .flex-direction-nav .flex-next {
  right: -30px;
}
.product-items .feature-item span.price.price-cut {
  line-height: 20px;
}
.product-items .feature-item span.price.price-cut del {
  display: block;
}
.product-items .feature-item span.price.price-cut strong {
  color: #fa0016;
  font-size: 14px;
  font-weight: 600;
}
.bottom-pagination {
  text-align: right;
  margin-bottom: 35px;
}
.mobile-pagination {
  display: none;
}
.mobile-pagination ul li {
  float: left;
}
.mobile-pagination ul {
  padding: 0px;
  list-style: none;
  float: right;
}
.mobile-pagination ul li a {
  padding: 8px 10px;
  display: block;
  border: 1px solid #e9e9e8;
  color: #505050;
  text-decoration: none;
}
.mobile-pagination ul li a {
  border-left: none;
}
.mobile-pagination ul li:first-child a {
  border-left: 1px solid #e9e9e8;
}
.search-header .price-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 170px;
}
.search-header .header {
  height: 35px;
}
.search-header .header,
.search-header a {
  padding: 8px;
  max-width: 185px;
  display: block;
  border: 1px solid #ccc;
  color: #2f2f2f;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}
.search-header .drop-down {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.search-header .drop-down a {
  border-top: none;
}
.search-header .header:before {
  content: "\e605";
  position: absolute;
  top: 3px;
  right: 5px;
  width: 27px;
  height: 27px;
  background: #000;
  font-family: 'icomoon';
  color: #fff;
  font-size: 16px;
  padding: 2px 6px;
}
/*Shopping Basket*/
.shopping-table {
  margin: 25px 0px;
  border-bottom: #f7f7f7 2px solid;
  padding-bottom: 10px;
}
.left-wrap {
  width: 55%;
  float: left;
}
.right-wrap {
  width: 45%;
  float: left;
}
.shopping-table .table {
  margin-bottom: 0px;
}
.basket-info h3 {
  margin: 0px;
  font-size: 13px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 15px;
}
.basket-info .variation-name {
  margin-bottom: 20px;
}
.basket-info .variation-name strong {
  display: block;
  width: 40%;
  float: left;
  font-weight: normal;
}
.basket-info .variation-name span {
  display: block;
  width: 60%;
  float: left;
  font-weight: 600;
  padding-left: 5px;
}
.basket-info p {
  font-weight: 600;
}
.basket-info {
  width: 64%;
  float: left;
  margin-left: 20px;
  padding: 15px 0px;
}
.shopping-table .shopwired-image-container {
  width: 160px;
  height: 160px;
  padding-bottom: 0;
  float: left;
}
.shopping-table .qty {
  border-left: 1px solid #e5e5e5;
}
.shopping-table .price {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 15px 0px !important;
  text-align: center;
  border-right: #f6f6f6 2px solid;
  min-height: 150px;
  width: 33%;
  float: left;
}
.shopping-table .quantity input.form-control {
  max-width: 70px;
  margin: 0px auto;
  margin-bottom: 5px;
  border-radius: 0px;
  box-shadow: none;
  background: #e9e9e8;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #2f2f2f;
}
.shopping-table .quantity {
  padding: 15px 0px;
  text-align: center;
  width: 39%;
  float: left;
}
.shopping-table .price1 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 15px 0px;
  text-align: center;
  width: 20%;
  float: left;
}
.shopping-table .quantity a,
.shopping-table .quantity button {
  color: #fa0016;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding: 0;
  background: none;
}
.shopping-table .close {
  padding: 15px 0px;
  opacity: 1;
  width: 12px;
}
.shopping-table .close a {
  width: 12px;
  height: 12px;
  display: inline-block;
  color: #39afff;
  font-size: 15px;
  text-decoration: none;
}
.shopping-table .table > tbody > tr > td,
.shopping-table .table > tfoot > tr > td {
  padding: 10px 0px;
  border-top: none;
  position: relative;
}
.shopping-table .table tr.seperator + tr.seperator td {
  border-top: 1px solid #e8e8e8;
}
.proceed .reward-points {
  padding: 15px;
  border: 1px solid #e8e8e8;
  max-width: 370px;
}
.proceed .reward-points h3 {
  font-size: 16px;
  color: #fa0016;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}
.proceed .reward-points p {
  font-size: 12px;
  margin-bottom: 15px;
}
.proceed .reward-points p a {
  text-decoration: none;
  color: #fa0016 color_link;
}
.proceed .reward-points a.convert {
  padding: 10px 15px;
  background: #fa0016;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.proceed-form {
  padding: 0px 0px 60px 20px;
}
.proceed-form .form-group {
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
.proceed-form input.form-control,
.proceed-form select.form-control,
.proceed-form span.form-control {
  border-radius: 0px;
  box-shadow: none;
  border: #e8e8e8 1px solid;
  padding: 7px 12px;
  font-size: 12px;
}
.voucher .form-group {
  padding-left: 15px;
}
.proceed-detail .form-group {
  padding-left: 30px;
}
.proceed-detail .form-group + .form-group {
  padding-left: 45px;
}
.label-wrap {
  width: 44%;
  float: left;
}
.proceed-detail .label-wrap {
  width: 43%;
}
.proceed-detail .form-group + .form-group .label-wrap {
  width: 41%;
}
.text-wrap {
  width: 56%;
  float: left;
  position: relative;
}
.proceed-detail .text-wrap {
  width: 57%;
}
.proceed-detail .form-group + .form-group .text-wrap {
  width: 59%;
}
.proceed-form label {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin: 0px;
  line-height: 35px;
  text-align: right;
}
.proceed-form .form-group > [class*='col-'],
.proceed-form .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.voucher button[type='submit'] {
  position: absolute;
  top: 7px;
  right: 5px;
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  color: #fa0016;
  font-size: 14px;
}
.voucher input.form-control {
  padding-right: 60px;
}
.voucher {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.proceed-detail .select-wrap span.custom-select {
  color: #b0b0b0;
  font-size: 12px;
  font-style: italic;
}
.proceed-detail .select-wrap span.custom-select:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 4px;
  width: 27px;
  height: 27px;
  background: url(../images/dropdown.png) no-repeat;
  background-position: center center;
  background-size: 27px;
}
.proceed-detail {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
.summary {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 6px;
}
.summary > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.total {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.proceed-form button[type='submit'].complete {
  float: right;
  background: #fa0016;
  border: none;
  outline: none;
  padding: 11px 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-left: 15px;
}
/*Stockists */
.stockists-wrap {
  border-left: 1px solid #e8e8e8;
  padding: 0px 0px 200px 25px;
  margin: 0px 0px 35px 220px;
}
.stockists-wrap .search-outer {
  max-width: 445px;
  position: relative;
  margin-bottom: 45px;
}
.stockists-wrap .search-outer input[type='text'] {
  background-image: none;
  padding: 15px 90px 15px 15px;
}
.stockists-wrap .search-outer button[type='submit'] {
  padding: 6px 18px;
  letter-spacing: 1px;
}
.search-results h2 {
  color: #2f2f2f;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0px;
}
.stockists > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.stockists > .row > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.stockists-row {
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  padding-bottom: 25px;
}
.stockists-row .row {
  margin-left: -10px;
  margin-right: -10px;
}
.stockists-row .row [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.stockists-row address strong {
  font-weight: 600;
}
.stockists-row address {
  font-size: 13px;
  letter-spacing: -0.5px;
  margin: 0px;
}
.stockists-row address a {
  font-size: 13px;
  color: #fa0016;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
.subcategories > .row {
  margin: 0px;
}
.subcategories > .row > [class*='col-'] {
  padding: 0px;
}
.subcategories .product-items .feature-item {
  width: 25%;
}
.subcategories .product-items .feature-item .shopwired-image-container {
  display: block;
  max-height: 170px;
}
.subcategories .search-header {
  margin-top: 15px;
}
.videos h2 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 12px 0px 40px;
}
.video iframe {
  border: none;
  max-width: 100%;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-thumb .flex-direction-nav a {
  width: 21px;
  height: 36px;
  background-size: 21px 37px;
}
.slider-thumb .flex-direction-nav .flex-prev {
  left: 0px;
  width: 21px;
  height: 36px;
  opacity: 1;
}
.slider-thumb .flex-direction-nav .flex-prev:before {
  position: absolute;
  content: "\e604";
  font-family: 'icomoon';
  font-size: 35px;
  color: #f0e8e6;
  left: -7px;
  top: -6px;
  text-indent: 0px;
}
.slider-thumb .flex-direction-nav .flex-next {
  right: 0px;
  width: 21px;
  height: 36px;
  opacity: 1;
}
.slider-thumb .flex-direction-nav .flex-next:before {
  position: absolute;
  content: "\e603";
  font-family: 'icomoon';
  font-size: 35px;
  color: #f0e8e6;
  right: -7px;
  top: -6px;
  text-indent: 0px;
}
.product-list .slick-initialized .slick-slide {
  padding-right: 20px;
}
.products.slick-slider button[type='button'] {
  background: none;
  text-indent: -99999px;
  outline: none;
  border: none;
  height: 35px;
  width: 17px;
  background-size: 35px 30px;
  padding: 0px;
  position: relative;
}
.products.slick-slider button[type='button'].slick-prev {
  position: absolute;
  left: -25px;
  top: 38%;
  margin-top: -28px;
}
.products.slick-slider button[type='button'].slick-prev:before {
  content: "\e604";
  font-family: 'icomoon';
  font-size: 34px;
  color: #f0e8e6;
  left: -8px;
  top: -6px;
  text-indent: 0px;
  position: absolute;
}
.products.slick-slider button[type='button'].slick-next {
  position: absolute;
  right: -6px;
  top: 38%;
  margin-top: -28px;
}
.products.slick-slider button[type='button'].slick-next:before {
  position: absolute;
  content: "\e603";
  font-family: 'icomoon';
  font-size: 34px;
  color: #f0e8e6;
  right: -8px;
  top: -6px;
  text-indent: 0px;
}
.top-header a.mmenu .icon-menu-icon,
.navigation .navbar-toggle .icon-menu-icon {
  font-size: 24px;
}
.top-header a.mmenu span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 32px;
}
.navigation .navbar-toggle .icon-menu-icon {
  float: left;
}
.navigation .navbar-toggle span {
  display: inline-block;
  margin-top: 3px;
  float: left;
  margin-left: 5px;
}
.top-header a.mobile-search {
  padding: 10px 15px !important;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.top-header .mobile-search-outer button[type='submit'] {
  padding: 7px 0px 6px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.customer-info .icon-menu-icon {
  font-size: 24px;
}
.custom-checkbox,
.custom-radio {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
}
.custom-checkbox:before,
.custom-radio:before {
  position: absolute;
  content: "\e610";
  top: 0;
  left: 0;
  font-family: 'icomoon';
  font-size: 32px;
  color: #fa0016;
  line-height: 18px;
}
.custom-checkbox.selected:before,
.custom-radio.selected:before {
  position: absolute;
  content: "\e611";
  top: 0;
  left: 0;
  font-family: 'icomoon';
  font-size: 32px;
  color: #fa0016;
  line-height: 18px;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
}
.slider-thumb .slick-slide {
  padding-right: 10px;
}
.slider-thumb.slick-slider button[type='button'] {
  background: none;
  text-indent: -99999px;
  outline: none;
  border: none;
  height: 35px;
  width: 17px;
  background-size: 35px 30px;
  padding: 0px;
  position: relative;
}
.slider-thumb.slick-slider button[type='button'].slick-prev:before {
  content: "\e604";
  font-family: 'icomoon';
  font-size: 34px;
  color: #f0e8e6;
  left: -8px;
  top: -6px;
  text-indent: 0px;
  position: absolute;
}
.slider-thumb.slick-slider button[type='button'].slick-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -18px;
}
.slider-thumb.slick-slider button[type='button'].slick-next {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -18px;
}
.slider-thumb.slick-slider button[type='button'].slick-next:before {
  position: absolute;
  content: "\e603";
  font-family: 'icomoon';
  font-size: 34px;
  color: #f0e8e6;
  right: -8px;
  top: -6px;
  text-indent: 0px;
}
.not-found {
  font-weight: normal;
  font-size: 16px;
}
.videos {
  padding-bottom: 40px;
}
.result-row .not-found {
  padding-left: 20px;
}
.search-header .pagination-outer .pagination {
  margin: 8px 0px;
}
.collection-container {
  margin-bottom: 15px;
}
.collection-container .items {
  position: relative;
  overflow: hidden;
}
.collection-container.loading .items::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.blog-list .pagination a {
  text-decoration: none;
  color: #000;
}
.form-with-validation div.error {
  display: block;
  color: #f00;
  margin-top: 5px;
}
.form-errors {
  margin: 15px 0;
  padding: 0;
  color: #f00;
  list-style: none;
}
#product-container .product-sale-price-value,
#product-container .reward-points,
#product-container .add-button,
#product-container .in-stock,
#product-container .video-container {
  display: none !important;
}
#product-container.in-stock .in-stock {
  display: inline !important;
}
#product-container.in-stock .out-of-stock {
  display: none !important;
}
#product-container.has-sale-price .product-sale-price-value {
  display: inline !important;
}
#product-container.has-sale-price .product-price-value {
  text-decoration: line-through;
  color: #000;
}
#product-container.has-reward-points .reward-points {
  display: block !important;
  text-align: left;
  margin-top: 10px;
}
#product-container.can-be-added .add-button {
  display: inline-block !important;
}
#product-container.can-be-added .out-of-stock-button {
  display: none !important;
}
#product-container.playing-video .main-photo {
  display: none !important;
}
#product-container.playing-video .video-container {
  display: block !important;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
#product-container.playing-video .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.shopwired-basket-modal .close-button {
  opacity: 1;
}
.shopwired-basket-modal .content {
  padding: 0;
}
.shopwired-basket-modal .buttons a {
  color: #fff;
  background-color: #fa0016;
}
.account-form .select-wrap {
  display: block;
}
.account-form label {
  line-height: 1.2;
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
.account-form p {
  margin: 15px 0 0;
}
.brand-box .fav-item {
  background: none !important;
}
.contact-widget {
  word-break: break-all;
}
.mobile-pagination .current,
.mobile-pagination [data-page='prev'],
.mobile-pagination [data-page='next'] {
  display: block !important;
}
#featured-products button,
.home-cat button {
  position: absolute;
  top: 0;
  background: url('../images/product-direction.svg') left 39% no-repeat;
  width: 21px;
  height: 100%;
  -webkit-background-size: 42px 37px;
  background-size: 42px 37px;
  font-size: 0;
  border: none;
  padding: 0;
}
#featured-products .slick-prev,
.home-cat .slick-prev {
  left: -30px;
  background-position: -21px 39%;
}
#featured-products .slick-next,
.home-cat .slick-next {
  right: -30px;
}
.basket-delivery-form .customSelectInner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  width: auto !important;
  display: block !important;
}
.customSelectInner {
    display: block !important;
    width: auto !important;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-light.eot');
  src: url('../../../open_sans/opensans-light.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-light.woff') format('woff2'), url('../../../open_sans/opensans-light.woff') format('woff'), url('../../../open_sans/opensans-light.ttf') format('truetype'), url('../../../open_sans/opensans-light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-regular.eot');
  src: url('../../../open_sans/opensans-regular.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-regular.woff') format('woff2'), url('../../../open_sans/opensans-regular.woff') format('woff'), url('../../../open_sans/opensans-regular.ttf') format('truetype'), url('../../../open_sans/opensans-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-semibold.eot');
  src: url('../../../open_sans/opensans-semibold.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-semibold.woff') format('woff2'), url('../../../open_sans/opensans-semibold.woff') format('woff'), url('../../../open_sans/opensans-semibold.ttf') format('truetype'), url('../../../open_sans/opensans-semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-bold.eot');
  src: url('../../../open_sans/opensans-bold.eot#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/open_sans/opensansbold_.woff2') format('woff2'), url('../../../open_sans/opensans-bold.woff') format('woff'), url('../../../open_sans/opensans-bold.ttf') format('truetype'), url('../../../open_sans/opensans-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-extrabold.eot');
  src: url('../../../open_sans/opensans-extrabold.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-extrabold.woff') format('woff2'), url('../../../open_sans/opensans-extrabold.woff') format('woff'), url('../../../open_sans/opensans-extrabold.ttf') format('truetype'), url('../../../open_sans/opensans-extrabold.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-lightitalic.eot');
  src: url('../../../open_sans/opensans-lightitalic.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-lightitalic.woff') format('woff2'), url('../../../open_sans/opensans-lightitalic.woff') format('woff'), url('../../../open_sans/opensans-lightitalic.ttf') format('truetype'), url('../../../open_sans/opensans-lightitalic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-regularitalic.eot');
  src: url('../../../open_sans/opensans-regularitalic.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-regularitalic.woff') format('woff2'), url('../../../open_sans/opensans-regularitalic.woff') format('woff'), url('../../../open_sans/opensans-regularitalic.ttf') format('truetype'), url('../../../open_sans/opensans-regularitalic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-semibolditalic.eot');
  src: url('../../../open_sans/opensans-semibolditalic.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-semibolditalic.woff') format('woff2'), url('../../../open_sans/opensans-semibolditalic.woff') format('woff'), url('../../../open_sans/opensans-semibolditalic.ttf') format('truetype'), url('../../../open_sans/opensans-semibolditalic.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-bolditalic.eot');
  src: url('../../../open_sans/opensans-bolditalic.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-bolditalic.woff') format('woff2'), url('../../../open_sans/opensans-bolditalic.woff') format('woff'), url('../../../open_sans/opensans-bolditalic.ttf') format('truetype'), url('../../../open_sans/opensans-bolditalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'open_sans';
  src: url('../../../open_sans/opensans-extrabolditalic.eot');
  src: url('../../../open_sans/opensans-extrabolditalic.eot#iefix') format('embedded-opentype'), url('../../../open_sans/opensans-extrabolditalic.woff') format('woff2'), url('../../../open_sans/opensans-extrabolditalic.woff') format('woff'), url('../../../open_sans/opensans-extrabolditalic.ttf') format('truetype'), url('../../../open_sans/opensans-extrabolditalic.svg') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'DINCond-Light';
  src: url('../fonts/DINCond-Light.eot') format('embedded-opentype'), url('https://theme-assets.ecommercedns.uk/7/50477/fonts/DINCond-Light.otf') format('opentype'), url('../fonts/DINCond-Light.woff') format('woff'), url('../fonts/DINCond-Light.ttf') format('truetype'), url('../fonts/DINCond-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans300';
  src: url('../../../museo_sans/museo_sans_300_normal.eot');
  src: url('../../../museo_sans/museo_sans_300_normal.eot#iefi300') format('embedded-opentype'), url('../../../museo_sans/museo_sans_300_normal.woff') format('woff2'), url('../../../museo_sans/museo_sans_300_normal.woff') format('woff'), url('../../../museo_sans/museo_sans_300_normal.ttf') format('truetype'), url('../../../museo_sans/museo_sans_300_normal.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon_-fcmusx.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon_-fcmusx.woff') format('woff'), url('../fonts/icomoon_-fcmusx.ttf') format('truetype'), url('../fonts/icomoon_-fcmusx-icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-swipe-icon:before {
  content: "\e600";
}
.icon-shopping-bag-icon:before {
  content: "\e601";
}
.icon-second-up-arrow:before {
  content: "\e602";
}
.icon-second-right-arrow:before {
  content: "\e603";
}
.icon-second-left-arrow:before {
  content: "\e604";
}
.icon-second-down-arrow:before {
  content: "\e605";
}
.icon-search-icon:before {
  content: "\e606";
}
.icon-review-star:before {
  content: "\e607";
}
.icon-open-menu:before {
  content: "\e608";
}
.icon-menu-icon:before {
  content: "\e609";
}
.icon-up-arrow:before {
  content: "\e60a";
}
.icon-right-arrow:before {
  content: "\e60b";
}
.icon-left-arrow:before {
  content: "\e60c";
}
.icon-down-arrow:before {
  content: "\e60d";
}
.icon-delete-from-basket:before {
  content: "\e60e";
}
.icon-close-menu:before {
  content: "\e60f";
}
.icon-radio-button-not-selected:before {
  content: "\e610";
}
.icon-checkbox:before {
  content: "\e611";
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
@media only screen and (max-width: 1200px) {
  .right-sidebar {
    margin: 20px 0px 0px;
  }
  .widget-address {
    float: left;
    width: 40%;
  }
  .respo-group {
    float: left;
    width: 60%;
  }
  .contact-widget {
    margin-bottom: 20px;
  }
  .gift .right-sidebar {
    display: none;
  }
  .form-wrap .medium {
    width: 100%;
  }
  .product-items .result-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-items .feature-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .proceed .reward-points {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .proceed-form {
    padding: 0px 0px 60px 215px;
  }
  .label-wrap {
    width: 35%;
  }
  .text-wrap {
    width: 65%;
  }
  .proceed-detail .label-wrap {
    width: 34%;
  }
  .proceed-detail .text-wrap {
    width: 66%;
  }
  .proceed-detail .form-group + .form-group .label-wrap {
    width: 32%;
  }
  .proceed-detail .form-group + .form-group .text-wrap {
    width: 68%;
  }
  .proceed-detail .form-group + .form-group {
    padding-left: 50px;
  }
  .voucher .form-group {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-menu ul {
    padding: 0;
  }
  .navigation a.home {
    margin-right: 8px;
  }
  .navigation .navbar-nav > li {
    padding: 0px 0px 11px;
  }
  .navigation .navbar-nav > li > a,
  .navigation a.home {
    font-size: 13px;
  }
  .slider .flexslider .slides > li .slider-content {
    bottom: 15px;
    right: 20px;
  }
  .item-info .description {
    display: none;
  }
  .item-info .title {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .categories-outer h2 span {
    font-size: 28px;
  }
  .categories-outer .row {
    margin-left: -4px;
    margin-bottom: -4px;
  }
  .categories-outer .row [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
  }
  .categories-outer h2 {
    margin-bottom: 25px;
  }
  .featured-products {
    margin: 0px 50px;
  }
  .social-media ul {
    text-align: center;
  }
  .top-footer .newsletter {
    margin: 10px auto 20px;
  }
  .copyright-text {
    text-align: center;
  }
  .powered-by {
    text-align: center;
  }
  .about-wrap {
    padding-bottom: 100px;
  }
  .blogs .sidebar {
    padding: 0;
    margin: 0px;
    border: none;
    margin-top: 15px;
  }
  .blogs .cat-heading {
    margin-bottom: 20px;
    display: block;
  }
  .blogs .collapse {
    display: none;
    visibility: hidden;
  }
  .blogs .collapse.in {
    display: block;
    visibility: visible;
  }
  .blog-list {
    margin-bottom: 50px;
  }
  .categories-outer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .categories-outer .row [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .innerform.right-form h2 {
    margin-bottom: 10px;
  }
  .innerform h2 {
    margin-bottom: 30px;
  }
  .right-form .checkbox-outer {
    margin-left: 0px;
    display: block;
  }
  .checkout-form .payment {
    padding: 10px 20px;
  }
  .checkout-form .paypal {
    padding: 10px 20px;
  }
  .checkout-addr.login h1 {
    font-size: 40px;
  }
  .slider-thumb {
    margin-top: 15px;
    position: relative;
    margin-bottom: 60px;
    height: 110px;
    overflow: hidden;
    max-width: 290px;
    margin: 15px auto;
  }
  .slider-thumb ul li {
    margin-bottom: 20px;
  }
  .product-rating img {
    display: none;
  }
  .buttons .qty {
    display: block;
    margin-bottom: 10px;
  }
  .additional-options .option {
    margin-bottom: 6px;
  }
  .product-form label {
    line-height: 20px;
  }
  .product-form .medium {
    width: 100%;
  }
  .reward {
    display: block;
    text-align: left;
  }
  .review-form .small {
    width: 100%;
  }
  .product-items .feature-item {
    width: 25%;
  }
  .product-items .feature-item .image-container {
    max-width: 100%;
    max-height: 100%;
  }
  .proceed {
    margin-top: 20px;
  }
  .proceed .reward-points {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .proceed-form {
    padding-left: 150px;
  }
  .stockists-row {
    border: none;
    padding: 0px;
  }
  .stockists-row .result {
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
  }
  .search-results h2 {
    border-bottom: 1px solid #e8e8e8;
  }
  .subcategories .product-items .feature-item {
    width: 33.3333%;
  }
  .subcategories .search-header > .row {
    margin: 0px;
  }
  .subcategories .search-header > .row > [class*='col-'] {
    padding: 0px;
  }
  .subcategories .search-header .pagination-outer ul li {
    margin-right: 4px;
  }
  .shopping-table .price {
    border-right: none;
    min-height: inherit;
  }
  .left-wrap {
    width: 70%;
  }
  .right-wrap {
    width: 30%;
  }
  .shopping-table .price {
    width: 73%;
  }
  .shopping-table .quantity {
    width: 27%;
    padding: 7px 0px 10px;
  }
  .shopping-table .close {
    padding: 0px 42px;
  }
  .shopping-table .price1 {
    display: none;
  }
  .voucher .form-group {
    padding-left: 15px;
  }
  .proceed-detail .form-group {
    padding-left: 28px;
  }
  .proceed-form {
    padding-left: 70px;
  }
  .gallery-img .shopwired-image-container {
    max-height: 300px;
  }
  .subcategories .product-items .feature-item .shopwired-image-container {
    max-height: 190px;
    max-width: 190px;
  }
  .categories-outer .fav-item .shopwired-image-container {
    max-height: 306px;
  }
  .pagination-outer .page-link {
    margin: 0px;
  }
  .product-items .feature-item .shopwired-image-container {
    max-width: 100%;
    max-height: 100%;
  }
  .checkout-login .left-login {
    padding: 0px;
    border: none;
  }
  .checkout-login .right-signup {
    padding-left: 10px;
  }
  .checkout-addr.login {
    margin: 20px 0 0 5px;
  }
  .checkout-login {
    border: none;
    padding: 0px;
  }
  .checkout-login a.as-guest {
    padding: 10px;
  }
  .checkout-addr {
    margin: 20px 0 0 15px;
  }
  .checkout-addr h1 span {
    display: none;
  }
  .checkout-addr.login h1 {
    margin-bottom: 10px;
    font-size: 44px;
  }
  ul.payments {
    display: none;
  }
  .steps {
    display: none;
  }
}
@media (max-width: 789px) {
  .navbar-nav > li > .submenu {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .navbar-nav > li.open > .submenu {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .proceed-form .complete {
    display: block;
    width: 100%;
    margin: 10px 0 0 !important;
  }
  .navigation .navbar-nav > li {
    margin-right: 0;
  }
  .navigation .navbar-nav > li:first-child {
    padding-left: 0px;
  }
  .top-header {
    padding: 0px;
  }
  .top-header .links ul {
    display: none;
  }
  .top-header .currencies {
    display: none;
  }
  .top-header a.mmenu {
    display: block;
    padding: 14px 0px;
  }
  .bottom-header .search-outer {
    width: 100%;
    float: none;
  }
  .navigation .navbar-toggle {
    padding: 0px;
    border-radius: 0px;
    float: left;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
  }
  .navigation .navbar-toggle .icon-menu-icon {
    margin-right: 10px;
  }
  .navigation .navbar-toggle img {
    max-width: 29px;
    padding: 0px;
    border-radius: 0px;
    margin-right: 5px;
  }
  .navigation .currencies {
    display: block;
  }
  .navigation .currencies ul li a {
    color: #2f2f2f;
  }
  .navigation .currencies ul li a.current {
    color: #fa0016;
  }
  .navigation a.home {
    display: none;
  }
  .navigation .navbar-collapse {
    padding: 0px 15px 0px;
    border-top: 1px solid #dcc8c3;
  }
  .navigation .navbar-toggle .collapsed {
    border: none;
  }
  .navigation .navbar-nav > li ul.submenu {
    width: 100%;
    top: auto;
    left: auto;
    position: relative;
    border: none;
    padding-left: 30px;
  }
  .navigation .navbar-nav > li {
    border-top: 1px solid #dac8c3;
    padding: 0px;
  }
  .navigation .navbar-nav > li > a {
    padding: 6px 15px;
  }
  ul.submenu li a {
    border-bottom: none;
    font-weight: 600;
  }
  .top-header .links a.basket {
    padding: 15px 16px 15px 34px;
    display: inline-block;
  }
  .categories-outer h2 span {
    font-size: 20px;
  }
  .categories-outer .fav-item {
    margin: 0px auto;
  }
  .account-order,
  .account-home {
    margin: 20px 0px;
    padding-left: 0px;
    border-left: none;
    padding-bottom: 100px;
  }
  .blogs {
    margin-top: 20px;
  }
  .categories-outer .row {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .categories-outer .row [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .categories-outer h2 {
    margin-bottom: 20px;
  }
  .slider-content {
    text-align: center;
  }
  .slider .flexslider .slides > li .slider-content {
    position: relative;
    background: none;
    right: auto;
    bottom: auto;
  }
  .slider-content h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
    font-size: 45px;
  }
  .slider-content a.take-a-look {
    display: inline-block;
  }
  #featured-products.flexslider .slides > li {
    margin-right: 10px;
  }
  .featured-products {
    margin: 0px 30px;
  }
  #featured-products .feature-item {
    padding: 5px;
  }
  .social-media ul li {
    margin-left: 7px;
  }
  .login-outer {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .order-table.table-responsive {
    border: none;
  }
  .customer-info {
    position: relative;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .customer-info h2 {
    margin: 0px;
    border-bottom: none;
  }
  .customer-info h2 span {
    display: inline-block;
    padding: 8px 10px 0px 0px;
    cursor: pointer;
  }
  .about-wrap {
    margin: 18px 0px 0px;
    border: none;
    padding: 0px 0px 50px;
  }
  .customer-info {
    padding-right: 0px;
  }
  .customer-info h2 span {
    display: inline-block;
    vertical-align: sub;
  }
  .customer-info .navbar-collapse {
    padding-top: 10px;
    background: #000;
    margin: 0px -15px;
    padding: 0px;
  }
  .customer-info .navbar-collapse.in,
  .customer-info .navbar-collapsing {
    border-top: 1px solid #e8e8e8;
  }
  .page-categories {
    margin: 20px 0 0 15px;
    padding: 0px;
    border: none;
  }
  .videos {
    padding-bottom: 40px;
    margin: 20px 0 0;
  }
  .page-categories .item-info .title {
    font-size: 12px;
  }
  .accept-term {
    margin-top: 10px;
    padding-top: 10px;
  }
  .innerform.right-form {
    margin-top: 30px;
    padding: 12px 0px 3px;
    border-top: 1px solid #e8e8e8;
  }
  .innerform h2 {
    margin-bottom: 10px;
  }
  .checkout-form {
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
  .checkout-form ul.payments {
    text-align: center;
  }
  .gallery {
    padding-bottom: 30px;
    margin: 20px 0 0 0;
  }
  .galleries {
    padding-bottom: 40px;
    margin: 20px 0 0 0;
  }
  .search-result.product-items {
    margin: 20px 0 0 0;
  }
  .contact-inner {
    border: none;
    padding-left: 0px;
    margin: 20px 0px 45px 0px;
  }
  .contact-inner .form-wrap button[type='submit'] {
    display: block;
    width: 100%;
  }
  .gift .form-wrap {
    padding: 0px;
    border: none;
  }
  .product-image .shopwired-image-container {
    max-width: 390px;
    margin: 0px auto;
  }
  .slider-thumb {
    max-width: 400px;
    margin: 15px auto 30px;
  }
  #products-list {
    margin-top: 50px;
  }
  .product-items .feature-item {
    width: 33.333%;
  }
  .search-header .pagination-outer {
    display: none;
  }
  .bottom-pagination .pagination-outer {
    display: none;
  }
  .search-header > .row {
    margin: 0px;
  }
  .search-header > .row > [class*='col-'] {
    padding: 0px;
  }
  .mobile-pagination {
    display: block;
  }
  .stockists-wrap {
    margin: 20px 0px;
    padding-left: 0px;
    border-left: none;
    padding-bottom: 100px;
  }
  .navigation .navbar-nav > li > a,
  .navigation a.home {
    border-bottom: none;
    background: none;
  }
  .navigation .navbar-nav > li.has-submenu {
    position: relative;
  }
  .navigation .navbar-nav > li.has-submenu:before {
    position: absolute;
    right: 14px;
    top: 0;
    font-size: 30px;
    color: #000;
    content: "\e608";
    font-family: 'icomoon';
    line-height: 30px;
  }
  .navigation .navbar-nav > li.has-submenu.m-open:before {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 16px;
    color: #000;
    content: "\e60f";
    font-family: 'icomoon';
    line-height: 30px;
  }
  .navigation .navbar-nav > li:hover ul.submenu {
    display: none;
  }
  .navigation .navbar-nav {
    margin: 0px -15px;
  }
  .customer-info ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
  }
  .customer-info ul li a {
    font-size: 13px;
    color: #fff;
    padding: 5px 0px 5px 40px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
  }
  .left-wrap {
    width: 85%;
  }
  .basket-info {
    width: 60%;
  }
  .right-wrap {
    width: 15%;
  }
  .shopping-table .price {
    width: 100%;
    text-align: right;
    padding: 15px 0px 0px !important;
  }
  .shopping-table .quantity {
    width: 100%;
    text-align: right;
  }
  .shopping-table .quantity input.form-control {
    float: right;
  }
  .shopping-table .quantity a {
    margin-right: 14px;
  }
  .label-wrap {
    width: 50%;
  }
  .text-wrap {
    width: 50%;
  }
  .proceed-detail .label-wrap {
    width: 48%;
  }
  .proceed-detail .text-wrap {
    width: 52%;
  }
  .proceed-detail .form-group + .form-group .label-wrap {
    width: 45%;
  }
  .proceed-detail .form-group + .form-group .text-wrap {
    width: 55%;
  }
  .top-header .links a.basket:before {
    top: 14px;
  }
  .gallery-img .shopwired-image-container {
    max-height: 345px;
  }
  .album .shopwired-image-container {
    max-height: 344px;
  }
  .subcategories .product-items .feature-item .shopwired-image-container {
    display: block;
    max-height: 210px;
    max-width: 210px;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-form {
    margin-bottom: 30px;
  }
  .categories-outer .fav-item .shopwired-image-container {
    max-height: 320px;
  }
  .content {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .product-items .feature-item {
    width: 50%;
  }
  .subcategories .product-items .feature-item {
    width: 50%;
  }
  .videos > .row > [class*='col-'] {
    width: 100%;
    float: none;
  }
  .proceed-form {
    padding-left: 0px;
  }
  .proceed-form label {
    font-size: 14px;
  }
  .basket-info {
    width: 60%;
  }
  .shopping-table .image-container {
    width: 145px;
  }
  .subcategories .product-items .feature-item .shopwired-image-container {
    max-height: 250px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 578px) {
  .left-wrap {
    width: 100%;
    float: none;
  }
  .shopping-table .image-container {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
  .basket-info {
    width: 100%;
    float: none;
    margin-left: 0px;
    padding: 15px 0px 0px;
  }
  .right-wrap {
    width: 100%;
    float: none;
  }
  .shopping-table .price {
    width: 39%;
    text-align: left;
  }
  .shopping-table .quantity {
    width: 40%;
    text-align: left;
  }
  .shopping-table .quantity a {
    margin-right: 14px;
    margin-top: 6px;
    display: inline-block;
  }
  .shopping-table .quantity input.form-control {
    float: left;
    margin-right: 10px;
  }
  .shopping-table .close {
    padding: 12px 0px;
  }
  .shopping-table .shopwired-image-container {
    float: none;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-header .row [class*='col-'] {
    width: 100%;
  }
  .pagination-outer .page-link {
    display: inline-block;
    padding: 5px 10px;
    background: #e9e9e8;
    margin-right: 5px;
    margin-top: 5px;
  }
  .bottom-header .search-outer {
    display: none;
  }
  .bottom-header h1 {
    text-align: center;
  }
  .top-header .links a.wishlist {
    display: none;
  }
  .top-header a.mobile-search {
    padding: 6px 10px 7px !important;
    max-width: 55px;
    display: block;
  }
  .top-header .icon-search-icon:before {
    content: "\e606";
    font-size: 35px;
  }
  .navigation .currencies {
    display: none;
  }
  .bottom-header .currencies {
    display: block;
    margin-bottom: 7px;
  }
  .bottom-header {
    padding: 15px 0px 20px;
  }
  .categories-outer .fav-item {
    margin-bottom: 20px;
  }
  .slider-content h2 {
    font-size: 30px;
  }
  .slider-content a.take-a-look {
    padding: 5px 15px;
  }
  #featured-products .feature-item {
    margin: 0px auto;
  }
  .social-media ul li a {
    padding: 7px;
    width: 32px;
    height: 32px;
  }
  .social-media ul li {
    margin-left: 4px;
  }
  .login-outer button[type='submit'] {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0px;
  }
  .blog-list .blog a.image-container {
    display: none;
  }
  .blog-list .blog > .row > [class*='col-'] {
    width: 100%;
  }
  .blog-list .blog .blog-description {
    padding: 0px;
  }
  .pagination-outer ul li {
    margin-right: 0px;
  }
  .pagination-outer ul li:first-child a,
  .pagination-outer ul li:last-child a {
    display: none;
  }
  .page-categories .categories-outer .fav-item {
    margin-top: 0px;
  }
  .page-categories p {
    margin-bottom: 20px;
  }
  .checkout-form .paypal,
  .checkout-form .payment {
    margin-right: 0px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
  }
  .contact-inner .form-wrap {
    border: none;
    padding: 0px;
  }
  .contact-inner .right-sidebar {
    border: none;
    padding: 0px;
  }
  .respo-group,
  .widget-address {
    float: none;
    width: 100%;
  }
  .gallery .gallery-img {
    margin: 0px auto 30px;
  }
  .galleries > .row > [class*='col-'] {
    width: 100%;
    float: none;
  }
  .album {
    max-width: 310px;
    margin: 0px auto 30px;
  }
  .buttons button[type='submit'] {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .buttons a.add-to-wishlist {
    display: block;
    width: 100%;
    text-align: center;
  }
  .review-form button[type='submit'] {
    width: 100%;
    display: block;
  }
  .product-items .feature-item {
    max-width: 100%;
    margin: 0px auto 30px;
    width: 50%;
    float: left;
  }
  .mobile-pagination ul li a {
    padding: 8px;
  }
  .top-header .container {
    padding: 0px 5px;
  }
  .top-header .row {
    margin: 0px -5px;
  }
  .top-header .row [class*='col-'] {
    padding: 0px 5px 0 15px;
  }
  .top-header .links a.basket {
    padding: 15px 10px 15px 34px;
    font-size: 11px;
  }
  #products-list .feature-item {
    max-width: 196px;
    margin: 0px auto;
  }
  .shopping-table .price {
    width: 38%;
  }
  .shopping-table .quantity {
    width: 56%;
  }
  .proceed-form {
    padding-left: 0px;
  }
  .proceed-form label {
    font-size: 13px;
  }
  .content h1 {
    font-size: 36px;
  }
  .label-wrap,
  .text-wrap {
    width: 100% !important;
    float: none;
  }
  .voucher .form-group,
  .proceed-detail .form-group,
  .proceed-detail .form-group + .form-group {
    padding-left: 0px;
  }
  .proceed-form span label {
    text-align: left;
  }
  .proceed .reward-points {
    border: none;
    padding: 0px 0px;
  }
  .proceed .reward-points a.convert {
    display: block;
    text-align: center;
  }
  .proceed-form button[type='submit'].complete {
    float: none;
    padding: 11px 0px;
    width: 100%;
    text-align: center;
  }
  .newsletter input[type='text'] {
    font-size: 10px;
    padding: 15px 60px 15px 5px;
  }
  .newsletter button[type='submit'] {
    font-size: 10px;
    padding: 9px 5px;
  }
  .slider-thumb {
    max-width: 290px;
    margin: 15px auto 30px;
  }
  .feature-item span.price {
    font-size: 12px;
  }
  .product-items .feature-item span.price.price-cut strong {
    font-size: 12px;
  }
  .summary label span,
  .total label span {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 320px) {
  .stockists-row .row [class*='col-'] {
    float: none;
    width: 100%;
  }
  .stockists-row address a {
    margin-top: 0px;
  }
  .gallery > .row [class*='col-'] {
    float: none;
    width: 100%;
  }
}

.stock-requests-container {
	margin-top: 20px;
}

.stock-requests-container .button {
	background: none repeat scroll 0 0 #fa0016;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	outline: medium none;
	padding: 8px 15px;
	text-transform: uppercase;
}

#product-container.in-stock .stock-requests-container {
  display:none;
}

.saved-addresses {
	background: #fff;
	margin: 15px 0;
	border: 1px solid #e5e5e5;
	padding: 8px 10px;
}

.address-title {
	color: #000;
	font-weight: 500;
	font-size: 13px;
}

.saved-addresses .saved-address {
	padding-top: 8px;
	padding-bottom: 8px;
}

.saved-addresses .custom-check-box {
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}

.saved-addresses .custom-check-box b {
	font-weight: 700;
}

.saved-addresses .custom-check-box:before {
	top: 50%;
	margin-top: -8px;
}

.custom-check-box input[type="radio"] {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.custom-check-box input[type="radio"] + label {
	position: relative;
	margin-left: 0;
    vertical-align: middle;
    user-select: none;
	padding-left: 25px;
	padding-top: 0;
	margin-bottom: 5px;
}

.custom-check-box input[type="radio"] + label:before {
	position: absolute;
	content: "\e610";
	top: 0;
	left: 0;
	font-family: icomoon;
	font-size: 32px;
	color: #fa0016;
	line-height: 18px;
}

.custom-check-box input[type="radio"]:checked + label:before {
	content: "\e611";
}

.g-recaptcha {
	margin-bottom: 10px;
}