/* General */

body {
  font-family:"proxima-nova", Arial;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
}
.fa, .fas { font-family: 'Font Awesome 5 Free' !important; font-weight:900; }
.btn {
  display:inline-block;
  border:1px solid #010101;
  background:#010101;
  padding:18px 40px;
  font-size:11px;
  font-weight:700;
  line-height:1;
  color:#fff !important;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.1em;
}
.btn.outline {
  background:none;
  border:1px solid #010101;
  color:#010101 !important;
}
.btn.outline.white {
  border:1px solid #fff;
  color:#fff !important;
}
.btn.big {
  font-size:14px;
  font-weight:900;
  padding:23px 32px;
}
.btn.sml {
  padding:14px 24px 13px;
}
.col-6.bigbutton {
  padding-top: 40px; text-align: right;
}
.col-6.bigbutton .btn {
  width:100%; font-size: 15px;
}
.hide {
  display:none;
}
.grecaptcha-badge {
  opacity:0;
}
#menu:not( .mm-menu ) {
  display: none; 
}
#mapContact {
  height:400px;
}
.forgot {
  display: inline-block;
  padding: 18px 0px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #010101 !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: ease 0.5s;
  float:right;
}

*::-webkit-input-placeholder {color: rgba(53, 53, 53, 0.67);}
*::-moz-placeholder {color: rgba(53, 53, 53, 0.67);}
*:-ms-input-placeholder {color: rgba(53, 53, 53, 0.67);}
*:-moz-placeholder {color: rgba(53, 53, 53, 0.67);}
::selection {
  background: #121212;
}
::-moz-selection {
  background: #121212;
}

.light {
  background:#f5f5f5;
}
.dark {
  background:#121212;
}

/* Wrappers */

.wrapper {
  max-width:1535px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.wrapper-sml {
  max-width:1418px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.wrapper-x-sml {
  max-width:1000px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.wrapper-lg {
  margin:0px 6px;
}


/* Header */

header {
  position:relative;
}
header .top {
  padding:11px 0px 12px;
  border-bottom:1px solid #e5e5e5;
}
header .top a {
  display:inline-block;
  font-size:13px;
  line-height:1;
  color:#353535;
  text-decoration:none;
}
header .top img {
  display:inline-block;
}
header .top .stores {
  float:left;
}
header .top .stores img {
  float:left;
  margin:0px 8px 0px 0px;
}
header .top .minicart {
  float:right;
  text-align:right;
}
header .top .minicart img {
  float:right;
  margin:-3px 0px 0px 8px;
}
header .top .minicart ul {
  float:right;
  display:inline-block;
  margin-left:30px;
}
header .top .minicart ul li {
  display:inline-block;
  padding:0px 5px;
  font-size:13px;
  line-height:1;
  color:#353535;
}
header .top .minicart ul li:last-child {
  padding-right:0px;
}
header .middle {
  padding:21px 0px 22px;
}
header figure {
  position:relative;
  max-width:225px;
  float:left;
  z-index:999;
}
header nav {
  position:relative;
  margin:0 auto;
}
header nav ul {
  margin-left:35%;
}
header nav ul li {
  display:inline-block;
  padding:37px 25px;
  font-family:'proxima-nova-condensed';
  font-weight:700;
  font-size:18px;
  line-height:1;
  color:#111111;
  text-transform:uppercase;
}
header nav ul li:first-child {
  padding-left:0px;
}
header nav ul li:last-child {
  padding-right:0px;
}
header nav ul li a {
  color:inherit;
  text-decoration:none;
}
header nav ul li.parent {
  position:relative;
}
header nav ul li.parent::after {
  position:relative;
  display:inline-block;
  content:'';
  width:9px;
  height:6px;
  float:right;
  margin:4px 0px 0px 10px;
  background:url('/images/dropdown.png') no-repeat center center;
  cursor:pointer;
}
header .search {
  position:relative;
  float:right;
  margin-top:-60px;
  z-index:9999;
}
header .search .search-form input {
  background:url('/images/search-icon.png') no-repeat 220px center #fff;
  border:1px solid #e5e5e5;
  box-sizing:border-box;
  width:252px;
  padding:11px 16px 10px;
  font-family:'proxima-nova';
  font-size:13px;
  line-height:1;
  color:rgba(53, 53, 53, 0.67);
}
header .search .search-form button {
  position:absolute;
  top:0px;
  right:0px;
  width:45px;
  height:35px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background:none;
  border:none;
  opacity:0;
  z-index:9999;
}
header .bottom {
  background:#111111;
  padding:19px 0px 21px;
}
header .bottom nav {
  margin:0px;
}
header .bottom nav ul {
  text-align:left;
  margin:0px;
}
header .bottom nav ul li {
  font-family:'proxima-nova-condensed';
  font-size:16px;
  font-weight:700;
  color:#fff;
  letter-spacing:0.05em;
  margin:0px;
  padding:0px 15px;
}
header .bottom nav ul li:first-child {
  padding-left:0px;
}

/* Banner Styles */

#banner {
  position:relative;
}
#banner .overlay {
  position:absolute;
  top:50%;
  left:auto;
  width:100%;
  transform:translate(0%, -50%);
  -webkit-transform:translate(0%, -50%);
  z-index:999;
}
#banner .overlay .inner {
  width:100%;
  max-width:584px;
}
#banner .overlay .inner h2 {
  font-size:14px;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:12px;
}
#banner .overlay .inner h3 {
  font-family:'proxima-nova-condensed';
  font-size:49px;
  font-weight:900;
  line-height:56px;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:-0.025em;
  margin-bottom:38px;
}

