.align {
  display: table;
  width: 100%;
}

.align-middle{
  display: table-cell;
  vertical-align: middle;
}

.productpage .usp-blocks-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.productpage .usp-blocks-wrap .usp-block {
  background: #24211d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 15px;
  width: calc(33% - 5px);
}

.productpage .usp-blocks-wrap .usp-block .title {
  color: #e0d9bc;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.productpage .usp-blocks-wrap .usp-block .text {
  color: #e0d9bc;
  margin-bottom: 30px;
  font-size: 13px;
  text-align: center;
}

.productpage .usp-blocks-wrap .usp-block .icon {
  margin-top: auto;
}
.productpage .usp-blocks-wrap .usp-block .icon img {
	max-width: 100%;
  height: 55px;
}
.productpage .usp-blocks-wrap .usp-block:first-child .icon {
	padding: 0 15px; 
}
.productpage .usp-blocks-wrap .usp-block:first-child .icon img {
	height: auto;
  width: 100%;
}

#header .main-header .usps-header {
  width: 33.333%;
}

#header .main-header .usps-header a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

#header .main-header .usps-header a:hover {
  color: #C1B497;
}

#header .main-header .cart.light .user-login-block  a {
  color: #c1b497;
}

#header .main-header .search-header input {
  width: calc(100% - 40px);
  height: 35px;
  background: #1e1a18;
  border: none;
  padding: 5px;
  outline: 0;
}

#header .main-header .search-header a {
  height: 35px;
  line-height: 37px;
  display: inline-block;
  margin-left: -3px;
  background: #35312d;
  width: 35px;
  text-align: center;
  color: #c1b497 !important;
  position: relative;
  top: 1px;
}

#header .main-header .search-header a i {
  font-size: 18px;
}

#header .main-header .cart .search-header{
  padding-top: 10px;
}

#header .main-menu ul li a {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .1em;
}

#header .main-menu.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#header .main-menu {
      -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: static;
}

#footer .footer-title {
  font-size: 16px;
}

#footer ul li a {
  font-size: 12px;
}

#footer .footer-links {
  border-right: 1px solid #999;
}

#footer .newsletterbar .newsletter input {
  width: 150px;
  height: 35px;
  background: #1e1a18;
  border: none;
  padding: 5px 10px;
  outline: 0;
}

#footer .newsletterbar .newsletter a {
  height: 35px;
    line-height: 37px;
    display: inline-block;
    margin-left: -3px;
    background: #35312d;
    width: 35px;
    text-align: center;
    color: #c1b497 !important;
    position: relative;
    padding: 0;
    border-radius: 0;
    top: -1px;
}

#footer .newsletterbar .newsletter .footer-text {
  margin-bottom: 20px;
}

#footer .social-list i {
  display: inline-block;
  width: 25px;
}

#footer .main-footer {
	margin-top: 0px;
}

#footer .footer-delivery{
  padding: 15px 15px 0 15px;
  color: #c2b49a;
  font-size: 14px;
}

#header .main-header .user-login-block .dark{
  margin-bottom: -5px;
}

.top-usp{
  text-align: center;
  padding: 10px 0;
  background-color: #c1b497;
}

.cart-block-wrap .currencies span {
	font-weight: 700;
  color: #c1b497;
  display: inline-block;
  vertical-align: middle;
}

.cart-block-wrap .currencies-dropdown {
	background: #24211d;
}

.cart-block-wrap .currencies-dropdown a {
	font-weight: 700;
  color: #c1b497 !important;
}

#header .main-header .currencies{
  position: relative;
}

.currencies-inner .currencies-dropdown {
	list-style: none;
  padding: 10px;
  display: none;
  position: absolute;
  right: -10px;
  z-index: 9999;
}

.currencies-inner .currencies-dropdown li{
  padding: 5px 0;
}

.currencies-inner:hover .currencies-dropdown {
	display: block;
}

.home-banners {
	margin-top: -5px;
  margin-bottom: -1px;
}

.home-banners .home-banner1 {
	background:url(home-banner-1.jpg) center center;
  height: 1000px;
  background-size: cover;
}

.home-banners .home-banner2 {
	background:url(home-banner-2.jpg) center center;
  height: 1000px;
  background-size: cover;
}

.home-banners > div > a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.productimages img {
  width: 100%;
}

.productimages {
  position: relative;
  overflow: scroll;
  width: calc(100% + 15px);
}

.productimages .productimage {
  background-color: #fbfaf6;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.productimages .productimage:last-child {
  margin: 0 !important;
}

.productimages .productimage img {
  opacity: 0;
}

/*.productimages::-webkit-scrollbar {*/
/*    display: none;*/
/*    -ms-overflow-style: none;*/
/*}*/

.productpage-top {
  padding: 30px 0px;
}

.product-image-wrap {
  overflow-x: hidden;
}

.product-image-wrap .dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-image-wrap .dots span {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  margin-bottom: 5px;

}

.product-image-wrap .dots span.active {
  background: brown;
  border-color: brown;
}

.product-info h1 {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700 !important;
  font-weight: lighter;
}

.product-info .price{
  padding-bottom: 10px;
}

.product-info .subtitle{
  text-transform: uppercase;
  padding-bottom: 10px;
}

.product-info .title-wrap {
  margin-bottom: 5px;
}

.product-info .price .new-price {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  font-weight: normal;
}

#cart-popup {
  display: none;
}

.product-info .cart a.btn:hover {
  background: #00aa65;
  opacity: 1 !important;
}

#cart-popup .popup-inner .popup-top {
  padding: 20px;
  background: #c1b497;
      font-weight: bold;
    font-size: 14px;
  text-align: center;
}

#cart-popup .popup-inner .popup-top .product-title {
  margin-top: 13px;
  font-weight: normal;
}

#cart-popup  .product-usp {
    padding-top: 13px;
    font-size: 12px;
    font-weight: normal;
  padding-bottom: 0;
}

#cart-popup .popup-inner .popup-bottom {
  padding: 20px;
  font-size: 16px;
  text-align:center;
}

#cart-popup .popup-inner .popup-bottom a {
  font-size: 14px;
  color: #c1b497;
}

#cart-popup .popup-inner .popup-bottom .btn {
  background: #c1b497;
  font-weight: bold;
  color: white;
  margin-right: 8px;
  padding: 10px 15px;
}

.product-info .description {
  margin-bottom: 0;
  font-size: 12px;
}

.product-option {
  margin-bottom: 0;
}

.product-configure-variants {
  display: none;
}

