body {
	color:#00011C;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 13px;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

.block-padding {
	padding:100px 0px;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.relative {
	position:relative;
}
.ul-reset{
  list-style: none;
  margin: 0;
  padding: 0;
}
.body-wrap {
  position:relative;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.body-wrap.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: 2em; 
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.btn {
	height:45px;
  padding:0px 30px;
  min-width:180px;
  text-align:center;
  background:#FFCF00;
  color:#00011C;
  font-weight:bold;
  font-size:1em;
  border-radius:0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius:3px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.btn.invert {
	background:#00011C;
  color:#FFCF00;
}

.btn.invert:hover,
.btn.invert:active,
.btn.invert:focus {
	background:#00011C;
  color:#FFCF00;
}

.btn:hover,
.btn:active,
.btn:focus {
	color:#00011C;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.btn.gray {
  color:#00011C;
  background:#f7f7f7;
  border:1px solid #eee;
}

.btn.gray:hover,
.btn..gray:active,
.btn.gray:focus {
  color:#00011C;
}

.btn.btn-open {
	background:transparent;
  border:1px solid #000;
  color:#fd6d00;
  line-height:43px;
}

.btn.btn-open:active,
.btn.btn-open:focus,
.btn.btn-open:visited{
	color:#fd6d00;
}

.btn.btn-open:hover {
	background:#fd6d00;
  color:#fff;
}

.btn:visited {
	color:#fff;
}

.btn i {
	margin-right:7px;
  font-size:90%;
}

.standard-input {
	height: 40px;
  padding: 0px 25px;
  outline: none;
  border-radius: 3px;
  font-size: .95em;
  background: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #aaa;
color:#BCBCBC;
}

input.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #aaa;
color:#BCBCBC;
opacity:  1;
}

input.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #aaa;
color:#BCBCBC;
opacity:  1;
}

input.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #aaa;
color:#BCBCBC;
}

input.standard-input::-ms-input-placeholder { /* Microsoft Edge */
color:    #aaa;
color:#BCBCBC;
}

.sm {
	display:inline-block;
  vertical-align:middle;
}

.sm:before {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.align {
	display:table;
  width:100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.space-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.align-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.align-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.align-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;
}

.align {
	display:table;
  width:100%;
}

.align-100 {
  height:100%;
}

.align-middle {
	display:table-cell;
  vertical-align:middle;
}

.align-bottom {
	display:table-cell;
  vertical-align:bottom;
}

.align-top {
	display:table-cell;
  vertical-align:top;
}

.block-padding {
	padding-top: 80px;
  padding-bottom: 80px;
}

.block-padding-top {
	padding-top: 80px;
}

.block-padding-bottom {
  padding-bottom: 80px;
}

.image-wrap.grey {
	position: relative;
}

.image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.title-featured {
	margin-bottom:60px;
}
.title-featured .title {
	font-size:2.5em;
}
.title-featured .subtitle {
	text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:bold;
  color:#FFCF00;
  font-size:1.1em;
  margin-bottom:5px;
}
.custom-col {
  width: 30%;
}
.home-cats .categories .category .category-title {
  font-size: 36px;
}
/* End general styles */

/* Header */
#header .main-header .logo img {
	height: 35px;
}

#header .main-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .logo a span {
  margin-top: 6px;
  font-size: 15px;
  font-style: italic;
  color: #FFCF00;
}

.search-wrap {
	display: none;
}

.search-wrap.active {
	display: block;
}
#header .topbar {
  border-bottom:1px solid #333;
  background:#00011C;
  color:#fff;
  font-size:.95em;
  font-weight:700;
}
#header .topbar .inner {
	height:40px;
}
#header .topbar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#header .topbar ul.normal-list {
	margin:0px -15px;
}
#header .topbar ul.normal-list li {
	padding:0px 15px;
  border-right:1px solid #333;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#header .topbar ul.normal-list li i {
	margin-right:10px;
}
#header .topbar ul.normal-list li:last-child {
	border:none;
}
#header .topbar ul.languages {
	margin:0px -5px;
}
#header .topbar ul.languages li {
	padding:0px 5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