#band {
  position:relative;
  padding:15px 0px;
  font-family: 'proxima-nova-condensed';
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align:center;
  letter-spacing:0.05em;
  background:#f15d4c;
}


/* Homepage Content Styles */

#special-products {
  position:relative;
  padding:115px 0px 72px;
}
#special-products a {
  text-decoration:none;
}
#special-products h1 {
  font-family:'proxima-nova-condensed';
  font-size:35px;
  font-weight:800;
  line-height:1;
  color:#010101;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:64px;
}
#special-products h2 {
  font-size:16px;
  font-weight:700;
  line-height:24px;
  color:#000;
  margin-bottom:18px;
  padding-right:40px;
  min-height: 50px;

}
#special-products h3 {
  font-size:16px;
  line-height:1;
  color:#000;
  margin-bottom:24px;
}
#special-products h3 span {
  display:inline-block;
  opacity:0.5;
  text-decoration:line-through;
  margin-right:15px;
}
#special-products h3.special {
  color:#f15d4c;
}
#special-products h3.special span {
  color:#000;
}
#special-products figure {
  position:relative;
  background:#f8f8f8;
  padding:65px 52px;
  margin-bottom:12px;
  height:200px;
  overflow:hidden;

}
#special-products figure img {
  position:absolute;
  top:50%;
  left:50%;
  height:auto;
  width:auto;
  max-width:100%;
  max-height:100%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  mix-blend-mode:multiply;
}
#special-products figure figcaption, #content .product figure figcaption {
  position:absolute;
  top:12px;
  right:12px;
  padding:8px 16px 7px;
  background:#f15d4c;
  border-radius:3px;
  font-family:'proxima-nova-condensed';
  font-size:14px;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:0.05em;
  z-index: 9;
}

#feature-boxes {
  position:relative;
  padding:50px 0px;
}
#feature-boxes a {
  text-decoration:none;
}
#feature-boxes .feature {
  position:relative;
  width:16.444%;
  min-width:16.444%;
  max-width:16.444%;
}
#feature-boxes a {
  position:relative;
  display:block;
  height:100%;
  min-height:100%;
  text-decoration:none;
  z-index:999;
}
#feature-boxes a::before {
  display:block;
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.25);
  z-index:9;
}
#feature-boxes figure {
  position:relative;
  height:100%;
  min-height:100%;
}
#feature-boxes figure figcaption {
  position:absolute;
  bottom:25px;
  left:0px;
  width:90%;
  background:#000;
  box-sizing:border-box;
  padding:14px 22px 14px 20px;
  font-family:'proxima-nova-condensed';
  font-size:20px;
  font-weight:800;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  text-align:right;
  letter-spacing:0.01em;
  z-index:999;
}

#featured-products {
  position:relative;
  padding:78px 0px 150px;
}
#featured-products a {
  text-decoration:none;
}
#featured-products h1 {
  font-family:'proxima-nova-condensed';
  font-size:35px;
  font-weight:800;
  line-height:1;
  color:#010101;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:82px;
}
#featured-products h2 {
  font-size:17px;
  font-weight:700;
  line-height:22px;
  color:#000;
  margin-bottom:18px;
  padding-right:40px;
    min-height: 50px;
}
#featured-products figure {
  position:relative;
  background:#f8f8f8;
  padding:65px 52px;
  margin-bottom:22px;
  height:200px;
  overflow:hidden;
}
#featured-products figure img {
  position:absolute;
  top:50%;
  left:50%;
  height:auto;
  width:auto;
  max-width:100%;
  max-height:100%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  mix-blend-mode:multiply;
}
#featured-products figure figcaption {
  position:absolute;
  top:10px;
  right:10px;
  display:block;
  font-family:'proxima-nova-condensed';
  font-size:14px;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:0.05em;
  background:#f15d4c;
  padding:8px 16px 6px;
  border-radius:4px;
}

#logo-slider.owl-carousel .owl-item { text-align: center; max-width:12%; }
#logo-slider.owl-carousel .owl-item .item a { display: block; }
#logo-slider.owl-carousel .owl-item .item img { margin: 0 auto; }

/* Content Pages Styles */

#content {
  position:relative;
  padding:70px 0px;
}
#content .col-6:first-child section {
  padding:0px 70px 0px 0px;
}
#content .col-6:nth-child(2) section {
  padding:0px 0px 0px 70px;
}
#content h1 {
  font-family:'proxima-nova-condensed';
  font-size:49px;
  font-weight:800;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:-0.025em;
  margin-bottom:20px;
}
#content h2 {
  font-family:'proxima-nova-condensed';
  font-size:35px;
  font-weight:800;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
}
#content h3 {
  position:relative;
  font-family:'proxima-nova-condensed';
  font-size:23px;
  font-weight:800;
  line-height:1;
  color:#010101;
  letter-spacing:0.01em;
  width:100%;
  margin-top:60px;
  margin-bottom:40px;
}
#content h3 span, #content h3 strong {
  position:relative;
  background:#fff;
  padding-right:20px;
  z-index:9999;
}
#content h3::before {
  content:'';
  display:block;
  position:absolute;
  top:48%;
  left:0px;
  width:100%;
  height:1px;
  background:#ccc;
}
#content h4 {
  position:relative;
  font-family:'proxima-nova-condensed';
  font-size:22px;
  font-weight:800;
  line-height:1;
  color:#010101;
  letter-spacing:0.01em;
  width:100%;
  margin-bottom:30px;
}
#content p, #content li {
  font-family:'proxima-nova-condensed';
  font-size:15px;
  line-height:24px;
  color:#464646;
  letter-spacing:0.01em;
  margin-bottom:26px;
}
#content ul {
  margin-bottom:26px;
}
#content li {
  margin-bottom:4px;
}
#content hr {
  background:#eee;
  height:1px;
  border:none;
  margin:20px 0px;
  display:block;
}