.custom-var {
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.custom-var .ui.selection.dropdown {
  display: flex;
  border: 0;
  width: 100%;
  color: #000;
  padding-bottom: 7px;
  border-radius: 2px;
  font-size: 14px;
  border-bottom: 2px solid #000;
}

.custom-var .ui.selection.dropdown .dropdown.icon {
  border: 0;
  background: 0;
  color: #000;
}

.custom-var label {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  margin-right: 15px;
}

.custom-var .var-box {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f6f5ef;
  font-size: 16px;
  margin-right: 5px;
}

.custom-var .var-box:hover {
  background: #c1b497;
  color: #fff;
}

.custom-var .var-box.active {
  background: #282828;
  color: #fff;
}

.size-popup {
  display: inline-block;
}

.size-popup a,
.measure-popup a{
  font-size: 14px;
  border-bottom: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.size-popup a:hover {
  border-color: #000;
  color: #c1b497;
}

.size-division {
  margin-left: 10px;
  margin-right: 10px;
}
.info-tabs {
  margin-top: 40px;
}

.info-tabs .tab-title {
  color: #575757;
  padding-bottom: 7px;
  border-bottom: 1px solid #575757;
  border-radius: 2px;
  font-size: 14px;
}

.info-tabs .tab1 {
  margin-bottom: 20px;
}

.info-tabs .tab-title i {
  float: right;
  position: relative;
  top: 5px;
  right: 5px;
}

p:empty {
	display: none;
}

.info-tabs .tab-content {
  padding-top: 20px;
  display: none;
}

.productpage-bottom {
  margin-top: 80px;
}

.productpage-bottom .title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.productpage-bottom .video-box {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.productpage-bottom .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.products {
  margin-top: 50px;
}

.grid-item-small {
  width: 33.33334%;
}

.grid-item-med {
  width: 49%;
}

.grid-item-large {
  width: 66.66667%;
  display: table;
}

.grid-item-large .product-inner {
  display: table-cell;
  vertical-align: middle;
}

.grid-sizer{ 
  width: 16.66667%;
}

.products .product {
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

/* .products .product-5,
.products .product-16,
.products .product-27,
.products .product-38,
.products .product-49,
.products .product-60,
.products .product-71,
.products .product-82 {
	border-bottom: 2px solid transparent;
} */

.products .product .product-inner {
  margin-bottom: 0px;
  overflow: hidden;
}

.products .product .info a.title {
    font-weight: 500;
    font-size: 13px;
  display: block;
  height: initial;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.products .product.special-product .info .price .new-price {
  line-height: initial;
  font-size: 13px;
  color: #c1b497;
}

.products .product.special-product .info .price .old-price {
  line-height: 20px;
}

.products .product .product-inner .image-wrap {
  
  -webkit-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}


.products .product .product-inner .image-wrap .flipper {
  -webkit-transition: 0.8s;
	-webkit-transform-style: preserve-3d;

	-moz-transition:  0.8s;
	-moz-transform-style: preserve-3d;
  
  -o-transition:  0.8s;
	-o-transform-style: preserve-3d;

	transition:  0.8s;
	transform-style: preserve-3d;
}

.main-content {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 10;
}

.loader span {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
      display: block;
    width: 50px;
    height: 50px;
    border: solid 6px #ccc;
    border-radius: 100%;
    border-top-color: #c1b497;
    margin: 0 auto;
    margin-top: 100px;
}

.celeb-article img {
  width: 100%;
}

.celeb-article {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}

.celeb-article .info {
  padding: 30px;
}

.celeb-article .info .subtitle {
  font-size: 12px;
  color: #aaa;
  text-decoration: underline;
}

.celeb-article .info .title {
  font-size: 20px;
  line-height: 25px;
  color: #363839;
  font-weight: 800;
  margin: 5px 0px 15px 0px;
}

.celeb-article .info .description {
  font-size: 13px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
}

.gui a[title ="Ga verder met winkelen"], 
.gui a[title ="Continue shopping"] {
	color: #c1b497;
}

#gui-form-cart .gui-button-small {
	background: #76C619 !important;
  border-color: #76C619 !important;
  color: #fff !important;
}

.gui-div-cart-sum a.gui-button-large.gui-button-action,
.gui a.gui-button-large.gui-button-action, 
.gui a.gui-button-small.gui-button-action{
	background-color: #008542 !important;
  border-color: #008542 !important;
  color: #fff !important;
}

.gui-form .gui-text {
  border: 1px solid #ccc;
}

.account-page {
  background: #e7e7e7;
  margin-bottom: -50px;
}

.account-page .gui-content-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.account-page .gui-block-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background: #e7e7e7;
  padding: 0
}

.account-page .gui-buttons .gui-button-small {
  background: #c1b497 !important;
  border-color: #c1b497 !important;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0;

}

.account-page .gui-form {
  margin-top: 10px;
}

.account-page .gui-form .gui-field {
  margin-top: 10px;
}

.account-page .gui-form .gui-input input {
  border: 0;
  outline: 0;
  height: 40px;
}

.account-page .gui-form .gui-input {
  border: 0;
  outline: 0;
}

.account-page .gui-form label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}

.account-page .gui-block-title strong {
  font-weight: 300;
}

.about-page {
  margin-top: 50px;
}

.about-page.norm-textpage {
	margin-top: 0;
}

.page-top {
	margin-bottom: 0;
}

.icon-page .icon-page-banner {
	padding: 50px 0;
  overflow: auto;
}

.icon-page .icon-page-banner .text-box .title {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #dec9b5;
  border-bottom: 1px solid #000;
}

.icon-page .icon-page-banner .text-box .text {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 200;
}


.icon-page img {
	max-width: 100%;
}

.about-page img {
  max-width: 100%;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5 {
  font-size: 20px;
  font-weight: normal;
  color: #c1b497;
  margin-bottom: 10px;
}

.collectionspage {
  margin-top: 50px;
 
}

.collections-image:hover img {
  opacity: 0.75;
}

.collections-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.collections-image img {
  width: 100%;
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.collections-image .collections-text {
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10px;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.collections-image:hover .collections-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.cart-open .open-cart {
  color: #c1b497 !important;
}

#header .main-header .cart .icon{
  margin-right: 0;
}

.new-cart-dropdown {
  position: absolute;
  width: 250px;
  right: 0;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  top: 35px;
}

.new-cart-dropdown .cart-title {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.new-cart-dropdown .empty-cart {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #000;
}

.new-cart-dropdown .cart-products {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.new-cart-dropdown .cart-product {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}

.new-cart-dropdown .cart-product:last-child {
  border-bottom: 0;
}

.new-cart-dropdown .cart-product img {
  width: 100%;
}

.new-cart-dropdown .cart-product .info {
  text-align: left;
  color: #000;
}

.new-cart-dropdown .cart-product .info .cart-product-title {
  font-size: 12px;
  margin-bottom: 5px;
}

.new-cart-dropdown .cart-product .info .cart-product-info {
  font-size: 11px;
  color: #8a8a8a;
  line-height: 20px;
}

.new-cart-dropdown .cart-total {
  font-size: 16px;
  padding: 15px 10px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.new-cart-dropdown .cart-total .subtotal {
  text-align: left;
}

.new-cart-dropdown .cart-buttons {
  padding: 15px 10px;
}

.new-cart-dropdown .cart-buttons .express {
  font-size: 15px;
	padding-bottom: 15px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.new-cart-dropdown .cart-buttons .cart-button {
  display: block;
  text-align: center;
  padding: 10px 10px;
}

.new-cart-dropdown .cart-buttons .cart-button.button1 {
  border: 2px solid #c1b497;
  background: #c1b497;
  color: #fff;
  margin-bottom: 10px;
}

.new-cart-dropdown .cart-buttons .cart-button.button2 {
  border: 2px solid #000;
  background: #fff !important;
  color: #000 !important;
}

.new-cart-dropdown .cart-buttons .cart-button:hover {
  opacity: 0.8;
}

.new-cart-dropdown.dropdown-mob {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  top: 25px;
  z-index: 100;
  top: 100px;
  opacity: 1;
  visibility: visible;
  display: none;
}


.cart-open:hover .new-cart-dropdown {
  visibility: visible;
  opacity: 1;
}

.copy {
  font-size: 12px;
}

.copy a {
  font-size: 12px
}

.mob-copy.copy {
  margin-top: 20px;
}

.gui-cart-sum .gui-item .cart-usp {
  font-size: 13px;
  text-align: right;
  font-weight: 600;
  padding-top: 10px;
}

.product-images-carousel .carousel{
  position: relative;
}

.product-images-carousel .arrow{
  position: absolute;
  top: calc(50% - 21px);
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #fcfcfc;
  color: #1d2856;
  font-size: 21px;
  z-index: 99;
  cursor: pointer;
}

.product-images-carousel .arrow.prev{
	left:15px;
}

.product-images-carousel .arrow.next{
  right:15px;
}

.product-images-carousel .item .image{
  position: relative;
}

.product-images-carousel .item .image:after{
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.025);
}

.product-info .cart a.btn {
  flex-grow: 10;
  height: 50px;
  line-height: 50px;
  width: 250px;
  text-transform: uppercase;
  font-size: 15px;
}

.product-info .delivery{
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-info .payments{
  padding-bottom: 15px;
}
.product-info .payments {
  margin-top: 15px;
}
.product-info .payments .text {
  font-size: 22px;
}

.product-info .wishlist a{
  height: 50px;
  padding: 0px 10px;
  font-weight: 600;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  border:0;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-info .wishlist a:hover{
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.product-info .wishlist a i{
  padding-left: 5px;
}

.product-info .payments img{
  width: 60px;
}

.product-extra{
  margin-top: 50px;
}

.product-extra .usp-image{
  margin-bottom: 75px;
}

.product-extra .usp-image img{
  max-width: 100%;
}

.product-extra .help-container{
  margin-bottom: 50px;
}

.product-extra .help-container .help-inner{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.product-extra .help-container .help-inner a img{
  width: 50px;
}

.product-extra .personal-wrapping{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
}

.product-extra .related-products{
  padding: 50px 0;
  text-align: center;
}

.product-extra .related-products .related-title{
  padding-bottom: 50px;
  font-size: 21px;
  text-transform: uppercase;
}

.product-extra .related-products .related-product{
  padding-bottom: 100px;
}

.carousel .item .video-impressie video{
  height: 100%;
  margin: 0;
}
@media(max-width: 767px){
  .info-tabs .tab-title i {
    font-size: 12px;
  }
  .fancybox-inner{
    height: auto !important;
  }
	.fancybox-image{
		height: auto;
    width: 100%;
    max-height: unset !important;
    max-width: 100%;
  }
}
/*==========Blogs=============*/
.articles .article {
  margin-bottom:30px;
  border-radius:3px;
}
.articles .article .info {
  padding:20px;
  background-color: #f7f7f7;
}
.articles .article .info .button-publish-wrap{
  display: table;
  width: 100%;
}
.articles .article .info .button-publish-wrap .publish-date {
  color:#c1b497;
  font-size: 12px;
  margin-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.articles .article .article-title {
  text-transform: inherit;
  font-weight: bold;
  color: #282828;
  font-size: 20px;
  height: 50px;
  line-height: 22px;
  overflow: hidden;
}
.articles .article .article-description {
  height: 80px;
  overflow: hidden;
  color:#999;
  font-size:14px;
  margin-bottom: 20px;
}
.articles .article .button-publish-wrap .article-buttons {
  text-align:left;
	display: table-cell;
  vertical-align: middle;
}
.articles .article .button-publish-wrap .article-buttons a.read-more {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0px;
  background: #c1b497;
  color: #fff;
  display:inline-block;
  font-size: 14px;
  font-weight:bold;
}
.complete-article .image-wrap img {
  border-radius:3px;
}
.complete-article .article-box {
  padding: 0px 30px;
}
.complete-article .article-box .article-content {
  background: #fff;
  padding: 50px;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  margin-bottom: 50px;
  font-size:15px;
  color:#777;
}
.complete-article .article-box .article-content h2 {
  font-size:20px;
}
.complete-article .article-box .article-content .article-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: inherit;
  color: #333;
  margin-bottom: 20px;
}
.complete-article .article-box .article-content .publish-date {
  color:#95a5a6;
  font-size: 13px;
  margin-bottom: 5px;
  font-style: italic;
}
.blog-sidebar .sidebar-inner {
  border-right: 1px solid #eee;
  padding-right: 30px;
}
.recent-article {
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin-bottom:20px;
}
.recent-article.last {
  border:none;
  margin:0;
}
.recent-article .image-wrap {
  float:left;
  width:25%;
}
.recent-article .image-wrap img {
  border-radius:3px;
}
.recent-article .info {
  width:75%;
  float:left;
  padding-left:15px;
}
.recent-article .info .article-title {
  font-weight: bold;
  color: #1a5567;
  text-transform: inherit;
  display: block;
  max-height:40px;
  overflow:hidden;
}
.recent-article .info .article-summary {
  max-height:60px;
  overflow:hidden;
  color:#95a5a6;
}
.sidebar-inner h3 {
  margin-bottom: 30px;
  color: #333;
  font-size: 20px;
  margin-top: 0px;
}
.complete-article .share h3 {
  margin-bottom:5px;
  color:#333;
}
.complete-article .share ul li {
  display:inline-block;
  font-size:20px;
  margin-right:10px;
}
.complete-article .share {
  margin-top:30px;
}
.complete-article .share ul {
  padding-left:0px;
}
.complete-article .share ul li a.facebook {
  color:#3b5998;
}
.complete-article .share ul li a.twitter {
  color:#55acee;
}
.complete-article .share ul li a.google {
  color:#dd4b39;
}
.complete-article .share ul li a.pinterest {
  color:#cb2027;
}
.reactions form input[type="text"],
.reactions form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 15px;
  margin-bottom:20px;
}
.reactions form textarea {
  padding: 15px;
  min-height: 180px;
  border-radius: 3px;
  max-width: 100%;
}
.reactions form label {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #95a5a6;
}
.reactions {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.reactions form .action a.button {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0px;
  background: #1a5567;
  color: #fff;
  text-transform: inehrit;
  display: inline-block;
  font-size:14px;
  font-weight:bold;
}
.reactions h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #333;
  font-size: 24px;
}
.post-description {
  height:90px;
  overflow:hidden;
}

/*==========End Blogs=============*/

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@media(min-width: 992px){
  .products .product .product-inner .first {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .products .product .product-inner .second {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .products .product .product-inner .image-wrap:hover .flipper {
  	-webkit-transform: rotateY(180deg);
  	        transform: rotateY(180deg);
  }
}

@media (min-width: 1200px) {
  #footer .newsletterbar .newsletter {
    padding: 0px 15px;
  }
  
  #footer .newsletterbar .footer-title {
    padding: 0px 15px;
    padding-top: 20px;
  }
  
  #footer .newsletterbar .newsletter input {
  width: 200px;
  }

}

@media (max-width: 1199px) {
  
  #header .main-header .usps-header a{
  font-size: 14px;
  }

  .home-banners .home-banner1 {
    height: 800px;
  }

  .home-banners .home-banner2 {
    height: 800px;
  }
  
  .size-popup{
    padding: 0;
  }
  
}

@media (max-width: 991px) {
  #header .main-header .cart{
    font-size: 14px;
  }
  .home-banners .home-banner1 {
  	height: 600px;
  }
  
  .home-banners .home-banner2 {
  	height: 600px;
  }
	#header .main-header .cart-block-wrap .user-login-block{
    display:table-caption;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .products .product{
    width: 50% !important;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    float: left;
    height: 320px !important;
    border-bottom: 2px solid #000 !important;
  }
  
  #header .main-header .currencies,
  #header .main-header .cart-open{
    display: block;
    width: 100%;
  }
  
  #header .main-header .currencies{
    padding-bottom: 10px;
  }
  
  #header .main-header .cart.cart-block-wrap .grid {
    float: right;
  }
  
  .new-cart-dropdown.desktop-dropdown {
    display: none !important;
  }
  
  .fixed-add-block {
    position: static;
    background: none;
    padding: 0;
    display: block !important;
  }
  
  #footer .main-footer {
    padding-bottom: 30px;
  }
  
  .grid-item-small {
    width: 100%;
  }

  .grid-item-med {
    width: 100%;
  }

  .grid-item-large {
    width: 100%;
    display: block;
    height: auto !important;
  }

  .celeb-articles {
    margin-top: 50px;
  }
  
  .icon-page .icon-page-banner {
		padding: 25px 0;
 		overflow: auto;
	}
  
  .icon-page .icon-page-banner .text-box {
    margin-bottom:25px;
    margin-top: 0;
  }
  
  .home-banners .home-banner1 {
  	height: 300px;
  }
  
  .home-banners .home-banner2 {
  	height: 300px;
  }
  
  .item.slide-1.with-mobile {
  	height: 300px !important;
  }
  
  .custom-var .var-box{
    margin-bottom: 10px;
  }
  
  .product-info .payments{
    padding-bottom: 25px;
  }
  
  .product-info .payments .payments-images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
/*   .product-info .cart {
    margin-bottom: 20px;
  }  */
  
  .product-info .cart a.btn,
  .product-info .wishlist a{
    width: 100%;
  }
  .top-filters .sort-on {
  	float: right;
    margin-bottom: 20px;
  }
  
  .top-filters form {
  	position: relative;
  }
  
/*   .complete-article .article-box {
    padding:0px 10px;
  }
  .complete-article .article-box .article-content {
    padding:25px;
  }
  .complete-article .article-box .article-content .article-title {
    word-break:break-word;
  } */
}

@media (max-width: 400px){
  .products .product{
    height: 250px !important;
  }
}

@media (max-width: 991px) {
  
 
  #footer .newsletterbar .newsletter input {
  width: calc(100% - 40px);
  }
  .fixed-add-block {
    position: relative;
    padding: 0;
    background: none;
  }
  
  .product-image-wrap {
    margin-bottom: 25px;
  }
  .new-cart-dropdown {
    left: -175px;
  }
}

.productpage .productpage-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.productpage .productpage-col {
	width: 100%;
  padding: 15px;
}

.productpage .productpage-col.productpage-col-50 {
	width: 50%;
}

.productpage .productpage-col.productpage-col-60 {
	width: 60%;
}

.productpage .productpage-col.productpage-col-40 {
	width: 40%;
}

.productpage .product-images .item:not(:last-child) {
	margin-bottom: 10px;
}

.productpage .product-images .image {
	position: relative;
  padding: 5%;
}

.productpage .product-images .image:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.productpage .product-images .item img,
.productpage .product-images .item video {
	margin: 0;
  width: 100%;
}

.productpage .related-products .custom.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productpage .related-products .title-small {
	font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.productpage .related-wrap,
.productpage .recent-products {
	margin: -10px;
}

.productpage .related-wrap .recent-product,
.productpage .recent-products .recent-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding: 10px;
}
.productpage .related-wrap .recent-product .inner,
.productpage .recent-products .recent-product .inner {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.07);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.productpage .related-wrap .recent-product .flex,
.productpage .recent-products .recent-product .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.productpage .related-wrap .recent-product  .image-wrap,
.productpage .recent-products .recent-product .image-wrap {
  min-width: unset;
  max-width: unset;
  min-height: 165px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.productpage .related-wrap .recent-product  .image-wrap img,
.productpage .recent-products .recent-product .image-wrap img {
	width: 100%;
  max-width: 150px;
  height: auto;
}
.productpage .related-wrap .recent-product .title,
.productpage .recent-products .recent-product .title {
  display: block;
  line-height: 1.5em;
  overflow: hidden;
  font-weight: bold;
}
.related-wrap .recent-product .price,
.recent-products .recent-product .price {
  margin-top: 3px;
  font-size: 1.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-wrap .recent-product .price .old-price,
.recent-products .recent-product .price .old-price {
	margin-right: 10px;
  opacity: .7;
  text-decoration: line-through;
}
.productpage .related-wrap .recent-product .link,
.productpage .recent-products .recent-product .link {
  margin-top: 10px;
}
.productpage .related-wrap .recent-product .link a,
.productpage .recent-products .recent-product .link a {
  width: 100%;
  height: 40px;
  background: #000;
  color: #fff;
  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: bold;
  border-radius: 0;
  font-size: 1em;
}

.productpage .custom-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.productpage .custom-labels .custom-label {
	padding: 5px;
}

.productpage .custom-labels .custom-label span {
  height: 30px;
  padding: 0 15px;
  background: #000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .05em;
}

.productpage .sizeguide-wrap {
  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;
  margin-bottom: 15px;
}

.productpage .calculate-size .input-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productpage .calculate-size label {
	font-weight: normal;
}

.productpage .calculate-size input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
  min-width: 70px;
  max-width: 70px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #000;
  margin-right: 5px;
  outline: none;
}

.productpage .calculate-size .calc-size {
	padding: 0 15px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  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: #000;
  color: #fff;
}
.productpage .popup-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.productpage .popup-wrap.align-left{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productpage .size-popup,
.productpage .measure-popup{
	white-space: nowrap;
}

.productpage .result > * {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  margin-top: 15px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}

.productpage .result > .no-match {
  background: #ff9000;
}

.productpage .result > .match {
  background: #008542;
}

.productpage .result a,
.productpage .result a:hover,
.productpage .result a:focus,
.productpage .result a:active {
	color: #fff;
  text-decoration: underline;
}
.productpage .product-usp{
  background: #e0d9bc;
  padding: 30px 0;
  margin-bottom: 50px;
}
.productpage .product-usp ul.usp-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productpage .product-usp ul.usp-wrap li.usp-item{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  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: #24211d;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
.productpage .product-usp ul.usp-wrap li.usp-item img{
	margin-right: 10px;
  height: 25px;
  width: auto;
}

.ui.selection.dropdown .text,
.native-select .active-value {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #575757;
}
.native-select .active-value,
.native-select i {
  display: none;
}

@media (min-width: 1200px) {
  .sm-container {
    max-width: 1500px;
  }
}

@media (min-width: 768px) {
  .productpage .product-info {
		position: sticky;
  }
}

@media (max-width: 1199px) {
	.productpage .recent-products .recent-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}
@media(max-width: 991px){
  .productpage .product-usp{
  	padding: 20px;
  }
}
@media (max-width: 767px) {
	.productpage .productpage-col.productpage-col-50,
  .productpage .productpage-col.productpage-col-40,
  .productpage .productpage-col.productpage-col-60{
    width: 100%;
  }
  
  .productpage .video-impressie {
    height: auto !important;
    padding-top: 100%;
    position: relative;
  }
  
  .productpage .video-impressie video {
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .productpage .recent-products .recent-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .productpage .product-usp {
  	padding: 15px;
    margin-bottom: unset;
    margin-top: 30px
  }
  .product-info .payments .text {
    font-size: 16px;
    text-align: center;
  }
  .product-info .payments img {
    width: 55px;
  }
  .custom-var {
    display: flex;
    flex-direction: column;
  }
  
  .native-select {
    --native_select_height: 35px;
    --native_select_large_height: 60px;
    --native_select_spacing: 20px;
  }
  
	.native-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
/*     padding-left: var(--native_select_spacing);
    padding-right: calc(var(--native_select_spacing) / 2); */
    height: var(--native_select_height);
    background: #fff;
    position: relative;
    border-bottom: 1px solid #000;
	}

  .native-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .native-select i {
    margin-left: var(--native_select_spacing);
    font-size: 16px;
    color: var(--accent);
    display: inline-block;
  }

  .native-select .active-value {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }
  .product-extra .help-container .help-inner {
    font-size: 14px;
  }
  .product-extra .help-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-extra .personal-wrapping {
    font-size: 17px;
    padding: 15px 0;
    border: none;
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 499px) {
  .product-extra .help-container,
  .product-extra .personal-wrapping {
   width: 90%; 
  }
  .productpage .recent-products .recent-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
/* Justin@Shopmonkey - 30/12/2020 - New Homepage - Start */
/* General */
.ul-reset{
	list-style: none;
  padding: 0;
  margin: 0;
}
/* Header */
#header-2020 .topbar{
	position: relative;
}
#header-2020 .topbar .inner{
	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;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .1em;
  font-size: 13px;
}
#header-2020 .topbar .close-topbar{
	position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px;
}
#header-2020 .alert-bar .inner{
	padding: 10px;
  letter-spacing: .1em;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
#header-2020 .alert-bar .alert-bar-text a{
	text-decoration: underline;
}
#header-2020 .main-header .inner{
  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;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
#header-2020 .main-header .header-col{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-2020 .main-header .header-col.header-tel{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header-2020 .main-header .header-col.header-tel a{
	margin-left: 5px;
  color: #fff;
  font-weight: 800;
}
#header-2020 .main-header .header-col.header-logo{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header-2020 .main-header .header-logo img {
  height: 100px;
  width: auto;
}
#header-2020 .main-header .header-col.header-icons{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header-2020 .main-header .open-menu{
	color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-2020 .main-header .open-menu span{
	margin-left: 5px;
  text-transform: uppercase;
  font-weight: 800;
  
}
#header-2020 .main-menu ul.sticky-icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-2020 .main-header ul.header-icons,
#header-2020 .main-menu ul.sticky-icons{
	margin: 0 -10px;
}
#header-2020 .main-header ul.header-icons li.header-icon,
#header-2020 .main-menu ul.sticky-icons li.header-icon{
	padding: 0 10px;
}
#header-2020 .main-header ul.header-icons li.header-icon i{
	color: #fff;
  font-size: 1.5em;
}
#header-2020 .main-menu ul.sticky-icons li.header-icon i{
	color: #fff;
  font-size: 1.2em;
}
#header-2020 .main-header ul.header-icons li.currencies,
#header-2020 .main-menu ul.sticky-icons li.currencies{
	position: relative;
}
#header-2020 .main-header ul.header-icons li.currencies span,
#header-2020 .main-menu ul.sticky-icons li.currencies span{
  font-weight: bold;
}
#header-2020 .main-header ul.header-icons li.currencies .currency-inner,
#header-2020 .main-menu ul.sticky-icons li.currencies .currency-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-2020 .main-header ul.header-icons li.currencies img,
#header-2020 .main-menu ul.sticky-icons li.currencies img{
  width: 30px;
  margin-right: 5px;
}
#header-2020 .main-header ul.header-icons li.currencies .currencies-dropdown,
#header-2020 .main-menu ul.sticky-icons li.currencies .currencies-dropdown{
	background: #24211d;
}
#header-2020 .main-header ul.header-icons li.currencies .currencies-dropdown a,
#header-2020 .main-menu ul.sticky-icons li.currencies .currencies-dropdown a{
	color: #fff;
}
#header-2020 .main-header ul.header-icons li.cart,
#header-2020 .main-menu ul.sticky-icons li.cart{
	position: relative;
}
#header-2020 .main-header ul.header-icons li.cart .quantity,
#header-2020 .main-menu ul.sticky-icons li.cart .quantity{
  position: absolute;
  bottom: -5px;
  right: 3px;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  text-align: center;
  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: bold;
  font-size: 10px;
  line-height: 15px;
}
#header-2020 .main-menu{
	background-color: #24211d;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  position: relative;
}
#header-2020 .main-menu .inner{
	padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  color: #fff;
}
#header-2020 .main-menu.sticky {
	position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#header-2020 .main-menu.sticky .inner{
	padding: 10px 0;
}
#header-2020 .main-menu .sticky-logo img{
	height: 50px;
  width: auto;
}
#header-2020 .main-menu.sticky ul.navigation-items{
	margin: 0 -10px;
}
#header-2020 .main-menu.sticky ul.navigation-items li.item{
	padding: 0 10px;
}
#header-2020 .main-menu ul.navigation-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
#header-2020 .main-menu.sticky ul.navigation-items .item.search{
	display: none;
}
#header-2020 .main-menu ul.navigation-items li.item{
	padding: 0 15px;
}
#header-2020 .main-menu ul.navigation-items li.item.search{
	border-left: 1px solid #fff;
  margin-left: 10px;
}
#header-2020 .main-menu ul.navigation-items li a{
	color: #fff;
  font-weight: 800;
  letter-spacing: .1em;
  font-size: 11px;
  text-transform: uppercase;
}
#header-2020 .main-menu ul.navigation-items li a:hover{
	color: #c1b497;
}
#header-2020 .main-menu ul.navigation-items li.item ul.sub{
	display: none;
  position: absolute;
  background: #24211d;
  z-index: 999;
  margin: 0;
}
#header-2020 .main-menu ul.navigation-items li.item ul.sub li a{
	font-weight: 800;
  font-size: 11px;
  letter-spacing: .1em;
  display: block;
  padding: 15px 20px;
}
#header-2020 .main-menu ul.navigation-items li.item:hover ul.sub{
	display: block;
}
#header-2020 .mega-menu{
	position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  z-index: 999;
  background: #e0d9bc;
}
#header-2020 .mega-menu .menus{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -15px;
}
#header-2020 .mega-menu .menus .menu{
	padding: 15px;
  width: 20%;
}
#header-2020 .mega-menu .menus .menu .title{
	margin-bottom: 15px;
}
#header-2020 .mega-menu .menus .menu a{
	color: #000;
}
#header-2020 .mega-menu .menus .menu li.sub-item a{
	font-weight: normal;
}
#header-2020 .main-menu ul.navigation-items li.item:hover .mega-menu{
	opacity: 1;
  visibility: visible;
}
@media(max-width: 1199px){
  #header-2020 .main-menu.sticky ul.navigation-items{
  	margin: 0 -5px;
  }
  #header-2020 .main-menu.sticky ul.navigation-items li.item{
  	padding: 0 5px;
    max-width: 100px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #header-2020 .main-menu ul.navigation-items{
  	margin: 0 -10px;
  }
  #header-2020 .main-menu ul.navigation-items li.item{
  	padding: 0 10px;
  }
}
@media(max-width: 991px){
  #header-2020 .main-header .menu-btn i{
    font-size: 1.3em;
    color: #fff;
  }
  #header-2020 .main-header .header-logo img{
  	height: 75px;
  }
  #header-2020 .main-header.sticky{
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media(max-width: 767px){
  #header-2020 .topbar .inner,
  #header-2020 .alert-bar .inner{
  	padding: 6px 0;
    font-size: 12px;
  }
	#header-2020 .main-header .header-logo img{
  	height: 60px;
  }
}
/* End Header */
/* Live search */
.live-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36,33,29,0.98);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  padding-top: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.live-search.active {
  opacity: 1;
  visibility: visible;
}