#header .topbar ul.languages img {
	height:15px;
  width:22.5px;
  -o-object-fit:cover;
     object-fit:cover;
}
#header .main-header {
/* 	padding:25px 0px; */
  position: relative;
  background:#00011C;
  color:#fff;
  font-weight:700;
}
#header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  margin:0px -25px;
}
#header .main-menu ul li {
	padding:40px 25px;
}
#header .main-menu ul li a:hover {
	color:#FFCF00;
}
#header .main-menu ul li:hover .subnav {
	display: block;
}
#header .main-menu ul li .subnav {
	display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #00011C;
  border-top: 1px solid #333;
  padding: 40px 0;
  z-index: 999;
}

#header .main-menu ul li .subnav ul {
	margin: -25px;
}

#header .main-menu ul li .subnav ul li {
	padding: 25px;
}
#header .main-header .contact-btn .title{
  text-transform: uppercase;
  font-weight: bold;
}
#header .main-header .contact-btn .subtitle{
	color: #ccc;
  font-size: 13px;
}
#header .header-icons .cart {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#header .header-icons .cart .icon {
	min-width:45px;
  max-width:45px;
  height:45px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  background:#FFCF00;
  color:#00011C;
  border-radius:3px;
  margin-right:8px;
  font-size:22px;
}
#header .header-icons .cart .amount {
	font-size:.9em;
  margin-bottom:5px;
}
#header .topbar li.usp-item{
  justify-content: center;
}
#header .topbar .languages-wrap{
	position: relative;
  margin: -10px
}
#header .topbar .languages-wrap i{
  font-size: 1.5em;
  padding: 10px;
}
#header .topbar ul.languages-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: .15s all ease-in-out;
  z-index: 1;
  background: #00011C;
  border: 1px solid #333;
}
#header .topbar ul.languages-menu li.language-item{
	padding: 10px;
  transition: .15s all ease-in-out;
}
#header .topbar ul.languages-menu img{
  height: 15px;
  width: 22.5px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media(max-width: 1300px){
	#header .main-menu ul li{
  	padding: 40px 15px;
  }
}
@media(min-width: 992px){
	#header .topbar .languages-wrap:hover ul.languages-menu{
    display: block;
  }
  #header .topbar ul.languages-menu li.language-item:hover{
    background-color: #fff;
  }
}
/* End header */

/* Mobile menu */ 
.menu-button ul {
	margin:0;
  padding:0;
  list-style:none;
}