#content .left-column {
  width:30%;
  float:left;
  box-sizing:border-box;
  padding-right:5%;
}
#content .left-column h1 {
  font-family:'proxima-nova-condensed';
  font-size:59px;
  font-weight:900;
  line-height:60px;
  letter-spacing:-0.025em;
}
#content .right-column {
  width:70%;
  float:left;
}
#content .right-column p {
  font-weight:400;
}
#content .right-column h3 {
  margin-top:40px;
  margin-bottom:20px;
}
#content .right-column h3:first-of-type{
  margin-top:0px;
}

#content .two-columns {
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-gap:50px;
  -webkit-column-gap:50px;
  -moz-column-gap:50px;
}
#content .two-columns div, #content .two-columns div p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#content .two-columns p:last-of-type {
  margin-bottom:0px;
}


/* Catalogue */

#content.catalogue {
  padding:25px 0px;
}
#content.catalogue #banner.inner {
  background:#111;
}
#content.catalogue #banner.inner section {
  padding:12% 5% 0px 10%;;
}
#content.catalogue #banner.inner h1 {
  font-family:'proxima-nova-condensed';
  font-size:61px;
  font-weight:900;
  line-height:1;
  color:#fff;
  letter-spacing:-0.025em;
  text-transform:uppercase;
}
#content.catalogue #banner.inner p {
  font-family:'proxima-nova-condensed';
  font-size:14px;
  font-weight:600;
  color:#fff;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:10px;
}

#products {
  position: relative;
}
#products a {
  text-decoration:none;
}
#products .heading {
  position:relative;
  padding:55px 0px;
}
#products .heading h2 {
  float:left;
}
#products .heading .filters {
  width:45%;
  float:right;
  display:flex;
  justify-content:space-between;
}
#products .heading .filter {
  display:inline-block;
  width:49%;
}
#products .heading .filter select {
  width:auto;
}
#products .product, #products .category {
  position:relative;
  display:inline-block;
  width:25%;
  min-width:25%;
  max-width:25%;
  padding: 1em;
  box-sizing: border-box;
}
#products .product figure, #products .category figure {
  position:relative;
  background:#f8f8f8;
  padding:65px 52px;
  margin-bottom:20px;
  height:200px;
  overflow:hidden;
}
#products .product figure img, #products .category figure img {
  position:absolute;
  top:50%;
  left:50%;
  height:auto;
  width:auto;
  max-width:100%;
  max-height:100%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  mix-blend-mode:multiply;
}
#products .product h3, #products .category h2 {
  font-family:'proxima-nova';
  font-size:16px;
  font-weight:700;
  line-height:24px;
  color:#000;
  letter-spacing:initial;
  width:auto;
  margin:0px 40px 16px 0px;
  min-height: 48px;
}
#products .product h3::before {
  display:none;
}
#products .product h4 {
  font-size:16px;
  line-height:1;
  color:#000;
  margin-bottom:22px;
}
#products .product h4 span {
  display:inline-block;
  text-decoration:line-through;
  opacity:0.5;
  margin-right:18px;
}
#products .product h4.special {
  color:#f15d4c;
}
#products .product h4.special span {
  color:#000;
}

#content.catalogue .product-img {
  background:#f8f8f8;
}
#content.catalogue .product-img figure {
  position:relative;
  width:100%;
  height:730px;
  overflow: hidden;
}
#content.catalogue .product-img figure figcaption {
  position:absolute;
  top:15px;
  left:15px;
}
#content.catalogue .product-img figure img {
  position:absolute;
  top:50%;
  left:50%;
  width:auto;
  max-width:90%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  mix-blend-mode: multiply;
}
#content.catalogue .product-img .sml-img {
  width:33%;
  box-sizing:border-box;
  padding:10px;
  float:left;
}