.live-search .close-live-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.3em;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
}

.live-search .inner {
  max-width: 900px;
  width: 100%;
}

.live-search .top-wrap {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}

.live-search.active .top-wrap {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.live-search .top-wrap .search-title {
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.live-search .top-wrap form {
  position: relative;
}

.live-search .top-wrap form input {
  width: 100%;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 0;
}

.live-search .top-wrap form input:focus {
  border-color: #fff;
}

.live-search .top-wrap form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888;
}

.live-search .top-wrap form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}

.live-search .top-wrap form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}

.live-search .top-wrap form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}

.live-search .top-wrap form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}

.live-search .top-wrap form .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.live-search .top-wrap form input:focus ~ .icon {
  opacity: 1;
}

.search-autocomplete {
  margin-top: 30px;
  color: #fff;
}

.search-autocomplete .products-livesearch ul li {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.search-autocomplete .products-livesearch ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.search-autocomplete .products-livesearch ul li:nth-child(3) {
  -webkit-transition-delay: calc(.15s * 2);
       -o-transition-delay: calc(.15s * 2);
          transition-delay: calc(.15s * 2);
}

.search-autocomplete .products-livesearch ul li:nth-child(4) {
  -webkit-transition-delay: calc(.15s * 3);
       -o-transition-delay: calc(.15s * 3);
          transition-delay: calc(.15s * 3);
}

.search-autocomplete .products-livesearch ul li:nth-child(5) {
  -webkit-transition-delay: calc(.15s * 4);
       -o-transition-delay: calc(.15s * 4);
          transition-delay: calc(.15s * 4);
}

.search-autocomplete .products-livesearch ul li:nth-child(6) {
  -webkit-transition-delay: calc(.15s * 5);
       -o-transition-delay: calc(.15s * 5);
          transition-delay: calc(.15s * 5);
}

.search-autocomplete .products-livesearch ul li:nth-child(7) {
  -webkit-transition-delay: calc(.15s * 6);
       -o-transition-delay: calc(.15s * 6);
          transition-delay: calc(.15s * 6);
}

.live-search.active .search-autocomplete .products-livesearch ul li.loaded {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.search-autocomplete .products-livesearch ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.search-autocomplete .products-livesearch ul li img {
  width: 70px;
}

.search-autocomplete .products-livesearch ul li .info {
  padding: 0 15px;
}

.search-autocomplete .products-livesearch ul li .info .title {
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .1em;
}

.search-autocomplete .products-livesearch ul li .info .price {
  opacity: .8;
  margin-top: 3px;
}

.search-autocomplete .products-livesearch ul li .link {
  margin-left: auto;
}

.search-autocomplete .products-livesearch ul li.final-link .link {
	margin: 0 auto;
  font-weight: bold;
}

.search-autocomplete .notfound {
  display: none;
  font-size: 14px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display: block;
}

@media (max-width: 1199px) {
  .search-autocomplete .products-livesearch ul li img {
    width: 60px;
  }
}

@media (max-width: 991px) {
	.live-search .close-live-search {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .live-search {
    padding-top: 20%;
  }
  
  .live-search .close-live-search {
    width: 40px;
    height: 40px;
    font-size: 1.6em;
  }
  
  .live-search .top-wrap .search-title {
    font-size: 1.4em;
  }
  
  .live-search .top-wrap form input {
    font-size: 16px;
  }
  
  .live-search .top-wrap form .icon {
    font-size: 22px;
  }
}
/* End live search */
/* Footer */
#footer-2020 .footer-top{
  background: #24211d;
  border-bottom: 1px solid #999;
}
#footer-2020 .footer-top .newsletter-title{
	margin-bottom: 20px;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
}
#footer-2020 .footer-top .inner{
	padding: 30px 0;
}
#footer-2020 .footer-top .newsletter{
	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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