.menu-button ul li {
  margin: 5px 0px;
  height: 1px;
  display: block;
  background: #fff;
  width: 23px;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.menu-button ul li:nth-child(2) {
	width:28px;
}

.menu-button .open-menu.active ul li {
	width:25px;
}

.menu-button .open-menu.active ul li:nth-child(2) {
	width:22px;
}

.menu-button ul li:last-child {
  height: auto;
  width: auto;
  background: transparent;
  margin: 0;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  color:#fff;
  margin-top:-2px;
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-x: scroll;
  -ms-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  font-size:14px;
  font-weight:500;
}

.mobile-menu.mobile-menu-open {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -ms-transform: translate(300px, 0px);
  -webkit-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

.mobile-menu ul a {
	color:#000;
}
.mobile-menu ul.sub-menu a {
	color:#aaa;
}

.mobile-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  padding:12px 0px;
}
.mobile-menu ul li {
	position:relative;
}
.mobile-menu ul li a {
	display:block;
  padding:12px 20px;
  padding-right:41px;
}
.mobile-menu ul li .more-cats {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}
.mobile-menu ul li .more-cats i {
	-webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mobile-menu ul li.active > .more-cats i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu ul ul li .more-cats {
	height:23px;
  line-height:23px;
}
.mobile-menu ul ul {
	display:none;
  font-size: 12px;
  padding: 5px 0px;
  padding-left: 24px;
}
.mobile-menu ul ul li {
	border-left: 2px solid #e3e3e3;
}
.mobile-menu ul ul li a {
  padding: 3px 0px;
  padding-left:22px;
  color: #999;
}
.mobile-menu ul ul ul li a {
	padding-left:10px;
}
.mobile-menu ul ul.active {
	display:block;
}
.mobile-menu ul li i.before {
	font-size:11px;
  margin-right:10px;
  color:rgba(0,0,0,0.2);
  width:15px;
}
.mobile-menu .logo {
	padding:20px;
  padding-bottom:10px;
}
.mobile-menu .logo.small img {
	height:20px;
}
.mobile-menu .logo.medium img {
	height:25px;
}
.mobile-menu .logo.large img {
	height:30px;
}
/* End mobile menu */

/* Cart side */
.cart-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.cart-overlay.cart-open {
  opacity:1;
  visibility:visible;
}
.cart-side {
  position: fixed;
  left: 100%;
  top: 0;
  width: 400px;
  height: 100%;
  background: #00011C;
  z-index: 9999999999;
  overflow-x: scroll;
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.cart-side.cart-open {
  -ms-transform: translate(-400px, 0px);
  -webkit-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
.cart-side .no-cart-products {
  font-size:13px;
  padding:20px;
  font-style:italic;
}
.cart-side table {
  width:100%;
}
.cart-side .cart-title-wrap {
  border-bottom:1px solid #252525;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  position:relative;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:99;
}
.cart-side:hover .cart-title-wrap {
  padding-right:60px;
}
.cart-side .cart-body {
	padding-bottom:99px;
  padding-top:65px;
  width:100%;
  height:100%;
  overflow-x:scroll;
}
.cart-side .close-cart {
  position:absolute;
  height:100%;
  width:60px;
  right:0;
  top:0;
  text-align:center;
	background: #FFCF00;
  color:#00011d;
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -ms-transform: translate(100%, 0px);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  cursor:pointer;
}
.cart-side:hover .close-cart {
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.cart-side .cart-title {
  padding:20px;
  background: #00011C;
}
.cart-side .cart-title .title {
  font-size:18px;
  color:#fff;
  font-weight:700;
}
.cart-side .cart-title .items {
  font-size:0.9em;
  font-weight:bold;
  color:#fff;
}
.cart-side .cart-products table {
  width:100%;
}
.cart-side .cart-products table td {
  padding:20px 10px;
  border-bottom:1px solid #252525;
}
.cart-side .cart-products table td:first-child {
  padding-left:20px;
}
.cart-side .cart-products table td:last-child {
  padding-right:20px;
}
.cart-side .cart-products table td:nth-child(2) {
	width:100%;
}

.cart-side .cart-products a.remove-product.from-cart {
	color: #888;  	
}
.cart-side .cart-products .image-wrap {
  width:70px;
  padding: 5%;
}
.cart-side .cart-products .image-wrap img {
  width:100%;
}
.cart-side .cart-products .image-wrap .image.img-gray {
	display: block;
  width: auto;
  padding: 10%;
	position: relative;
}
.cart-side .cart-products .image-wrap .image.img-gray:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.025);
}
.cart-side .cart-products .info a.title {
  display:block;
  font-size:1em;
  font-weight: 700;
  margin-bottom:5px;
  color:#fff;
}
.cart-side .cart-products .info .qty {
  color: #fff;
  font-size: 0.95em;
}
.cart-side .cart-products .info .productbundled ul {
	list-style:none;
  margin:0;
  padding:0;
}
.cart-side .cart-products .info .productbundled ul li {
	font-size:0.9em;
}
.cart-side .cart-products .info .productbundled ul li i {
	font-size:0.8em;
  margin-right:8px;
}
.cart-side .cart-products .info .extra-info {
  font-size:12px;
}
.cart-side .cart-products .info .price {
  font-weight:bold;
  color: #ffcd00;
}
.cart-side .cart-inner {
	position:absolute;
  width:100%;
  height:100%;
  overflow-x:scroll;
  border-left: 1px solid #252525;
}
.cart-side .cart-total {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#00011d;
  border-top:1px solid #252525;
  color: #fff;
  height:100px;
  padding:0px 20px;
  font-weight:bold;
}

.cart-side .cart-total .price {
  font-size:16px;
}
.cart-side .cart-total .price .title {
  font-size:14px;
  font-weight:normal;
  margin-right: 5px;
}

.cart-side .cart-total .btn {
	min-width: unset;
}

.cart-side .cart-total .btn,
.cart-side .cart-total .btn:active,
.cart-side .cart-total .btn:visited,
.cart-side .cart-total .btn:hover,
.cart-side .cart-total .btn:focus {
	color: #00011C;
}
/* End cart side */

/* Headlines */
.headlines .headline {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.headlines .headline-1 {
	background-image: url('headline-1.jpg');
}

.headlines .headline-2 {
	background-image: url('headline-2.jpg');
}

.headlines .headline-3 {
	background-image: url('headline-3.jpg');
}
/* End headlines */

/* Products */
.products {
	margin: -10px;
}

.products .product {
	padding: 10px;
}
/* End products */


/* Collection filters */
.price-filter {
  max-width:200px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: #756A55;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #756A55;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left:-10px;
}

.collection-filter-price:after {
	display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
	margin-bottom: 30px;
}

.filter-wrap:last-child {
	margin-bottom: 0;
}

.filter-wrap .filter-title {
	margin-bottom: 10px;
}

.filter-wrap .filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
}
/* End collection filters */

/* Dropdown */
.ui.selection.dropdown {
	height: 40px;
  min-height: unset;
  border: 1px solid #eee;
  line-height: 40px;
  border-radius: 0px;
  padding: 0 20px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 40px;
  background: #eee;
  font-weight: 700;
  font-size: 1em;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.ui.dropdown>.dropdown.icon:before {
	content: '\f107';
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
	border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
	width: 100%;
  margin: 0 -1px;
  border-radius: 0;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 7px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.1em;
  cursor: pointer;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
	color: #000 !important;
}

.ui.checkbox .box:before, 
.ui.checkbox label:before {
	border-radius: 0 !important;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
	border-color: #D4D4D5 !important;
}
/* End checkbox */

/* Productpage */
#productpage .product-images .productpage-slider {
  margin-bottom: 20px;
}

#productpage .product-images .productpage-slider .image-wrap {
	padding: 10%;
}

#productpage .product-images .thumbs {
	margin: -10px;
}

#productpage .product-images .thumbs .thumb {
	padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap {
	padding: 7%;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
	opacity: 1;
}
/* End productpage */

#footer .socials {
  margin-top: 30px;
}
#footer .socials a .fa {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 39px;
  text-align: center;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 15px;
}