#content.catalogue .product-desc section {
  padding:105px 90px 100px 60px;
}
#content.catalogue .product-desc h1 {
  font-family:'proxima-nova';
  font-size:14px;
  font-weight:400;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:56px;
}
#content.catalogue .product-desc h2 {
  font-family:'proxima-nova-condensed';
  font-size:49px;
  font-weight:900;
  line-height:56px;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:-0.025em;
  margin-bottom:20px;
}
#content.catalogue .product-desc .code {
  font-family:'proxima-nova';
  font-size:14px;
  line-height:1;
  color:#707070;
  text-transform:uppercase;
  letter-spacing:0.05em;
}
#content.catalogue .product-desc .rating {
  padding:0 0 25px 0px;
}
#content.catalogue .product-desc .rating i {
  font-size:24px;
  color:#707070;
  margin: 0 2px;
}
#content.catalogue .product-desc .price {
  font-family:'proxima-nova';
  font-size:34px;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:initial;
  margin:38px 0px 15px;
}
#content.catalogue .product-desc .price span {
  display:inline-block;
  color:#707070;
  text-decoration:line-through;
}
#content.catalogue .product-desc .btn {
  font-size:14px;
  padding:14px 35px 15px;
}
#content.catalogue .product-desc .links {
  position:relative;
  padding-top:18px;
}
#content.catalogue .product-desc .links a, #content.catalogue .product-desc .links button {
  display:inline-block;
  background:none;
  border:none;
  font-family:'proxima-nova';
  font-size:13px;
  font-weight:700;
  line-height:1;
  color:#707070;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.05em;
  cursor:pointer;
}
#content.catalogue .product-desc .links a i, #content.catalogue .product-desc .links button i {
  float:left;
  font-size:19px;
  margin-top:-4px;
  margin-right:8px;
}
#content.catalogue .product-desc .links span {
  display:inline-block;
  font-size:13px;
  font-weight:400;
  line-height:1;
  margin:0px 12px;
}
#content.catalogue .contain {
  position:relative;
  display:inline-block;
}

#tabs {
  margin:80px 0px 40px;
  border-bottom:1px solid #dbdbdb;
}
#tabs ul {
  margin-left:0px;
  margin-bottom:0px;
  list-style:none;
}
#tabs ul li {
  display:inline-block;
  font-family:'proxima-nova';
  font-size:17px;
  font-weight:700;
  line-height:1;
  color:#010101;
  text-transform:uppercase;
  letter-spacing:0.05em;
  padding:16px 30px 14px;
  opacity:0.27;
  border-bottom:4px solid #010101;
  margin-bottom:0px;
  cursor:pointer;
  transition:ease 0.2s;
}
#tabs ul li.active, #tabs ul li:hover {
  opacity:1;
}


.flex {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-left:-1em;
}
.flex:after {
  content: "";
  flex: auto;
}

#category-description {
  padding:46px 0px;
  column-count:2;
  -moz-column-count:2;
  -webkit-column-count:2;
}
#category-description p {
  font-family:'proxima-nova-condensed' !important;
  font-size:15px !important;
  line-height:24px !important;
  color:#464646 !important;
  letter-spacing:0.01em !important;
  break-inside:avoid !important;
  padding-right:80px !important;
}
#category-description p span {
  font-family:'proxima-nova-condensed' !important;
  font-size:15px !important;
  line-height:24px !important;
  color:#464646 !important;
  letter-spacing:0.01em !important;
}
#category-description p strong {
  display:block;
  font-weight:800;
  color:#010101;
  margin-bottom:5px;
}

#content .review p.name {
  font-size: 18px;
  margin-bottom: 10px;
}
#reviews .col-7 {
  box-sizing:border-box;
  padding-left:5%;
}


/* FAQs Styles */



#faqs .item {
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:5px;
  padding:40px 40px 35px;
  margin-bottom:15px;
  cursor:pointer;
  transition:ease 0.5s;
}
#faqs .item::after {
  content:'';
  display:block;
  clear:both;
}
#faqs .item h5 {
  font-size:17px;
  font-weight:700;
  line-height:1;
  color:#313340;
  letter-spacing:-0.01em;
  float:left;
}
#faqs .item span {
  display:inline-block;
  float:right;
  background:#000;
  border-radius:50%;
  padding:6px 7px 5px;
  font-size:15px;
  line-height:1;
  color:#fff;
  margin-top:-6px;
}
#faqs .item span i {
  transition:ease 0.5s;
}
#faqs .item .answer {
  display:none;
  padding:30px 0px 0px;
}
#faqs .item .answer p {
  font-size:15px;
  line-height:25px;
  color:#313340;
  letter-spacing:initial;
  padding-right:12%;
}
#faqs .item .answer p:last-child {
  margin-bottom:0px;
}
#faqs .item.more {
}
#faqs .item.more span i {
  transform: rotate(-180deg);
}


/* Accounts Pages Styles */


#content.accounts {
  
}
#content.accounts .login-box {
  
}
#content.accounts .login-box .col-5 section {
  padding-right:80px;
}
#content.accounts .login-box .light section {
  padding:0px 60px 60px;
}
#content.accounts .login-box .light h3 span {
  background:#f5f5f5;
}


/* Breadcrumbs Styles */

#breadcrumbs {
  position:relative;
  margin-bottom:50px;
}
#breadcrumbs ul {
  margin-left:0px;
  list-style:none;
}
#breadcrumbs ul li {
  display:inline-block;
  font-size:14px;
  font-weight:600;
  line-height:1;
  color:#707070;
  text-transform:uppercase;
  letter-spacing:0.01em;
  padding-right:15px;
}
#breadcrumbs ul li a {
  color:inherit;
  text-decoration:none;
}
#breadcrumbs ul li i {
  float:left;
  font-size:18px;
  margin-bottom:-7px;
}



/* Pagination Styles */

#pagination {
  position:relative;
  padding:70px 0px;
  float:right;
}
#pagination ul {
  margin-left:0px;
  list-style:none;
}
#pagination ul li {
  display:inline-block;
  font-size:16px;
  font-weight:700;
  line-height:1;
  color:#000;
  opacity:0.47;
  text-transform:uppercase;
  padding:0px 8px;
}
#pagination ul li.active {
  opacity:1;
}
#pagination ul li a {
  color:inherit;
  text-decoration:none;
}