#footer-2020 .footer-top #formNewsletter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#footer-2020 .footer-top .newsletter input{
  border: 0;
  outline: 0;
  background: none;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#footer-2020 .footer-top .newsletter input::-webkit-input-placeholder{
	color: #999;
}
#footer-2020 .footer-top .newsletter input::-moz-placeholder{
	color: #999;
}
#footer-2020 .footer-top .newsletter input:-ms-input-placeholder{
	color: #999;
}
#footer-2020 .footer-top .newsletter input::-ms-input-placeholder{
	color: #999;
}
#footer-2020 .footer-top .newsletter input::placeholder{
	color: #999;
}
#footer-2020 .footer-top .newsletter .btn{
	background: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#footer-2020 .main-footer {
	background: #24211d;
  padding: 50px 0;
  color: #fff;
}

#footer-2020 .main-footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -15px;
}

#footer-2020 .main-footer .footer-col {
	padding: 15px;
}

#footer-2020 .main-footer .footer-title {
  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;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  font-size: 0.95em;
}

#footer-2020 .main-footer .footer-title .plusmin {
	width: 10px;
  height: 10px;
  position: relative;
}

#footer-2020 .main-footer .footer-title .plusmin:before,
#footer-2020 .main-footer .footer-title .plusmin:after {
	content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #c1b497;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#footer-2020 .main-footer .footer-title .plusmin:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