#footer .socials a:hover .fa {
  color: #000;
  background: #FFCF00;
  border-color: #FFCF00;
}

#footer .footer-bottom .payments img {
	height: 35px;
}
/* End footer */

/* Categories */
.categories {
	margin: -10px;
}
.categories .category {
	padding: 10px;
  font-size:2em;
}
.categories .category img {
	width:100%;
}
.categories .category .inner {
	position:relative;
  display:block;
  overflow:hidden;
  border-radius:10px;
}
.categories .category .overlay {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: rgba(0, 1, 28, .6);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.categories .category .overlay:hover {
	background-image: -webkit-radial-gradient(50% 109%, rgba(0,1,30,0.60) 50%, rgba(2,4,58,0.90) 100%);
	background-image: -o-radial-gradient(50% 109%, rgba(0,1,30,0.60) 50%, rgba(2,4,58,0.90) 100%);
	background-image: radial-gradient(50% 109%, rgba(0,1,30,0.60) 50%, rgba(2,4,58,0.90) 100%);
  color:#FFCF00;
}
/* End categories */

/* banners */
.banners {
	margin:0;
}
.banners .banner {
	padding:0;
  position:relative;
  font-size:2.3em;
  color:#fff;
  font-weight:bold;
  margin: 0;
}
.banner-1 .image {
/* 	background: url(banner-1-image.jpg) no-repeat center center; */
  background-size: cover !important;
}
.banner-1 .overlay .bundle{
	width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  text-align: center;
}
.banner-1 .overlay .bundles{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
.banner-1 .overlay .bundles .bundle .title{
  font-weight: 900;
  font-size: 1.4em;
  margin-top: 15px;
}
.banner-1 .overlay .bundles .bundle .bundle-products{
	margin-top: 6px;
  color: #ccc;
  font-size: 1.1em;
}
.banner-1 .overlay .bundles .bundle .subtitle{
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px;
  color: #fff;
  height: 40px;
} 
.banner-1 .overlay .bundle img{
  height: 80px;
  border-radius: 10px;
}
.banners .banner .image:after {
	display:block;
  content:'';
  padding-top:48%;
}
.banner-1 .overlay {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.60)), color-stop(85%, rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.00) 85%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.00) 85%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.00) 85%);
}
.banner-2 .overlay {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.0)), color-stop(54%, rgba(0,0,0,0.60)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.60) 54%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.60) 54%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.60) 54%);
}
.banners .banner .overlay {
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:30px;
}
.banners .banner-1 .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 1450px){
	.banner .overlay .title{
  	font-size: 18px;
  }
  .banner-1 .overlay .bundles .bundle .title{
  	font-size: 1.2em;
    margin-top: 10px;
  }
  .banner-1 .overlay .bundles .bundle .bundle-products{
  	font-size: 1em;
  }
  .banners .banner .image:after{
  	padding-top: 60%;
  }
}
@media(max-width: 1199px){
	.banners .banner{
  	width: 100%;
  }
  .banners .banner .image:after{
  	padding-top: 40%;
  }
  .banner .overlay .title{
  	font-size: unset;
  }
}
@media(max-width: 831px){
	.banners .banner .image:after{
  	padding-top: 50%;
  }
}
@media(max-width: 767px){
	.banner .overlay .title{
  	font-size: 16px;
  }
  .banners .banner:first-child .image:after{
  	padding-top: 145%;
  }
  .banner-1 .overlay .bundles{
  	flex-direction: column;
    justify-content: space-around;
  }
  .banner-1 .overlay .bundle{
  	width: 100%;
  }
  .banner-1 .overlay .bundle{
  	height: unset;
  }
  .banner-1 .overlay .bundle.bundle-2{
  	margin-top: 30px;
  }
  .banner-1 .overlay{
  	background: unset;
    background: rgba(0,0,0, 0.6);
  }
  
}
/* end banners */