#dashboard {
  border-bottom:1px solid #ccc;
  margin-bottom:50px;
}
#dashboard ul {
  text-align:center;
  margin-left:0px;
  margin-bottom:0px;
  list-style:none;
}
#dashboard ul li {
  display: inline-block;
  margin-bottom: 0px;
  cursor: pointer;
}
#dashboard ul li a.active, #dashboard ul li a:hover {
  opacity: 1;
}
#dashboard ul li a {
  display:block;
  border-bottom: 4px solid #010101;
  font-family: 'proxima-nova';
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #010101;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 0.05em;
  padding: 16px 30px 14px;
  opacity: 0.27;
  transition: ease 0.2s;
}


/* Table Styles */

#content .table th {
  font-size:20px;
  line-height:20px;
  color:#242525;
}
#content .table tr th:last-child {
  border-right:1px solid #ddd;
}
#content .table th, .table td {
  padding:8px 12px;
}
#content .table td {
  
}
#content .table tr td:first-child {
  border-left:1px solid #eee;
}
#content .table tr td:last-child {
  border-right:1px solid #eee;
}


#content .table.cart {
  border:none;
}
#content .table.cart th {
  background:#f8f8f8;
  border:none !important;
  padding:20px 35px;
  font-family:'proxima-nova-condensed';
  font-size:19px;
  font-weight:800;
  line-height:1;
  color:#010101;
}
#content .table.cart th:first-child, #content .table.cart td:first-child {
  text-align:left;
}
#content .table.cart th:last-child, #content .table.cart td:last-child {
  text-align:right;
}
#content .table.cart td {
  background:#ffffff;
  border:none !important;
  border-bottom:1px solid #e7e7e7 !important;
  padding:36px 35px;
  font-size:15px;
  line-height:24px;
  color:#464646;
  letter-spacing:0.05em;
  vertical-align:middle;
}
#content .table.cart td.num {
  font-size:18px;
}
#content .table.cart td figure {
  float:left;
  max-width:200px;
}
#content .table.cart td figure img {
  max-height:150px;
}

#content .remove {
  background:#000;
  border:none;
  color:#fff;
  padding:5px 8px;
  font-family:'proxima-nova';
  font-weight:900;
  font-size:15px;
  line-height:1;
  text-transform:uppercase;
  float:right;
  margin-top:-25px;
  margin-left:90px;
  cursor:pointer;
}
#content .product .remove {
  position:absolute;
  top:45px;
  right:25px;
  z-index:999;
}

#content table.totals {
  border-top:none;
  border-bottom:1px solid #e7e7e7;
}
#content table.totals td {
  font-family:'proxima-nova-condensed';
  font-size:19px;
  font-weight:900;
  color:#000;
  padding:10px 35px;
  width:90px;
  min-width:90px;
}
#content table.totals td.grey {
  background:#f8f8f8;
}
#content table.totals td:nth-child(2) {
  width:60px;
  min-width:60px;
}
#content table.totals td:last-child {
  text-align:right;
  width:140px;
}
#content table.totals td.tot {
  font-size:25px;
}
#content table.totals tr:last-child td {
  padding-bottom:40px;
}

#content table.compare {
  
}
#content table.compare td {
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
#content table.compare .remove {
  margin:0px;
}


#content table.orders {
  border:none;
}
#content table.orders th {
  background:#f8f8f8;
  border:none !important;
  padding:20px 35px;
  font-family:'proxima-nova-condensed';
  font-size:19px;
  font-weight:800;
  line-height:1;
  color:#010101;
}
#content table.orders td {
  color:#010101;
  padding:10px 35px;
  border-bottom:1px solid #e7e7e7;
  vertical-align:middle;
}
#content table.orders td .btn {
  border-radius:50%;
  padding:11px 10px 10px;
}


/* Forms */