#footer-2020 .main-footer .footer-links-wrap.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-2020 .main-footer .footer-links{
	margin: -5px 0;
}
#footer-2020 .main-footer .footer-links li{
	padding: 5px 0;
}
#footer-2020 .main-footer .footer-links li a{
	color: #999;
  display: block;
  font-size: 12px;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}
#footer-2020 .main-footer .socials{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
#footer-2020 .main-footer .socials li{
	padding: 5px;
}
#footer-2020 .main-footer .socials i{
	color: #999;
  font-size: 1.2em;
}
#footer-2020 .footer-bottom {
  background: #24211d;
  border-top: 1px solid #999;
}
#footer-2020 .footer-bottom .inner {
  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;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  padding: 10px 0;
}
@media(min-width: 1200px){
	#footer-2020 .main-footer .footer-links li:hover a{
    color: #fff;
  }
}
@media (max-width: 1199px) {
  #footer-2020 .footer-bottom .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  
  #footer-2020 .footer-bottom .copyright {
  	text-align: center;
    margin-bottom: 10px;
  }
  
  #footer-2020 .footer-bottom .payments {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
}

@media (max-width: 991px) {
  #footer-2020 .main-footer{
  	padding: 30px 0;
  }
  #footer-2020 .main-footer .inner {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: 0;
    border-right: 1px solid #999;
    padding-right: 40px;
  }
  
  #footer-2020 .main-footer .footer-col {
  	padding: 0;
  }
  
  #footer-2020 .main-footer .footer-links-wrap {
    padding: 15px 0;
  }
  
  #footer-2020 .main-footer .footer-title {
  	margin: 0;
    font-size: 1em;
  }
  
  #footer-2020 .main-footer .footer-links {
  	display: none;
    margin: unset;
  }
}
@media(max-width: 767px){
	#footer-2020 .main-footer .footer-title{
  	font-size: 0.95em;
  }
  #footer-2020 .main-footer .inner{
  	padding-right: unset;
    border-right: unset;
  }
  #header-2020 .main-header .menu-btn i,
  #header-2020 .main-header ul.header-icons li.header-icon i{
  	font-size: 1.2em;
  }
  #header-2020 .main-header ul.header-icons{
    margin: 0 -5px;
  }
  #header-2020 .main-header ul.header-icons li.header-icon{
    padding: 0 5px;
  }
  #header-2020 .main-header ul.header-icons li.cart .quantity{
    right: -3px;
  }
}
/* End Footer */
/* Homepage Start */
#home-2020 .sm-headline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	min-height: 750px;
  position: relative;
}
#home-2020 .sm-headline-2,
#home-2020 .sm-headline-3,
#home-2020 .sm-headline-4{
	margin-top: 6px;
}
#home-2020 .sm-headline .video-bg{
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
#home-2020 .sm-headline .video-bg .vid{
	width: 100%;
  height: 100%;
}
#home-2020 .sm-headline .video-bg .vid video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#home-2020 .sm-headline .image-bg,
#home-2020 .sm-headline .no-bg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
}
#home-2020 .sm-headline .overlay{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.35);
}
#home-2020 .sm-headline .inner{
	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;
  height: 100%;
}
#home-2020 .sm-headline .inner .text-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#home-2020 .sm-headline .headline-title{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2em;
  color: #fff;
}
#home-2020 .sm-headline .headline-subtitle{
  text-decoration: underline;
  font-size: 1.1em;
  color: #fff;
  line-height: 2em;
}
#home-2020 .sm-headline .headline-slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#home-2020 .sm-headline .headline-slider .owl-stage-outer,
#home-2020 .sm-headline .headline-slider .owl-stage-outer .owl-stage,
#home-2020 .sm-headline .headline-slider .owl-stage-outer .owl-stage .owl-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#home-2020 .sm-headline .headline-slider .headline-slide{
	background-color: #eee;
  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;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-2020 .sm-headline .headline-slider .headline-slide .overlay{
	background: rgba(0,0,0,0.35);
}
#home-2020 .sm-headline .headline-slider .headline-slide .text-box{
	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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