/* Brands */
.brands {
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}

.brands .brand .image-wrap {
 	border-radius: 10px;
  overflow: hidden;
}

.brands .brand img {
	width:100%;
}
/* End brands */

/* Tags */
#tags-page .tags {
	margin: -7px;
}

#tags-page .tags a {
	height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
/* End tags */

/* Messages */
.message-container {
  z-index: 9999999;
  margin-top: 20px;
  margin-bottom:10px;
  width:100%;
}
.fixed-content .message-container {
	margin-top:0;
  margin-bottom:20px;
}
.message-container.home-message {
	position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}

.message-container .messages {
  margin: 0;
  position: relative;
}

.message-container .messages .message ul {
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color:#fff;
  text-align:left;
}

.message-container .messages .message {
  color: #fff;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  padding: 10px;
  width:100%;
}

.message-container .messages .message.error .icon {
  color: #cd3b3b;
}

.message-container .messages .message.success .icon {
  color: #2ecc71;
}

.message-container .messages .message.info .icon {
  color: #3ca1cd;
}

.message-container .messages .message.error {
  background: #cd3b3b;
}
.message-container .messages .message.success {
  background: #2ecc71;
}
.message-container .messages .message.info {
  background: #3ca1cd;
}

.message-container .messages .message .icon {
	width:35px;
}

.message-container .messages .message .icon i {
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.08);
  text-align:center;
}

.message-container .messages .message .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left:20px;
}

.message-container .messages .message .button {
	padding-left:10px;
  text-align:right;
}

.message-container .messages .message .button .btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.gui-messages {
	display:none !important;
}
/* End Messages */

.fixed-page-title {
	font-size: 2.5em;
  margin-bottom: 40px;
}

.arrows {
	margin:-5px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.arrows .arrow {
	margin:5px;
  width:40px;
  height:40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  border-radius:100%;
  background:#f7f7f7;
  border:1px solid #eee;
  font-size:13px;
}

.home-content {
	background:#f7f7f7;
}
.home-content .custom-col .fb_iframe_widget {
  max-height: 330px;
  overflow: hidden;
}

.general-content p {
  line-height: 2em;
  margin-bottom: 20px;
}

.home-content .content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border-radius:10px;
  overflow:hidden;
  background: url(dealer-banner.png) no-repeat center center;
  background-size: cover;
}

.home-content .content-banner .overlay {
	width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-radial-gradient(50% 146%, rgba(0,1,30,0.60) 50%, #02043A 100%);
  background-image: -o-radial-gradient(50% 146%, rgba(0,1,30,0.60) 50%, #02043A 100%);
  background-image: radial-gradient(50% 146%, rgba(0,1,30,0.60) 50%, #02043A 100%);
  color:#fff;
  text-align:center;
}

.home-content .content-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.home-content .content-banner:after {
	content:'';
  display:block;
  padding-top:60%;
}

.home-content .content-banner .title {
	font-size:2.2em;
  font-weight:bold;
  margin-bottom:30px;
}

#productpage .product-info .product-title {
	font-size:2.5em;
}

#productpage .product-info .brand {
	font-size:1.3em;
  font-weight:bold;
  margin-bottom:5px;
  color:#888;
}

#productpage .product-info .price {
	margin:50px 0px 25px;
  font-size:1.5em;
  font-weight:bold;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#productpage .product-info .price .price-old {
	text-decoration:line-through;
  margin-right:10px;
  color:#888;
}