.form {
  position:relative;
  display:block;
}
.form label {
  display:block;
  font-family:'proxima-nova';
  font-size:16px;
  font-weight:700;
  line-height:1;
  color:#000;
  margin-bottom:0px;
}
.form label a {
  font-weight:900;
  color:inherit;
  text-decoration:none;
}
.form .combined {
  width:50%;
  float:left;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form  textarea, .form select {
  width:99%;
  background:#fff;
  border:1px solid #b7b7b7;
  box-sizing:border-box;
  font-family:'proxima-nova';
  font-size:15px;
  line-height:1;
  color:#464646;
  padding:18px 22px;
  margin-bottom:10px;
}
.form .combined input[type=text], .form .combined input[type=password], .form .combined input[type=email], .form .combined  textarea, .form .combined select {
  width:97%;
}
.form select {
  width:100%;
}
.form .check {
  margin:20px 40px 0px 0px;
}
.form .check label {
  position:relative;
  float:left;
}
.form .check input[type=checkbox], .form .check input[type=radio] {
  float:left;
  margin: 3px 14px 0px 0px;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  visibility:hidden;
}
.form .check input[type=checkbox]:checked ~ label:before{-webkit-transform:rotate(-45deg) scale(1, 1);-moz-transform:rotate(-45deg) scale(1, 1);-ms-transform:rotate(-45deg) scale(1, 1);-o-transform:rotate(-45deg) scale(1, 1);transform:rotate(-45deg) scale(1, 1);}
.form .check label{float:left;padding:10px 0px 5px 45px;}
.form .check label:before{content:"";font-family:'FontAwesome';display:block;left:4px;position:absolute;top:11px;-webkit-transform:rotate(-45deg) scale(0, 0);-moz-transform:rotate(-45deg) scale(0, 0);-ms-transform:rotate(-45deg) scale(0, 0);-o-transform:rotate(-45deg) scale(0, 0);transform:rotate(-45deg) scale(0, 0);border:4px solid #000;border-top-style:none;border-right-style:none;width:0.9rem;height:0.3rem;overflow:visible;transition:ease 0.3s;}
.form .check label:after{content:"";font-family:'FontAwesome';overflow:visible;border:1px solid #b7b7b7;height:24px;left:0;position:absolute;top:4px;width:24px;border-radius:0px;overflow:visible;}
.form .check input[type=checkbox]:checked ~ label:before{-webkit-transform:rotate(-45deg) scale(1, 1);-moz-transform:rotate(-45deg) scale(1, 1);-ms-transform:rotate(-45deg) scale(1, 1);-o-transform:rotate(-45deg) scale(1, 1);transform:rotate(-45deg) scale(1, 1);}
.form .check input[type=checkbox], .form .check input[type=radio]{float:left;margin:3px 10px 0px 0px;position:relative;top:-0.375rem;margin:0 1rem 0 0;cursor:pointer;display:inline-block;padding:0 !important;margin-right:30px;border:0;border-radius:10px;vertical-align:top;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
.form input.submit {
  margin-top:20px;
}


#logos {
  background:#f8f8f8;
  padding:96px 0px;
}


/* Footer */

footer {
  position:relative;
  background:#ffffff;
  padding:48px 0px;
}
footer a {
  color:inherit;
  text-decoration:none;
}
footer .logo {
  float:left;
  margin-right:120px;
}
footer .logo figure {
  max-width:170px;
  margin-bottom:28px;
}
footer .copyright {
  font-size:10px;
  line-height:16px;
  color:#a3a2a2;
}
footer ul {
  margin:0px 60px 0px 0px;
  float:left;
  list-style:none;
}
footer ul li {
  font-size:12px;
  line-height:20px;
  color:#7e7e7e;
  text-transform:uppercase;
  letter-spacing:0.05em;
}
footer ul li a {
  color:inherit;
  text-transform:capitalize;
  text-decoration:none;
  letter-spacing:0em;
}

footer .newsletter-form {
  float:right;
}
footer .newsletter-form h4 {
  font-size:12px;
  line-height:1;
  color:#7e7e7e;
  text-transform:uppercase;
  letter-spacing:0.05em;
  margin-bottom:15px;
}
footer .newsletter-form input {
  background:#fff;
  border:1px solid #e5e5e5;
  border-right:none;
  padding:12px 18px 11px;
  font-family:'proxima-nova';
  font-size:12px;
  line-height:1;
  color:#353535;
  width:300px;
  float:left;
}
footer .newsletter-form button {
  background:#fff;
  border:1px solid #e5e5e5;
  padding:14px 20px 8px;
  font-family:'proxima-nova';
  font-size:11px;
  line-height:1;
  color:#8e8d8d;
  text-transform:uppercase;
  letter-spacing:0.1em;
  float:left;
}
footer .newsletter-form button img {
  float:right;
  margin:-6px 0px 0px 10px;
}
footer .fb {
  display:inline-block;
  padding:6px 13px;
  border:1px solid #bdbdbd;
  border-radius:50%;
  transition: all 0.5s ease;
}
footer .fb:hover {
  background: #bdbdbd;
  color:#fff;
}

#share {
  position:absolute;
  top:40px;
  left:0px;
  width:340px;
  background:#fff;
  padding:30px;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index:999;
  opacity:0;
}
.contain {
  display:inline-block;
  position:relative;
}
#st-1 .st-btn {display:inline-block !important;}

#loading {
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.6);
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

#review-form {
  background:#f8f8f8;
  padding:40px;
}
form .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 35%;
  float:left;
  margin-top:12px;
  text-align: left;
}

form .rating input {
  position: absolute;
  left: -999999px;
}

form .rating label {
  display: inline-block;
  font-size: 0;
}

form .rating > label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

form .rating > label:hover:before,
form .rating > label:hover ~ label:before,
form .rating > label.selected:before,
form .rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logos-insidepage { margin-top:5%; }

#formCheckout.form .check {margin:0px 40px 20px 0px;}

/* Error Styles */

#systemMessage, #newsletterMessage {
  background:#ed313f;
  font-size:13px;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:0.05em;
  border-radius: 4px;
  clear:both;
}
#systemMessage.success, #newsletterMessage.success {
  background:#71dc83;
}
#systemMessage.highlight_message {
  padding: 15px 30px 14px;
  margin-bottom: 20px;
}
#newsletterMessage {
  font-size:10px !important;
}
#newsletterMessage.success, #newsletterMessage.highlight_message {
  margin-top:20px;
  padding: 10px 20px 9px;
}
#systemMessage a {
  display:block;
  text-decoration:none;
}
.highlight-form-field {
  border:1px solid #ed313f !important;
  color:#ed313f !important;
  background:rgba(204, 0, 0, 0.02);
}
.highlight-form-label {
  color:#ed313f !important;
}
.highlight-form-field::-webkit-input-placeholder {color: #ed313f;}
.highlight-form-field::-moz-placeholder {color: #ed313f;}
.highlight-form-field:-ms-input-placeholder {color: #ed313f;}
.highlight-form-field:-moz-placeholder {color: #ed313f;}



#error {
  padding:60px 0px 0px;
  text-align:center;
}
#error img {
  max-width:700px;
  width:90%;
  margin:0 auto 40px;
}
#error p {
  font-size:25px;
  line-height:1;
  color:#000;
  text-align:center;
  margin-bottom:20px;
}

/* Mobile Menu */

.mobmenu {
  display: none; 
  background-color: #111; 
  color: #fff; 
  padding: 20px 10px; 
  font-size: 20px; 
  margin-bottom: 0px; 
  clear: both; 
}
.mobmenu a {
  color:#fff; 
  text-decoration:none;
}
#page { 
  display: block; 
  background-color: #fff; 
}
a.menu-icon { 
  color: #fff; 
  float: right; 
  font-size: 30px; 
  margin-top: -5px; 
}