#home-2020 .sm-headline .headline-slider .owl-dots{
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home-2020 .sm-headline .headline-slider .owl-dots .owl-dot{
	height: 4px;
  width: 30px;
  background-color: #fff;
  margin: 2px;
  opacity: 0.4;
}
#home-2020 .sm-headline .headline-slider .owl-dots .owl-dot.active{
	opacity: 1;
}
#home-2020 .sm-headline .split-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#home-2020 .sm-headline .split-inner .half{
	width: 50%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-2020 .sm-headline .split-inner .half:first-child{
	margin-right: 3px;
}
#home-2020 .sm-headline .split-inner .half:last-child{
	margin-left: 3px;
}
#home-2020 .sm-headline .split-inner .half .text-box{
	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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0,0,0,0.35);
  color: #fff;
}
#home-2020 .home-usp{
	background: #e0d9bc;
  padding: 30px 0;
}
#home-2020 .home-usp-slider .owl-stage-outer,
#home-2020 .home-usp-slider .owl-stage-outer .owl-stage,
  #home-2020 .home-usp-slider .owl-stage-outer .owl-stage .owl-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#home-2020 .home-usp ul.usp-wrap li.usp-item{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  text-align: center;
  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;
  position: relative;
}
#home-2020 .home-usp ul.usp-wrap li.usp-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	color: #24211d;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
#home-2020 .home-usp ul.usp-wrap li.usp-item img{
	margin-right: 10px;
  height: 25px;
  width: auto;
}
#home-2020 .home-usp ul.usp-wrap li.usp-item .usp-tooltip{
	position: absolute;
	top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background: #000;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  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;
}
@media(min-width: 1200px){
  #home-2020 .home-usp ul.usp-wrap li.usp-item:hover .usp-tooltip{
    opacity: 1;
    visibility: visible;
  }
}
@media(max-width: 1199px){
	#home-2020 .sm-headline{
    min-height: 500px;
  }
  #home-2020 .sm-headline .video-bg{
    height: 500px;
  }
}
@media(max-width: 991px){
	#home-2020 .sm-headline{
    min-height: 350px;
  }
  #home-2020 .sm-headline .video-bg{
    height: 350px;
  }
  #home-2020 .sm-headline-4{
  	height: 700px;
  }
  #home-2020 .sm-headline-2, #home-2020 .sm-headline-3, #home-2020 .sm-headline-4{
  	margin-top: 4px;
  }
  #home-2020 .sm-headline .split-inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #home-2020 .sm-headline .split-inner .half{
  	width: 100%;
    height: 50%;
  }
  #home-2020 .sm-headline .split-inner .half:first-child{
    margin-right: unset;
  }
  #home-2020 .sm-headline .split-inner .half:last-child{
    margin-left: unset;
    margin-top: 4px;
  }
  #home-2020 .home-usp{
  	padding: 15px 0;
  }
  
}
@media(max-width: 767px){
  #home-2020 .sm-headline{
    min-height: 300px;
  }
  #home-2020 .sm-headline .video-bg{
    height: 300px;
  }
  #home-2020 .sm-headline-4{
  	height: 600px;
  }
	#home-2020 .sm-headline .headline-title{
  	font-size: 1.5em;
  }
  #home-2020 .sm-headline .headline-slider .owl-dots{
  	bottom: 30px;
  }
  #home-2020 .sm-headline .headline-slider .owl-dots .owl-dot{
  	width: 25px;
  }
  #home-2020 .sm-headline-2, #home-2020 .sm-headline-3, #home-2020 .sm-headline-4{
  	margin-top: 3px;
  }
  #home-2020 .sm-headline .split-inner .half:last-child{
    margin-top: 3px;
  }
}
/* Homepage End */
/* Justin@Shopmonkey - 30/12/2020 - New Homepage - End */
.products .custom-labels{
	position: absolute;
  top: 0;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -3px;
  z-index: 1;
  width: 100%;
}
.products .custom-labels .custom-label{
	color: #fff;
  background: #e1d9be;
  padding: 7px 40px;
  margin: 3px;
  width: 200px;
  font-size: 12px;
  text-align: center;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  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;
}
.products .product.special-product .info,
.products .product .info {
	background: #f7f7f7;
  padding: 15px;
}