#productpage .product-info .price .vat {
	font-size:55%;
  margin-left:10px;
  margin-top:5px;
}

#productpage .product-info .sku{
  font-size: 14px;
  margin-bottom: 25px;
}

#productpage .product-info .sku span{
  font-weight: bold;
  margin-left: 5px;
}

#productpage .product-info .bottom-info {
	padding:40px 0px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  margin-top:40px;
}

#productpage .product-info .cart .btn {
	height:50px;
}

#productpage .product-info .cart {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

#productpage .product-info .cart .cart-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#productpage .product-info .cart .add-cart {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
}

#productpage .product-info .cart .pickup {
	margin-left:50px;
}

#productpage .product-info .input-wrap {
	margin-right:10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

#productpage .product-info .input-wrap input {
	width:50px;
  height:50px;
  text-align:center;
  font-weight:bold;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  background:#f7f7f7;
  border:none;
  border-radius:3px 0 0 3px;
  outline: none;
}

#productpage .product-info .input-wrap .change {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #00011C;
  color: #FFCF00;
  font-size: 15px;
  font-weight: 900;
  border-radius: 0 3px 3px 0;
}

#productpage .product-info .pickup-info {
  display: none;
	margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  background: #f7f7f7;
}

#productpage .product-info .pickup-info .title-wrap {
	margin-bottom: 20px;
}

#productpage .product-info .pickup-info .title-wrap .title {
	font-size: 1.3em;
  margin-bottom: 15px;
}

#productpage .product-info .pickup-info table {
  width: 100%;
	max-width: 500px;
}

#productpage .product-info .pickup-info table tr:nth-child(odd) {
	background: #fff;
}

#productpage .product-info .pickup-info table tr td {
	padding: 7px 15px;
}

#productpage .product-info .pickup-info table tr td:first-child {
	font-weight: 600;
}

#productpage .product-info .pickup-info table tr td:last-child {
	text-align: right;
}

#productpage .product-info .payments {
	margin-top:30px;
}

#productpage .product-info .payments ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#productpage .product-info .payments img {
	height:40px;
}

#productpage .product-info .product-usp {
	margin-top:40px;
}

#productpage .product-info .product-usp .icon {
  font-size: 45px;
  color: #FFCF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom:20px;
}

#productpage .product-info .product-usp ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style:none;
  margin:-10px;
  padding:0;
}

#productpage .product-info .product-usp ul li {
	width:25%;
  padding:10px;
}

#productpage .product-info .product-usp ul li .inner {
	padding:25px;
  background:#f7f7f7;
  border:1px solid #eee;
  border-radius:5px;
  text-align:center;
  height: 100%;
}

#productpage .product-info .product-usp ul li .title {
	font-weight:bold;
  margin-top:10px;
}

#productpage .product-configure .product-configure-variants label {
	display: none; 
}
#productpage .product-configure .product-configure-variants .ui.selection.dropdown {
  width: 100%;
  max-width: 500px;
  border: 1px solid #000;
}

#productpage .product-configure .product-configure-variants .ui.selection.dropdown>.dropdown.icon {
  background: #000;
	color: #FFCF00;
}
#productpage .product-configure .product-configure-variants .ui.selection.dropdown .menu>.item {
  font-size: 13px;
}