.select2-container--bootstrap .select2-results__option { font-family: 'proxima-nova-condensed' !important; }
#banner .col-6:nth-child(2) img { float: right; }
.order-success { width: 100%; background:#f9f9f9;}
.order-success .col-6:nth-child(2) { float: right; padding: 15% 5% 0%; box-sizing: border-box;}
.order-success .col-6 p { font-size: 40px !important; line-height: 1.3!important; margin-bottom: 40px !important; } 
.order-success .col-6 p span { font-weight: 800 !important;  }
.order-success .col-6 a.btn { padding: 21px 50px !important; font-size: 13px !important; } 

.order-success .col-6.sml-padding {padding-top:8%;}
.order-success .col-6 p.sml {font-size:18px !important;}

#content .order-success h3 span, #content .order-success h3 strong {background:#f9f9f9;}




/* Responsive */

@media screen and (max-width:1500px) {
  
  .wrapper {width:95%;}
  
}

@media screen and (max-width:1420px) {
  
  .wrapper-sml {width:95%;}
  
  header .search {margin-top:-65px;}
  
  #content.catalogue #banner.inner h1 {font-size:50px;}
  
  #products .product h3, #products .category h2 {min-height:75px;}
  
  #logo-slider.owl-carousel .owl-item img {max-width:85% !important;}
  .owl-carousel .owl-nav .owl-prev {margin-left:-25px !important;}
  .owl-carousel .owl-nav .owl-next {margin-right:-25px !important;}
  
  footer .newsletter-form input {width:150px;}
  
}

@media screen and (max-width:1300px) {
  
  header .bottom nav ul li {font-size:14px; padding:0px 12px;}
  .order-success .col-6:nth-child(2) { padding: 7% 5% 0%; } 
  
}


@media screen and (max-width:1200px) {
  
  header .search {margin-top:-70px;}
  header .search .search-form input {width:200px; background: url('/images/search-icon.png') no-repeat 170px center #fff;}
    
  header nav ul li {padding:40px 20px;}
  
  #content.catalogue #banner.inner h1 {font-size:40px;}
  
}


@media screen and (max-width:1200px) and (min-width:1024px) {
  
  #feature-boxes .feature {min-height:200px;}
  
}

@media screen and (max-width:1050px) {
  
  .wrapper-x-sml {width:95%;}
  
  header .bottom nav ul li {font-size:12px; padding:0px 8px;}
  header nav ul li {font-size:14px; padding:42px 10px;}
  
  #feature-boxes figure figcaption {font-size:15px;}
  
  #products .category figure {height:100px; padding:0px 50px;}
  #products .product figure {height:175px; padding:10px 50px;}
  
  #content.catalogue .product-img figure {height:500px}
  #content.catalogue .product-desc section {padding:55px 40px 50px 60px}
  #content.catalogue .product-desc h1 {margin-bottom:35px;}
  #content.catalogue .product-desc h2 {font-size:40px; line-height:48px;}
  #content.catalogue .product-desc .links a i, #content.catalogue .product-desc .links button i {font-size:13px; margin-top:0px;}
  
  #content .table.cart th {padding:20px;}
  #content .table.cart td {padding:20px}
  
  #content .remove {display:block; float:none; margin:10px 10px 0px 0px;}
  
}


@media screen and (max-width:800px) {
  
  nav:not(.mm-menu) {display:none;}
  .mobmenu {display:block;}
  
  header figure {float:none; margin:0 auto 20px;}
  header .stores {display:none;}
  header .search {margin-top:0px; float:none;}
  header .search .search-form input {display:block; margin:0 auto;}
  header .top .minicart {float:none; text-align:left;}
  header .bottom {display:none;}
  .order-success .col-6 p { font-size: 25px !important; line-height: 1.3!important; margin-bottom: 11px !important; }
  .order-success .col-6:nth-child(2) { padding: 15% 5% 7%; }
  .order-success .col-6 a.btn { padding: 20px 25px !important; } 
} 


@media screen and (max-width:450px) {
  
  .wrapper, .wrapper-sml, .wrapper-x-sml {width:90%;}
  .wrapper .wrapper-sml {width:100%;}
  
  header .top .minicart ul {margin-left:10px;}
  
  #banner .overlay {position:relative; top:auto; transform:none; -webkit-transform:none; background:#f8f8f8;}
  #banner .overlay .inner {background:#f8f8f8;}
  #banner .overlay .inner section {padding:30px 0px;}
  #banner .overlay .inner h3 {font-size:35px; line-height:38px; margin-bottom:20px;}
  
  #feature {padding:55px 0px 50px;}
  #feature h1 {font-size:45px; line-height:47px;}
  
  #feature-boxes .feature {width:100%; max-width:100%; margin-bottom:20px;}
  #feature-boxes .feature img {width:100%;}
  
  #content {padding:40px 0px;}
  #content h1 {font-size:40px;}
  #content .two-columns {column-count:1; -webkit-column-count:1; -moz-column-count:1; column-gap:0px; -webkit-column-gap:0px; -moz-column-gap:0px;}
  #content .left-column h1 {font-size:45px; line-height:46px;}
  #content .left-column, #content .right-column {width:100%; float:none; padding:0px;}
  
  #content.catalogue #banner.inner h1 {font-size:40px;}
  #content.catalogue #banner.inner section {padding:10% 6% 5%;}
  #content.catalogue .product-img figure {height:300px;}
  #content.catalogue .product-desc section {padding:60px 0px;}
  #content.catalogue .product-desc h2 {font-size:30px; line-height:38px;}
  #content.catalogue .product-desc .links span {display:none;}
  #content.catalogue .product-desc .links a, #content.catalogue .product-desc .links button {padding:0px 20px 10px 0px;}
  
  #category-description {column-count:1; -moz-column-count:1; -webkit-column-count:1;}
  #category-description p {padding:0px !important;}
  
  .flex {margin-left:0px;}
  #products .heading {padding:40px 0px 10px;}
  #products .heading h2 {float:none;}
  #products .heading .filters {width:100%; float:none; margin-top:20px; display:block;}
  #products .product, #products .category {width:100%; min-width:100%; max-width:100%; padding:1em 0px;}
  #products .product figure {padding:15px 30px; height:150px;}
  #products .category figure {padding:0px; height:120px;}
  #products .product h3, #products .category h2 {min-height:initial;}
  
  #content.accounts .login-box .col-5 section {padding-right:0px;}
  #content.accounts .login-box .light section {padding:30px;}
  #content.accounts .light {margin-top:40px;}
  #content h3 {margin-top:30px}
  .forgot {float:none;}
  
  #tabs ul li {font-size:12px;}
  
  #faqs .item {padding:30px 20px;}
  #faqs .item h5 {width:80%;}
  #faqs .item span {margin-top:5px;}
  #faqs .item .answer p {padding-right:0px;}
  
  #dashboard {border:none;}
  #dashboard ul {text-align:center;}
  #dashboard ul li {display:block; width:100%;}
  #dashboard ul li a {font-size:10px; border-bottom:2px solid #010101;}
  
  #review-form {box-sizing:border-box; padding:30px;}
  
  #breadcrumbs ul li {font-size:12px; padding-right:10px;}
  #breadcrumbs ul li i {font-size:15px;}
  
  #logos {padding:50px 0px;}
  #logo-slider.owl-carousel .owl-item img {margin:0 auto !important;}
  
  #content .table.cart th {font-size:10px; line-height:14px; padding:12px; white-space:nowrap;}
  #content .table.cart td {font-size:10px; line-height:14px; padding:5px 12px;}
  #content .table.cart td.num {font-size:10px;}
  #content.cart .table.cart td:first-child {padding:0px; height:0px; width:0px;}
  #content.cart .table.cart td:nth-child(5), #content.cart .table.cart th:nth-child(4) {display:none;}
  #content .table.cart td:nth-child(2) {column-span:2; -webkit-column-span:2;}
  
  #content table.orders th {font-size:10px; line-height:14px; padding:12px; white-space:nowrap;}
  #content table.orders td {font-size:10px; line-height:14px; padding:5px 12px;}
  #content table.orders td .btn {font-size:10px; padding:6px;}
  
  #content table.totals td {min-width:initial; font-size:15px; padding:10px 25px;}
  #content table.totals td:nth-child(2) {width:auto; min-width:initial; padding-left:10px;}
  #content table.totals td:last-child {width:auto; padding-right:10px;}
  #content table.totals tr:last-child td {padding-bottom:25px;}
  
  .quantity input {width:35px; height:22px; font-size:10px; padding-left:10px;}
  .quantity-nav {height:22px;}
  .quantity-button.quantity-up, .quantity-button.quantity-down {font-size:8px; width:15px;}
  
  footer {text-align:center;}
  footer .logo {float:none; margin-right:0px; margin-bottom:20px;}
  footer .logo figure {margin:0 auto 25px;}
  footer ul {float:none; margin:0px 0px 15px;}
  footer .newsletter-form {float:none;}
  footer .newsletter-form input {box-sizing:border-box; width:100%; border-right:1px solid #e5e5e5;}
  footer .newsletter-form button {float:none; margin:10px auto;}
  
  .flex-control-nav {bottom:5px !important;}
  
  .form .combined {width:100%; float:none;}
  
  .owl-carousel .owl-nav .owl-prev {margin-left:15px !important;}
  .owl-carousel .owl-nav .owl-next {margin-right:15px !important;}
  
  .remove {display:none;}
  
}

@media screen and (max-width:350px) {
  
  #content .table.cart td {width:60px; max-width:60px;}
  
}

.disabled {
   cursor: not-allowed;
}


.edl-alert {
  background-color: #111111;
}

.edl-alert p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffff;
  font-family: "proxima-nova", Arial;
  text-align: center;
  padding: 14px 0;
}