.products .product {
	padding: 0;
  margin-bottom: 50px;
  border: none !important;
}
@media(max-width: 1199px){
	.products .custom-labels .custom-label{
  	width: 180px;
  }
}
@media(max-width: 991px){
	.products .custom-labels .custom-label{
  	padding: 5px 10px;
  	width: 160px;
  }
}
@media (max-width: 767px) {
	.products .product.special-product .info,
  .products .product .info {
    padding: 15px;
  }
  
  .products .product .info a.title {
    height: 4em;
    overflow: hidden;
  }
  .products .custom-labels .custom-label{
  	font-size: 11px;
    margin: 3px 3px 0 3px;
  	padding: 2px 8px;
  	width: -webkit-fit-content;
  	width: -moz-fit-content;
  	width: fit-content;
  }
}

@media (max-width: 400px) {
  .products .product {
    height: auto !important;
  }
}
/* Productpage new images layout - start */
.productpage-2021 .productpage-col .product-images{
	display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -7px;
}
.productpage-2021 .productpage-col .image-wrap{
  padding: 7px;
}
.productpage-2021 .productpage-col .image-wrap.width-100{
	width: 100%;
}
.productpage-2021 .productpage-col .image-wrap.width-100 .image{
	padding: 5% 20%;
}
.productpage-2021 .productpage-col .image-wrap.width-50{
	width: calc(100%/2);
}
.productpage-2021 .product-images .item.video-impressie{
	height: 100%;
}
.productpage-2021 .product-images .image{
	height: 100%;
}
.productpage-2021 .product-images .item video{
  height: 100%;
  object-fit: cover;
}
.productpage-2021 .productpage-col .celebrities-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px -7px;
}