/* Responsive */
@media (min-width: 1200px) {
  .container {
  	width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
}

@media (max-width: 1199px) {
  #header .main-menu ul {
    padding:0px 20px;
    margin:0px -10px;
  }
  #header .main-menu ul li {
    padding:0px 10px;
  }
  #header .main-header .logo img {
  	height:30px;
  }
  #header .header-icons .cart .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .banners .banner .overlay {
  	padding:30px;
  }
  .home-content .content-banner {
    min-width: 450px;
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .home-content .custom-col {
		width: 100%;
  }
  
  .home-content .custom-col.facebook-updates  {
    margin-top: 30px;
    text-align: center;
  }
  
  #header .main-header {
	padding:25px 0px;
  }
  #header .main-header .menu-button {
  	-webkit-box-flex:1;
  	    -ms-flex:1;
  	        flex:1;
  }
  #header .main-header .header-icons {
  	-webkit-box-flex:1;
  	    -ms-flex:1;
  	        flex:1;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }
  .home-content .content-row {
  	-ms-flex-wrap:wrap;
  	    flex-wrap:wrap;
  }
  .home-content .content-banner {
    width: 100%;
    margin-left: 0px;
    margin-top:30px;
    min-width:0;
  }
  #productpage .product-info .brand {
  	margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .home-content .custom-col {
    width: 100%;
  }
  
  .fixed-page-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .cart-side {
  	width:300px;
    -ms-transform: translate(300px, 0px);
    -webkit-transform: translate(300px, 0px);
    transform: translate(300px, 0px);
  }
  .body-wrap.cart-open {
     -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
	}
  .cart-side.cart-open {
    -ms-transform: translate(-300px, 0px);
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }
  .cart-side .cart-total .price .title,
  .cart-side .cart-total .price {
    font-size: 1em;
	}
  .cart-side .cart-title .title {
    font-size: 1.1em;
  }
  
  body {
  	font-size:13px;
  }
	#header .topbar ul.languages img {
    height: 12px;
    width: 18.5px;	
  }
  #header .topbar ul.normal-list li {
  	padding:0px 10px;
  }
  #header .topbar ul.normal-list {
  	margin:0px -10px;
  }
  #header .header-icons .cart .icon {
  	margin-right:0;
  }
  #header .main-header .logo img {
  	height:25px;
  }
  #header .header-icons .cart .icon {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    font-size: 16px;
	}
  #header .main-header {
  	padding:15px 0px;
  }
  .title-featured {
  	margin-bottom:30px;
  }
  .block-padding {
    padding-top: 40px;
    padding-bottom: 40px;
	}
  .title-featured .title {
    font-size: 1.7em;
	}
  .banners .banner .overlay {
  	padding:20px;
  }
  .banners .banner {
  	font-size:1.8em;
  }
  .home-content .content-banner {
  	margin-top:20px;
  }
  
  #productpage .product-info .product-usp ul li {
  	width: 50%;
  }
  #productpage .product-info .payments ul {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  #productpage .product-info .payments img {
  	height: 35px;
  }
  #productpage .product-info .cart {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column; 
  }
  #productpage .product-info .cart .pickup {
  	margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #productpage .product-info .cart .cart-inner {
  	width: 100%;
  }
  #productpage .product-info .price {
  	margin: 30px 0;
    font-size: 1.3em;
  }
  #productpage .product-info .product-title {
  	font-size: 1.7em;
  }
}

@media (max-width: 424px) {
	#productpage .product-info .product-usp ul li {
  	width: 100%;
  }
}
/* End responsive */


/* CUSTOM CSS */
/* Breadcrumbs */
.breadcrumbs {
	margin: 20px 0;
}
.breadcrumbs a {
  color: #bbb;
  font-weight:bold;
}
.breadcrumbs i {
	margin: 0 10px;
  color: #bbb;
}
/* End breadcrumbs */

#collection h1 {
	font-size:2.7em;
  margin:20px 0px 60px 0px;
}

#collection .sort .sort-select {
	position: relative;
}

#collection .sort .sort-select .text {
	font-weight: 700;
  z-index: 1;
  color: #00011C;
}

#collection .sort .sort-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection .sort .sort-select .text i {
  margin-left: 10px;
}

#collection .sort .sort-select select {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

#collection .sort .inner {
	background-color:#f7f7f7;
  border-radius:7px;
  padding:10px 30px;
  margin-bottom:20px;
}
#collection .sort .custom-pager ul {
	list-style:none;
  margin:0;
  padding:0;
}
#collection .sort .custom-pager ul li {
	display:inline-block;
}
#collection .sort .custom-pager ul li a {
	height:30px;
  width:24px;
  line-height:30px;
  text-align:center;
  display: block;
  font-weight:bold;
  color: #888888;
}
#collection .sort .custom-pager ul li.active a {
	color: #00011C;
}
#collection .sort .sort-block .per-page {
	display:inline-block;
  margin-right:15px;
  font-weight:bold;
  color: #888888;
  font-size:0.85em;
}
#collection .content-wrap .image-wrap .inner {
	position:relative;
  display:block;
  overflow:hidden;
  border-radius:10px;
}
#collection .content-wrap .image-wrap .inner .overlay {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: rgba(0, 1, 28, .6);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#collection .content-wrap .content.with-image {
  width: 100%;
  padding-left: 3%;
}
#collection .content-wrap .content h2.title {
  margin-bottom:20px;
}
#collection .content-wrap .content p {
	color: #000000;	
  font-size: 13px;	
  letter-spacing: 1.85px;	
  line-height: 30px;
}


.products .product {
	margin-bottom:50px;
}
.products .product .image-wrap {
	position:relative;
}
.products .product .image-wrap.grey:after,
.products .product .image-wrap img {
	border-radius:10px;
}
.products .product .info {
	padding: 20px 15px 0px 15px;
  text-align:center;
  font-size:1.1em;
}
.cart-side .no-cart-products {
 color: #ccc; 
}
.products .product .info .product-title {
  color: #000000;
  font-weight:bold;
  height:40px;
  overflow:hidden;
  margin-bottom:5px;
  letter-spacing: 0.8px;
}
.products .product .info .price-wrap .price {
	display:inline-block;
  padding:0px 7px; 
  color: #00011C;
}
.products .product .info .price-wrap .price.price-sale {
	font-weight:bold;
}
.products .product .info .price-wrap .price.price-old {
  font-weight:bold;
  color:#aaa;
  text-decoration:line-through;
}
.products .product .image-wrap .sec {
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
 	-webkit-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}
.products .product.img-loaded.has-sec:hover .image-wrap .sec {
	opacity:1;
}

.plusmin {
  	width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
  }
.plusmin:before,
.plusmin:after {
  content: '';
  display: inline-block;
  background: #fafafa;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.plusmin:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.plusmin.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}


footer {
	background-color:#00011C;
}
footer .main-footer {
	padding:60px 0px;
}
footer .main-footer .logo-wrap .logo img {
  height: 35px;
  margin-bottom:50px;
}
footer .main-footer .footer-links-wrap {
	width:50%;
}
footer .main-footer .footer-links-wrap .footer-links .footer-title {
	font-size:1.3em;
	color:#fafafa;
  margin-bottom:25px;
  font-weight:bold;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .main-footer .logo-wrap .contact ul, 
footer .main-footer .footer-links-wrap .footer-links ul {
	margin:0px;
  list-style:none;
  padding:0px;
}
footer .main-footer .logo-wrap .contact ul li a, 
footer .main-footer .footer-links-wrap .footer-links ul li a {
	color:#fafafa;
  font-weight:bold;
  letter-spacing:0.8px;
  line-height:30px;
}
footer .main-footer .footer-links-wrap .footer-links ul li a:hover {
	color: #FFCF00;
}
footer .main-footer .logo-wrap .contact ul li a i {
  width:15px;
	margin-right:5px;
	color: #FFCF00;
}
footer .footer-bottom {
	border-top:1px solid #333;
  background-color:#00011C;
}
footer .footer-bottom .copyright {
  color: #ccc;
  line-height: 40px;
  height: 45px;
  font-size: 0.95em;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 1199px) {
	footer .main-footer .footer-links-wrap {
    width: 65%;
	}
  #collection .content-wrap {
  	padding: 50px 0;
  }
}

@media (max-width: 991px) {
  #collection .content-wrap {
  	padding: 35px 0;
  }
  footer .main-footer .footer-links-wrap .footer-links ul {
    display: none;
    margin-bottom: 10px;
  }
  footer .main-footer .footer-links-wrap .footer-links.active .footer-title .plusmin:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
	}	
  footer .main-footer .logo-wrap,
  footer .main-footer .footer-links-wrap {
		width:100%;
    display:block;
	}
  footer .main-footer .footer-links-wrap {
  	padding-top:40px;
  }
}

@media(max-width: 767px){
  .breadcrumbs {
    margin: 12px 0;
	}
  #collection h1 {
    font-size: 2em;
    margin: 0px 0px 20px 0px;
	}
  #collection .sort .inner {
    padding: 0px 20px;
  }
  #collection .sort .custom-pager {
/*   	width:100%; */
  }
  #collection .sort .custom-pager ul li {
    display: inline-block;
/*     width: 11%; */
    text-align: center;
  }
  #collection .sort .custom-pager ul li a {
    height: 44px;
    width: auto;
    min-width:20px;
    line-height: 40px;
  }
  #collection .content-wrap {
  	padding: 20px 0;
  }
  #collection .content-wrap .content h2.title {
  	font-size:2em;
  }
  .products .product {
  	margin-bottom:25px;
  }
  .products .product .info {
    padding: 15px 5px 0px 5px;
  }
  footer .main-footer {
  	padding:40px 0px 20px 0px;
  }
}
/* END CUSTOM CSS */
.bundle a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}