.productpage-2021 .productpage-col .celebrities-wrap .celebrity {
  width: calc(100% / 4);
  max-width: calc(100% / 4);
  min-width: calc(100% / 4);
  padding: 7px;
}

.productpage-2021 .productpage-col .celebrities-wrap .image-wrap {
  padding: 0px;
}

.productpage-2021 .productpage-col .celebrities-wrap .image-wrap img {
  width: 100%;
}

.productpage-2021 .productpage-col .celebrities-wrap .celebrity .info.title {
	padding-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #000;
  height: 44px;
}
@media(max-width: 1199px){
	.productpage-2021 .productpage-col.productpage-col-60{
  	width: 50%;
  }
  .productpage-2021 .productpage-col .product-images{
    margin: -5px;
  }
  .productpage-2021 .productpage-col .image-wrap{
    padding: 5px;
  }
}
@media(max-width: 991px){
	.productpage-2021 .productpage-col.productpage-col-60,
  .productpage-2021 .productpage-col.productpage-col-40,
  .productpage-2021 .productpage-col .image-wrap.width-50{
  	width: 100%;
  }
  .productpage-2021 .product-images .owl-nav .owl-prev,
  .productpage-2021 .product-images .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #fff;
    color: #000;
    min-height: 35px;
    max-height: 35px;
    min-width: 35px;
    max-width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
  }
  .productpage-2021 .product-images .owl-nav .owl-next{
    left: unset;
    right: 15px;
  }
  .productpage-2021 .product-images .owl-dots{
  	display: flex;
    align-items: center;
    justify-content: center;
    margin: -3px;
  }
  .productpage-2021 .product-images .owl-controls{
  	display: flex;
    flex-grow: 10;
    justify-content: center;
    margin: 10px 0;
  }
  .productpage-2021 .product-images .owl-dots .owl-dot{
  	min-height: 6px;
    max-height: 6px;
    min-width: 6px;
    max-width: 6px;
    border-radius: 100%;
    background-color: #d3c3d3;
    margin: 3px;
  }
  .productpage-2021 .product-images .owl-dots .owl-dot.active{
  	background-color: #000;
  }
  .productpage-2021 .productpage-col .image-wrap.width-100 .image,
  .productpage-2021 .product-images .image{
  	padding: 5%;
  }
  .productpage-2021 .product-images .owl-stage,
  .productpage-2021 .product-images .owl-stage .owl-item{
  	display: flex;
    align-items: stretch;
  }
  .productpage-2021 .productpage-col .celebrities-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px -7px;
    flex-wrap: wrap;
  }

  .productpage-2021 .productpage-col .celebrities-wrap .celebrity {
    width: calc(100% / 2);
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
    padding: 7px;
  }
}
@media(max-width: 767px){
	.productpage-2021 .product-images .owl-nav .owl-prev, 
  .productpage-2021 .product-images .owl-nav .owl-next{
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;
    font-size: 1.3em;
  }
}
/* Productpage new images layout - end */

.gui-checkout .step-shipment .gui-shipment-method-form { display: block; }
/* .shipping-notification {padding-left: 22px;position: relative;font-size: 90%;margin-top: 10px} */

/* sticky header */
.sticky-product {
  background: #000;
}

.sticky-product .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.sticky-product .inner .product {
  display: flex;
  align-items: center;
}

.sticky-product .inner .title {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
	color: #fff;
  margin-left: 15px;
}

.sticky-product .cart-wrap {
  display: flex;
  align-items: center;
}

.sticky-product .price .new-price {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
}

.sticky-product .price .old-price {
  font-size: 16px;
  line-height: 16px;
  color: #f73400;
  font-weight: normal;
}

.sticky-product .cart-wrap .cart a.add-cart {
  background: #008542;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0px;
  margin-left: 15px;
}

.sticky-product .cart-wrap .cart a.btn {
    border-radius: 0px;
}

.sticky-product.active {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

 @media (max-width: 991px) {
   .product-info .cart {
      position: fixed;
      bottom: 0;
      background: #fff;
      width: calc(100%);
      left: 0px;
      bottom: 0px;
      padding: 10px;
      background: #fff;
      z-index: 9999;
      -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
      box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
   }
} 
/* end sticky header */
@media (max-width: 991px) {
  #product_configure_form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 999;
  }
  .sticky-cart-top {
    display: flex;
    flex-direction: row;
    margin: 10px;
	}
  .cart-top-left {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    padding: 3px;
    border-radius: 1px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart-top-right {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
		justify-content: center;
    padding-left: 15px;
    color: #fff;
  }
  .cart-top-right .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cart-top-right .price-wrap {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }
  .cart-top-right .price-wrap .price-old {
    margin-right: 15px;
    color: #575757;
  	text-decoration: line-through;
    font-size: 14px;
  }
  .var-stock-level {
    margin: 0 10px
  }
  .custom-var {
    margin: 5px 10px;
    width: calc(100% - 20px);
  }
  .product-info .cart {
    position: unset;
    background: #000;
    padding: 5px 10px 10px 10px;
  }
  .product-info .cart a.btn {
    opacity: 1;
    height: 40px;
    line-height: 40px;
  }
  .product-info .wishlist a {
    color: #FFF;
    background-color: #000;
    border: 1px solid #575757;
    height: 40px;
  }
  .product-info .wishlist a i {
    padding: 0;
    font-size: 20px;
    line-height: 40px;
  }
  .custom-var .ui.selection.dropdown {
    height: 40px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .custom-var .ui.selection.dropdown .dropdown.icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productpage-2021 .productpage-col.productpage-col-60, .productpage-2021 .productpage-col.productpage-col-40, .productpage-2021 .productpage-col .image-wrap.width-50 {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cart-top-right .title {
    font-size: 14px;
  }
  .cart-top-right .price-wrap {
    font-size: 14px;
  }
  .cart-top-right .price-wrap .price-old {
    font-size: 13px;
  }
  .native-select {
    padding: 0 10px;
  }
  
  .custom-var .ui.selection.dropdown {
    height: unset;
  }
  .custom-var .ui.selection.dropdown .dropdown.icon {
    width: 30px;
    height: 30px;
  }
}

.tabs-wrap .pages .page {
/*   display:none; */
  height: 0; 
  overflow: hidden;
}
.tabs-wrap .pages .page.active {
  height: auto;
/*   display:block; */
}

.productpage .related-wrap .title-small {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.related-wrap .tabs {
	margin:0;
  padding:0;
  list-style:none;
  padding-bottom:15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.related-wrap .tabs li {
	display:inline-block;
  padding:5px;
}

.related-wrap .tabs li a {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  padding:0 15px 10px 15px;
  color:#000;
  font-weight:600;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:none;
}
.related-wrap .tabs li a:hover {
  color: #c1b497;
}
.related-wrap .tabs li.active a {
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  font-weight: 700;
}
.related-wrap  .category .title {
  color: #000;    
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 0;
}
.related-wrap  .category .img-wrap {
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
}
.related-wrap  .category img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .productpage .related-wrap .title-small {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .related-wrap .tabs li a {
    font-size: 14px;
  }
}