:root {
  --block-spacing: 100px;
  --body-color: #595959;
  --black: #111111;
  --dark-grey: #302F2F;
  --light-grey: #7B7A7A;
  --border-grey: #DDDDDD;
  --block-grey: #F7F7F7; 
  --accent: #F39922;
  --accent-green: #00A72F;
  --accent-red: #A70000;
  --accent-pink: #E43188;
  --accent-trustpilot: #00C084;
  --accent-instagram: linear-gradient(118.01deg, #A73DAF 0%, #E23089 26.04%, #FF326E 51.56%, #FF6538 76.56%, #FFA036 100%);
  --overlay: rgba(0, 0, 0, 0.6);
  --overlay-top-bottom: 180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%;
	--shadow-large: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0px 20px 30px rgba(0, 0, 0, 0.1);
  --shadow-small: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  --border-radius-large: 30px;
  --border-radius-medium: 10px;
	--border-radius-small: 5px;
  --font-base: 16px;
  --font-title-large: 3.438em;
  --font-title-medium: 1.5em;
  --font-title-small: 1.250em;
  --topbar-height: 50px;
  --main-header-height: 100px;
  --logo-height: 65px;
  --btn-height-big: 70px;
 	--border-grey-hover: #ccc;
}
@font-face {
	font-display: swap;
}

body {
  margin: 0 !important;
	color: var(--body-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: var(--font-base);
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

img {
	width: auto;
  height: auto;
}

table {
	border-spacing: 0;
 	border-collapse: collapse;
}

.relative {
	position:relative;
}

.owl-prev,
.owl-next,
.owl-dots,
.owl-dot {
	outline: none;
}

.body-wrap {
  position:relative;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.body-wrap.cart-open {
  -webkit-transform: translate(-400px, 0px);
      -ms-transform: translate(-400px, 0px);
          transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.line-height {
	line-height: 1.875em;
}

a,
a:hover,
a:visited,
a:focus {
	color:inherit;
  text-decoration:none;
  outline:none;
}

.ul-reset {
	list-style: none;
  margin: 0;
  padding: 0;
}

.general-content {
  font-size: 1em;
  color: var(--light-grey);
}

.general-content strong {
	color: var(--dark-grey);
  font-weight: 500;
}

.general-content *:first-child {
	margin-top: 0;
}

.general-content *:last-child {
	margin-bottom: 0;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
	font-weight: bold;
  color: var(--dark-grey);
}

.general-content h1 {
	font-size:2.2em;
  margin-bottom: 20px;
}
.general-content h2 {
	font-size:2em;
  margin-bottom: 20px;
}
.general-content h3 {
	font-size:1.8em;
  margin-bottom: 20px;
}
.general-content h4 {
	font-size:1.6em;
  margin-bottom: 15px;
}
.general-content h5 {
	font-size:1.4em;
  margin-bottom: 10px;
}
.general-content h6 {
	font-size:1.2em;
  margin-bottom: 10px;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
	text-decoration:underline;
  color: var(--accent);
}

.general-content ul {
	padding-left: 25px;
}

.general-content ul li {
	list-style: none;
  position: relative;
}

.general-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 15px;
}

.general-content img,
.general-content video {
	height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
	max-width: 100%;
}

.general-content table {
	width: 100%;
}

.general-content table tr td {
	padding: 5px 15px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  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;
  text-align: center;
	height: 60px;
  padding:0px 30px;
  background: var(--accent);
  color:#fff;
  font-weight:bold;
  font-size: 1.125em;
  text-transform: uppercase;
  border-radius: var(--border-radius-medium);
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn i {
  font-size: 1.2em;
} 

.btn i.before {
	margin-right: 10px;
}

.btn i.after {
	margin-left: 10px;
}
  
.btn:active,
.btn:focus,
.btn:visited,
.btn:hover {
	color:#fff;
}

.btn.btn-white {
	background: #fff;
  color: var(--dark-grey);
}

.btn.btn-small {
  height: 50px;
  padding: 0 20px;
  font-size: 1em;
}

.btn.btn-big {
	height:var(--btn-height-big);
}

.btn.btn-green {
	background: var(--accent-green);
}

.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.icon:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lazy-bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.lazy-blur {
	-webkit-transition: -webkit-filter .15s ease-in-out;
	transition: -webkit-filter .15s ease-in-out;
	-o-transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

.lazy-blur.lazy {
	-webkit-filter: blur(20px);
	        filter: blur(20px);
}

.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;
}

.block-padding {
	padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}

.block-padding-top {
	padding-top: var(--block-spacing);
}

.block-padding-bottom {
  padding-bottom: var(--block-spacing);
}

.block-margin {
	margin-top: var(--block-spacing);
  margin-bottom: var(--block-spacing);
}

.block-margin-top {
	margin-top: var(--block-spacing);
}

.block-margin-bottom {
  margin-bottom: var(--block-spacing);
}

.block-border {
	border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.block-border-top {
	border-top: 1px solid #eee;
}

.block-border-bottom {
	border-bottom: 1px solid #eee;
}

.block-grey {
	background: #f7f7f7;
}
.slider-block{
	overflow: hidden;
}
.image-wrap.grey {
	position: relative;
  background: #fff;
}

.image-wrap.grey:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.image-wrap img {
	width: 100%;
}

.sm-tabs-block .page {
	display: none;
}

.sm-tabs-block .page.active {
	display: block;
}
.title-featured {
	margin-bottom: calc(var(--block-spacing) / 2);
}
.title-featured.no-margin{
	margin-bottom: unset;
}
.title-featured .title-wrap {
	max-width: 450px;
  color: var(--dark-grey);
}
.title-featured.larger .title-wrap{
	max-width: 640px;
}
.title-featured.white .title-wrap {
  color: #fff;
}

.title-featured .general-content {
	margin-top: 20px;
}

.title-featured.no-subtitle .subtitle {
	display: none;
}

.title-featured .subtitle {
  font-size: var(--font-title-medium);
  line-height: 1.1em;
  margin-bottom: 10px;
}

.title-featured .title {
  font-size: var(--font-title-large);
  line-height: .95em;
}

.title-featured .subtitle span,
.title-featured .title span {
	color: var(--accent);	 
}

.title-featured .btn,
.title-featured .slider-nav {
	margin-top: 20px;
}
.title-featured.larger .btn{
	margin-top: 40px;
}
.title-featured .slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
}
.title-featured .slider-nav li{
	color: #111;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  font-size: 1.2em;
}
.title-featured .slider-nav li:not(:last-child){
	margin-right: 10px;
}
.title-featured .slider-nav li.prev.disabled,
.title-featured .slider-nav li.next.disabled{
	color: #ccc;
}
.title-featured .breadcrumbs {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-featured.white .breadcrumbs {
  color: #fff;
}

.title-featured.white .breadcrumbs .line {
  background: #fff;
}

.title-featured.no-margin {
  margin: 0;
}
.title-featured.full .title-wrap {
	max-width:100%;
}
.title-featured.text-center .title-wrap {
	margin:0 auto;
}

.title-featured.accent .title {
	color:var(--accent);
}

.title-featured p {
	margin:0;
}

.title-featured .title strong,
.title-featured .subtitle strong{
  color: var(--accent);
  font-weight:inherit;
}

.title-wrap .icons i {
	font-size:4em;
  color: var(--black);
}

.title-wrap .icons ul {
	margin:-10px;
}

.title-wrap .icons ul li {
	padding:10px;
}

.borders .border-right,
.borders .border-left {
	content: '';
  position: absolute;
  top: 0;
  right: 0;
/* 	background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-width: 1px;
  max-width: 1px;
  z-index: 9;
  height: 100%;
}

.borders .border-left {
	left:0;
  right:auto;
}

.borders .border-top,
.borders .border-bottom {
 content: '';
  position: absolute;
  top: 0;
  right: 0;
/* 	background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}

.borders .border-bottom {
	top:auto;
  bottom:0;
}

.stars {
	color:var(--accent);
}

.stars i {
	font-size: 125%;
}
.standard-input {
	height: 55px;
  padding: 0px 15px;
  outline: none;
  border-radius: var(--border-radius-small);
  font-size: 14px;
  background: #fff;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.standard-input:focus {
  border-color: var(--accent);
}

textarea.standard-input {
	padding: 10px 15px;
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aaa;
}

.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}

.standard-input::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa;
}
.flag {
	min-width: 20px;
  max-width: 20px;
  height: 20px;
  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: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.flag img {
	width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
	padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .btn:hover {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  
  .container {
    width:100%;
  	max-width: 1720px;
  }
  
  .container.container-small {
  	max-width: 1400px;
  }
  
  .container,
  .container-fluid {
  	padding: 0 25px;
  }
  
  .main-content.transparent {
    margin-top: calc(var(--main-header-height) * -1);
  }
}

@media(max-width: 1399px){
	:root{
    --logo-height: 40px;
  }
}

@media(max-width: 1199px){
	:root{
  	--font-title-large: 3em;
    --block-spacing: 80px;
    --font-base: 14px;
    --main-header-height: 80px;
  }
}
@media(max-width: 991px){
	.btn{
  	height: 50px;
    font-size: 1em;
  }
  :root{
    --block-spacing: 60px;
    --main-header-height: 70px;
    --logo-height: 35px;
  }
}
@media(max-width: 767px){
  :root{
    --block-spacing: 40px;
    --font-title-large: 2.143em;
    --font-title-medium: 1.35em;
    --font-title-small: 1.1em;
    --topbar-height: 40px;
    --main-header-height: 60px;
    --logo-height: 30px;
  }
  .standard-input {
		height: 45px;
  }
  .title-wrap .icons i {
  	font-size:2em;
  }
  .title-wrap .icons ul {
  	margin:-5px;
  }
  .title-wrap .icons ul li {
  	padding:5px;
  }
}
/* End general styles */

/* Headlines */
.headlines{
	position: relative;
}
.headlines .headlines-inner{
	position: relative;
  overflow: hidden;
}
.headlines .headline {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.headlines .headline .inner{
	min-height: 800px;
  padding: 100px 0;
  position: relative;
}
.headlines .headline .overlay{
	background: -o-linear-gradient(var(--overlay-top-bottom));
	background: -webkit-gradient(linear, left top, left bottom, from(var(--overlay-top-bottom)));
	background: linear-gradient(var(--overlay-top-bottom));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headlines .headline .title-featured{
	margin-bottom: 0;
}
.headlines .headline-elephant{
	position: absolute;
  bottom: 0;
  right: -6%;
  height: 100%;
  opacity: 5%;
}
.headlines .headline-elephant img{
	height: 100%;
  width: auto;
}
.headlines .widget-wrap-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headlines .headline-widget{
	position: absolute;
	bottom: -20%;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: 2;
}
.headlines .headline-widget .inner{
  max-width: 620px;
}
.review-balloon .inner{
  padding: 35px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow-large);
          box-shadow: var(--shadow-large);
  padding-bottom: 20px;
}
.review-balloon .reviewed-by{
	margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
}
.review-balloon .reviewed-by .review-name{
	font-weight: bold;
}
.review-balloon .widget-top .review-time{
	font-weight: 400;
  font-size: 14px;
}
.review-balloon .widget-middle{
	margin-top: 30px;
}
.review-balloon .review-title{
	font-size: 1.125em;
  font-weight: bold;
  color: var(--black);
  text-transform: none;
}
.review-balloon .review-content{
	margin-top: 10px;
  font-size: 14px;
}
.review-balloon .widget-bottom{
	margin-top: 10px;
}
.review-balloon .widget-bottom img{
  height: 18px;
  width: auto;
}
@media(max-width: 1600px){
	.headlines .headline-elephant{
    right: -20%;
  }
}
@media(max-width: 1199px){
	.headlines .headline .inner{
  	min-height: 500px;
    padding: 70px 0;
  }
  .headlines .headline-elephant{
    right: -10%;
  }
}
@media(max-width: 991px){
	.headlines .headline .inner{
  	min-height: 400px;
    padding: 60px 0;
  }
  .headlines .headline .title{
  	font-size: 2.5em;
  }
  .headlines .headline .subtitle{
  	font-size: 1.5em;
  }
}
@media(max-width: 767px){
  .headlines .headline .inner .container{
  	width: 100%;
  }
	.headlines .headline .inner{
  	min-height: calc(100vh - var(--topbar-height) - var(--main-header-height));
    padding: 44px 0;
  }
  .headlines .headline .title{
  	font-size: 2em;
  }
  .headlines .headline .subtitle{
  	font-size: 1em;
  }
  .headlines .headline a.btn{
  	margin-top: 40px;
  }
}
/* End headlines */
/* Home banners */
.home-banners.first{
	padding-top: 20px;
}
.home-banners .banners{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-banners .banners .home-banner{
	width: 50%;
}
.home-banners .banners .home-banner.left{
	padding-right: 10px;
}
.home-banners .banners .home-banner.right{
	padding-left: 10px;
}
.home-banners .home-banner .banner-inner{
	padding: 55px;
  position: relative;
  min-height: 600px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.home-banners .home-banner .banner-inner:after{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  z-index: -1;
}
.home-banners .home-banner .title-featured .title{
	font-size: 2.813em;
}
@media(max-width: 1199px){
  .home-banners .home-banner .banner-inner{
    min-height: 500px;
  	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-banners .home-banner .banner-inner{
  	padding: 45px;
  }
}
@media(max-width: 991px){
	.home-banners .banners{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  .home-banners .banners .home-banner{
  	width: 100%;
  }
  .home-banners .home-banner .banner-inner{
  	padding: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 400px;
  }
  .home-banners .home-banner .title-featured .title{
    font-size: 2.857em;
  }
  .home-banners .banners .home-banner.left{
    padding: 0px;
    padding-bottom: 7px;
  }
  .home-banners .banners .home-banner.right{
    padding: 0px;
    padding-top: 7px;
  }
}
@media(max-width: 767px){
  .home-banners .home-banner .banner-inner{
  	padding: 30px 20px;
    min-height: 300px;
  }
  .home-banners.first{
    padding-top: 15px;
  }
}
/* End home banners */
/* Home products */
.home-products .icons ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-products .icons img{
	height: 70px;
  width: 70px;
}
.home-products .icons li:last-child{
	margin-left: 10px;
}
@media(max-width: 991px){
  .home-products .icons img{
    height: 50px;
    width: 50px;
  }
}
@media(max-width: 767px){
  .home-products .icons img{
    height: 35px;
    width: 35px;
  }
  .home-products .icons li:last-child{
    margin-left: 5px;
  }
}
/* End home products */
/* Home text */
.home-text .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.home-text .image{
	position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 50px 50px 0;
}
.home-text .image .overlay{
  display: block;
  border-radius: 0 50px 50px 0;
  width: 100%;
  height: 100%;
	background: var(--overlay);
}
.home-text .content-col:first-child{
	width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-text .title-box .btn{
	margin-top: 40px;
}
.home-text .content-col:last-child{
	width: 40%;
}
.home-text .text-box{
	padding-left: var(--block-spacing);
  min-height: 573px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media(min-width: 1600px){
	.home-text .image{
    width: 50%;
  }
  .home-text .content-col:first-child{
    width: 50%;
  }
  .home-text .content-col:last-child{
    width: 50%;
  }
}
@media(max-width: 1399px){
	.home-text .text-box{
  	padding-left: 60px;
  }
}
@media(max-width: 1199px){
  .home-text .image{
  	width: 50%;
  }
	.home-text .content-col:first-child,
  .home-text .content-col:last-child{
    width: 50%;
  }
}
@media(max-width: 991px){
  .home-text{
  	padding-top: 30px;
  }
  .home-text .image{
  	width: 100%;
    border-radius: 0;
  }
	.home-text .content-col:first-child,
  .home-text .content-col:last-child{
    width: 100%;
  }
  .home-text .image .overlay{
  	border-radius: 0;
  }
  .home-text .last-inner{
  	padding: 90px 0;
  }
  .home-text .title-box .btn{
  	display: none;
  }
  .home-text .title-box .mobile-content{
  	margin-top: 30px;
    color: rgba(255,255,255,0.9);
  }
  .home-text .title-box .title-featured .title{
  	line-height: 1.167em;
  }
  .home-text .title-box .mobile-content a{
  	color: var(--accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  .home-text .title-box .mobile-content a i{
  	margin-right: 5px;
  }
}
@media(max-width: 767px){
  .home-text{
  	padding-top: 15px;
  }
  .home-text .container{
  	width: 100%;
  }
  .home-text .last-inner{
  	padding: 70px 0;
  }
}
/* End home text */

/* Video block */
.video-block{
	min-height: 600px;
  position: relative;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block .inner .overlay{
	position: absolute;
  top: 0;
  left: 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;
  background: var(--overlay);
  color: #fff;
  font-size: 6.25em;
  z-index: 1;
}
@media(max-width: 1199px){
	.video-block{
    min-height: 500px;
  }
}
@media(max-width: 991px){
	.video-block{
    min-height: 400px;
  }
}
@media(max-width: 767px){
	.video-block{
    min-height: 300px;
  }
  .video-block .inner .overlay{
  	font-size: 5em;
  }
}
/* End video block */
/* Home reviews */

.home-reviews .title-featured .title span{
	color: var(--accent-trustpilot);
}
.home-reviews .owl-nav{
	display: none;
}
.home-reviews .reviews{
	margin: -25px;
}
.home-reviews .reviews .review-balloon{
	padding: 25px;
}
.home-reviews .owl-stage-outer{
	margin: -10px 0;
  overflow: visible;
}
@media(min-width: 768px){
	.home-reviews .slider-app-style{
    margin-right: -30%;
  }
}
@media(max-width: 991px){
  .home-reviews .review-balloon .widget-middle{
    margin-top: 15px;
  }
  .review-balloon .inner{
  	padding: 30px;
  }
  .home-reviews .reviews{
    margin: -15px;
	}
	.home-reviews .reviews .review-balloon{
    padding: 15px;
	}
}
@media(max-width: 767px){
  .home-reviews .title-featured {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    text-align: center;
  }
	.review-balloon .inner{
  	padding: 20px;
  }
  .home-reviews .reviews{
    margin: -10px;
	}
	.home-reviews .reviews .review-balloon{
    padding: 10px;
	}
  .home-reviews .review-balloon .widget-middle{
  	margin-top: 10px;
  }
}
/* End home reviews */
/* Home hallmarks */
.home-hallmarks{
	background-color: var(--dark-grey);
}
.home-hallmarks .inner{
	padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-hallmarks .hallmarks-wrap{
	margin: -25px;
  padding-left: 30px;
  padding-right: 30px;
}
.home-hallmarks .home-hallmark{
	padding: 25px;
}
.home-hallmarks .owl-stage-outer,
.home-hallmarks .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-hallmarks .owl-stage-outer .owl-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-hallmarks .slider-app-style{
/*   overflow: hidden; */
  width: calc(100% - 450px);
}
.home-hallmarks .hallmark-inner a{
	display: block;
}

.hallmarks-slider img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media(max-width: 1199px){
  .home-hallmarks .inner{
  	padding: 70px 0;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-hallmarks .hallmarks-wrap{
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .home-hallmarks .slider-app-style{
    width: 100%;
  }
}
@media(max-width: 991px){
	.home-hallmarks .hallmarks-wrap{
    padding-top: 30px;
    margin: -20px;
  }
  .home-hallmarks .home-hallmark{
    padding: 20px;
  }
  .home-hallmarks .title-featured .title{
  	line-height: 1.167em
  }
}
@media(max-width: 767px){
	.home-hallmarks .inner{
  	padding: 50px 0;
  }
  .home-hallmarks .slider-app-style{
  	margin-right: -30%;
  }
  .home-hallmarks .title-featured .title-wrap {
  	max-width: unset;
  }
}
/* End home hallmarks */
/* Home blog */
.home-blog .blog-title{
	margin-bottom: calc(var(--block-spacing) / 2);
}
.home-blog .blog-title .title-inner{
  padding: 50px 0;
}
.home-blog .blog-title .blog-btn {
	margin-top: 30px;
}
.home-blog .home-posts{
	margin: -20px;
}
.home-blog .home-posts .home-article{
	padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-blog .home-article .article-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  background-color: #eee;
  position: relative;
  min-height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.home-blog .home-article .article-inner .overlay{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: var(--overlay);
  color: #fff;
}
.home-blog .home-article .article-inner .article-date{
  opacity: 0.6;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.home-blog .home-article .article-inner .article-title{
	font-size: 1.5em;
}
.home-blog .home-article .article-inner .article-link{
	margin-top: 15px;
  color: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.home-blog .home-article .article-inner .article-link i{
	margin-right: 5px;
}
@media(max-width: 1199px){
	.home-blog .blog-title .title-inner{
  	padding: 40px 0;
  }
}
@media(max-width: 991px){
  .home-blog .home-posts{
    margin: -10px;
  }
  .home-blog .home-posts .home-article{
    padding: 10px;
  }
  .home-blog .home-posts .home-article .article-inner{
    min-height: 420px;
  }
}
@media(max-width: 767px){
	.home-blog .blog-title .title-inner{
  	padding: 30px 0;
  }
  .home-blog .home-article .article-inner .overlay{
  	padding: 20px;
  }
  .home-blog .home-posts .home-article .article-inner{
    min-height: 350px;
  }
}
/* End home blog */
/* Home USPs */

.usp-block .usp-wrap {
  margin: 0 -20px;
}
.usp-block .usp-wrap .usp-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usp-block .usp-wrap .usp-item {
/* 	width: 25%; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.usp-block .usp-wrap .usp-item .usp-inner {
	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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.usp-block .usp-wrap .usp-item i {
	font-size: 3em;
	color: var(--accent);
}

.usp-block .usp-wrap .usp-item .title {
	font-size: 1.563em;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}

.usp-block .usp-wrap .usp-item .text {
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .usp-block .usp-wrap .usp-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usp-block .usp-wrap {
    margin: -20px;
  }
  .usp-block .usp-wrap .usp-item{
/*   	width: 50%; */
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .usp-block {
  	padding: 30px 0;
  }
  .usp-block .usp-wrap .usp-item{
  	width: 100%;
  }
  .usp-block .usp-wrap .usp-item .title,
  .usp-block .usp-wrap .usp-item .text{
  	font-size: 1.143em;
  }
}
/* End Home USPs */
/* Instagram widget */
.instagram-widget {
	overflow: hidden;
}
.instagram-widget .title-featured span{
	color: var(--accent-pink);
}
.instagram-widget .title-featured .btn{
	background: var(--accent-instagram);
}
.instagram-widget .instashow-gallery-view{
	padding: unset !important;
  margin: -10px !important;
}
.instagram-widget .title-featured .btn{
	margin-top: unset;
}
.instagram-widget .instashow-gallery-control-arrow{
	display: none;
}
@media(max-width: 991px){
	.instagram-widget .title-featured{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .instagram-widget .title-featured .btn{
    margin-top: 20px;
  }
  .instagram-widget .title-featured .btn{
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--accent-pink);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    height: unset;
  }
  .instagram-widget .title-featured .btn i{
  	display: none;
  }
}
@media(max-width: 767px){
	.instagram-widget .instashow-gallery-view{
    margin: -7px !important;
  }
}
/* End Instagram widget */

/* messages */
.gui-messages {
	display:none !important;
}

.message-wrap {
	position:fixed;
  left:30px;
  bottom:30px;
  z-index:99999999999;
  display:none;
}

.message-wrap.active {
  display:block;
}

.message-wrap .message {
	background:#fff;
  border-radius:0px;
  padding:20px;
  width:350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:1.1em;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap.active .message {
	-webkit-animation: jump 1s ease 0s 1 normal ;
 	animation: jump 1s ease 0s 1 normal ;
  opacity:1;
  visibility:visible;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.message-wrap .message .icon {
	min-width:40px;
  max-width:40px;
  height:40px;
  background:#000;
  color:#fff;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  margin-right:20px;
  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;
}

.message-wrap .message.error .icon {
  background: #cd3b3b;
}
.message-wrap .message.success .icon {
  background: #2ecc71;
}
.message-wrap .message.info .icon {
  background: #3ca1cd;
}

.message-wrap .text ul {
	margin:0;
  padding:0;
  list-style:none;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	        transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	        transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .message-wrap {
    top: auto;
    bottom: 10px;
    z-index: 99999999999;
    left: 0;
    padding: 0px 10px;
  }
  .message-wrap .message {
    padding: 15px;
    width:100%;
  }
  .message-wrap .message .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height:30px;
    margin-right: 15px;
    font-size: 10px;
  }
}
/* End messages */

/* Languages sidebar */
.languages-popup-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: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}
.languages-popup-overlay.language-open {
  opacity: 1;
  visibility: visible;
}

.languages-popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  padding: 20px;
}

.languages-popup.language-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.languages-popup .close-popup-language {
  font-size: 20px;
  color: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.languages-popup .top-wrap {
    padding-bottom: 50px;
}

.languages-popup .top-wrap .title {
  font-size: 1.5em;
  color: var(--dark-grey);
  padding: 10px 0;
}

.languages-popup .shop-setting-dropdown {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

.languages-popup .shop-setting-dropdown.active {
	z-index: 1;
}

.languages-popup .shop-setting-dropdown .active-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #eee;
  padding: 0 15px;
  height: 55px;
  border-radius: var(--border-radius-small);
  cursor: pointer;
}

.languages-popup .shop-setting-dropdown .active-value i {
  font-size: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.languages-popup .shop-setting-dropdown.active .active-value i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.languages-popup .shop-setting-dropdown .active-value .value-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.languages-popup .shop-setting-dropdown .options-wrap {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #eee;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  z-index: 9;
  display: none;
}

.languages-popup ul.dropdown-options {
	max-height: 180px;
  overflow-y: scroll;
}

.languages-popup ul.dropdown-options li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-top: 1px solid #eee;
}

.languages-popup ul.dropdown-options.currencies li a {
	padding: 10px 15px;
}

.languages-popup .shop-setting-dropdown .icon-val {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  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: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: #fef5e9;
}

.languages-popup .shop-setting-dropdown .icon-val span {
  color: var(--accent);
}

@media (max-width: 767px) {
	.languages-popup .top-wrap {
    padding-bottom: 30px;
	}
}
/* End Language */

/* Categories */
#catalog .general-content {
	margin-bottom: calc(var(--block-spacing) / 2);
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.categories .category {
	padding: 15px;
}

.categories .category .inner {
	display: block;
  position: relative;
  z-index: 0;
}

.categories .category .category-title {
	position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 99%;
  padding: 30px;
  background: rgba(0,0,0,0.6);
  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-size: 2em;
  font-weight: bold;
}
/* End categories */

/* Brands */
.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: -15px;
}

.brands .brand {
	padding: 15px;
}
/* End brands */

/* Tags */
#tags-page .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	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 */

/* Page banner */
.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-banner .overlay {
	background: -o-linear-gradient(var(--overlay-top-bottom));
	background: -webkit-gradient(linear, left top, left bottom, from(var(--overlay-top-bottom)));
	background: linear-gradient(var(--overlay-top-bottom));
}

.page-banner .inner {
  padding-bottom: 50px;
  padding-top: calc(5% + var(--main-header-height));
}

@media (max-width: 991px){
  .page-banner .inner {
    padding-bottom: 30px;
	}
}

@media (max-width: 767px){
  .page-banner .inner {
    padding-bottom: 20px;
	}
}


/* End Page banner */

/* Collection */

#collection {
  overflow: hidden;
}

#collection .collection-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
--sb-title: 1.125em;
--filter-spacing: 60px;
--colors-size: 40px;
}

#collection .sidebar {
  min-width: 350px;
  max-width: 350px;
  background: var(--block-grey);
  padding: 50px;
  padding-left: 0px;
  position: relative;
}

#collection .sidebar:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: var(--block-grey);
}

#collection .sidebar .sb-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

#collection .sidebar .sb-title .title {
  font-size: 1.5em;
  color: var(--dark-grey);
}

#collection .sidebar .sb-title .reset-filters {
  text-decoration: underline;
  color: var(--light-grey);
  text-align: right;
}

#collection .sidebar .filter-title {
  color: var(--dark-grey);
  font-size: var(--sb-title);
  line-height: 18px;
  margin-bottom: 20px;
}

#collection .main-col {
	min-width: calc(100%);
  max-width: calc(100%);
}

#collection .sidebar .color-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}

#collection .sidebar .color-filters .color {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#collection .sidebar .color-filters .color input {
  display: none;
}

#collection .sidebar .color-filters .color label {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  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;
  cursor: pointer;
}

#collection .sidebar .color-filters .color label span {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#collection .sidebar .color-filters .color label span i {
	display: none;
}

#collection .sidebar .color-filters .color input:checked ~ label span i {
  display: block;
}

#collection .sidebar .color-filters .color input:checked ~ label {
  border: 2px solid #000;
}

#collection .sidebar .color-filters .color label:hover {
  border: 2px solid var(--accent);
}

#collection .sidebar .color-filters .color label:hover span,
#collection .sidebar .color-filters .color input:checked ~ label span {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}

.color-pink {
  background-color: pink !important;
}

.color-blue {
  background-color: blue !important;
}

.color-green {
  background-color: green !important;
}

.color-orange {
  background-color: orange !important;
}

.color-black {
  background-color: black !important;
}

.color-red {
  background-color: red !important;
}

.color-white {
  background-color: white !important;
  border: 2px solid #ddd;
  color: var(--black) !important;
}
.main-col .no-products-wrap {
  padding: 50px 25px;
  max-width: 700px;
}

.main-col .no-products-wrap .title {
  font-size: 2em;
}

.main-col .no-products-wrap .general-content {
  padding: 20px 0;
}

.main-col .collection-sort .native-select {
  position: relative;
}

.main-col .collection-sort .native-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.main-col .collection-sort {
  padding: 25px;
}

.main-col .collection-sort .sort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-col .collection-sort .sort-block .sort-label {
  font-weight: 600;
}

.main-col .collection-sort .sort-block .native-select {
  padding-left: 10px;
}

.main-col .collection-sort .sort-block .native-select i {
  font-size: 6px;
	padding-left: 8px;
}

.main-col .collection-sort ul.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-col .collection-sort ul.page-nav li a {
  padding: 0 10px;
  color: var(--light-grey);
}

.main-col .collection-sort ul.page-nav li.number.active a {
  color: var(--dark-grey);
}

.main-col .collection-sort ul.page-nav li i {
  font-size: 14px;
}

.page-banner.bottom .inner {
  padding-bottom: 40px;
  padding-top: 3%;
}

.content-wrap .block-content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
/* Collection filters */

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 10px;
  background-color: var(--border-grey);
  border: none;
  border-radius: var(--border-radius-medium);
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: var(--accent);
  border: none;
  margin: 0;
  position: absolute;
  height: 10px;
  border-radius:var(--border-radius-small);
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: -7px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid var(--accent);
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
	margin-left: -22px;
}

.collection-filter-price:after {
  background-color: var(--border-grey);
  border: none;
  margin: 0;
  position: absolute;
  height: 10px;
  top: 0;
  z-index: 1;
  border-radius: var(--border-radius-medium);
}

.price-filter-range {
	margin-top: 15px;
  font-size: 0.875em;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--light-grey);
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .max {
  margin-left: 15px;
}

.sidebar .filter-wrap {
	margin-bottom: var(--filter-spacing);
}

.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;
}

@media (max-width: 1399px) {
	#collection .sidebar {
    min-width: 300px;
    max-width: 300px;
    padding: 40px;
  }
  #collection .main-col {
    min-width: calc(100% - 300px);
    max-width: calc(100% - 300px);
	}
}

@media (max-width: 1199px) {
	#collection .sidebar {
		position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    overflow-y: scroll;
  }
  #collection .sidebar .close-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    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;
    font-size: 24px;
    color: var(--border-grey);
  }
  #collection .main-col {
    min-width: 100%;
    max-width: 100%;
	}
  .sidebar-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: all .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
    transition: all .35s cubic-bezier(.29,.58,.32,1);
	}
  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #collection .sidebar.active {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
  .main-col .collection-sort {
    padding: 25px 0;
  }
  
  .collection-sort .btn.toggle-sidebar {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 20px;
    padding: 0 15px;
    height: 40px;
    font-size: .9em;
    border-radius: var(--border-radius-small);
  }
}

@media (max-width: 767px) {
  
	#collection .sidebar {
    padding: 40px 20px;
    --filter-spacing: 30px;
  }
  #collection .sidebar .sb-title {
    margin-bottom: 30px;
  }
  .content-wrap .block-content {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
	}
}
/* End collection filters */

/* Dropdown */
select.custom-select {
  height: 55px;
  opacity: 0;
}

.ui.selection.dropdown {
  height: 55px;
  min-width: unset;
  min-height: unset;
  border: 2px solid var(--border-grey);
  border-radius: var(--border-radius-small);
  padding: 0 20px;
  padding-right: 70px;
}

.ui.dropdown>.text,
.ui.selection.visible.dropdown>.text:not(.default) {
  height: 100%;
  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;
  color: var(--dark-grey);
}

.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: 55px;
  background: transparent;
  font-size: 8px;
  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: var(--accent);
}

.ui.dropdown>.dropdown.icon:before {
  content: "\e901";
  font-family: 'icons-deryan' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: var(--accent);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
  width: 100%;
  margin: 0 -2px;
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small) !important;
  border-width: 2px;
  width: calc(100% + 4px);
  max-height: 14em;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}

@media (max-width: 1199px) {
  .ui.selection.dropdown {
    height: 50px;
    padding: 0 15px;
    padding-right: 50px;
  }
  
  .ui.selection.dropdown>.dropdown.icon {
    width: 50px;
    font-size: 20px;
  }
  
  select.custom-select {
    height: 50px;
    opacity: 0;
  }
}
/* End dropdown */

/* Checkbox */
.checkbox {
	margin: 0;
}

.ui.checkbox {
	font-size: .9em;
  display: block;
  padding: 6px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.2em;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: var(--light-grey) !important;
	font-weight: 300;
}

.ui.checkbox input:checked ~ label,
.ui.checkbox label:hover,
.ui.checkbox+label:hover {
	color: var(--dark-grey) !important;
}

.ui.checkbox label span {
	font-size: 12px;
  color: #aaa;
}

.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: var(--accent) !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
	border-radius: var(--border-radius-small);
}

.ui.checkbox label:before,
.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: 2px solid #eee !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
	background: #fff;
  border: 2px solid var(--accent) !important;
}

.ui.checkbox .box:hover:before,
.ui.checkbox label:hover:before {
	border-color: var(--border-grey) !important;
}
/* End checkbox */
/* End Collection */

/* Landingspage */
#landingspage.v2022 .page-banner .overlay{
	background: unset;
}
#landingspage .landingspage-button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-bottom: -40px;
}

#landingspage .page-banner.on-landingspage .inner {
  padding: 0px;
  height: 600px;
  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;
}

#landingspage .page-banner.on-landingspage .inner .landingspage-title {
  color: #fff;
  font-size: 5em;
}

#landingspage .content-block .title {
  font-size: 3.5em;
  color: var(--dark-grey);
}

#landingspage .content-block .general-content {
  padding: 20px 0px 10px;
}

#landingspage .content-block ul {
  padding-top: 20px;
}

#landingspage .content-block ul li {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#landingspage .content-block ul li i {
  font-size: 32px;
  width:32px;
  text-align:center;
  margin-right: 10px;
}

#landingspage .content-block ul li:last-child {
  padding-bottom: 0;
}

#landingspage .block-col .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;
/*  margin: 0px -80px;
  overflow: hidden; */
}

#landingspage .block-col {
  padding-top: 150px;
}

#landingspage .block-full .inner {
  min-height: 100vh;
}

#landingspage .block-full.center .inner {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#landingspage .link {
  color: var(--accent);
  font-weight: 600;
}

#landingspage .block-full .overlay {
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

#landingspage .block-full .inner {
  padding: 150px 0;
}

#landingspage .block-full .inner .text-wrap {
  max-width: 700px;
}

#landingspage .block-full .inner .title.title-font {
  color: #fff !important;
}

#landingspage .content-block a {
  margin-top: 30px;
}

#landingspage .block-full .inner .general-content {
  color: #fff !important;
}

#landingspage .content-block .col-40 {
  min-width: 40%;
  max-width: 40%;
  /*padding: 80px;*/
}

#landingspage .content-block .col-60 {
  min-width: 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#landingspage .content-block .col-60 img {
  width: 80%;
}

#landingspage .usp-block-outer {
 padding: var(--block-spacing) 0px 0px 0px;
}

#landingspage .usp-block-outer .inner .content-block {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

#landingspage .content-block-2 {
  background-image: url(landings-page-deryan2-356.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
/*   margin-top: 150px; */
}

#landingspage .content-block-3 .first-content-block  ul li {
  padding-bottom: 0px;
}

#landingspage .content-block-3 .first-content-block  ul li img {
	width: 80px;
}


#landingspage .content-block-5 {
  background-image: url(landings-page-deryan2-250.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
/*   margin-top: 150px; */
}

#landingspage .content-block-5 .inner .text-wrap {
  margin-left: 50%;
}

/* #landingspage .usp-block .usp-wrap .usp-item .usp-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
} */
#landingspage .usp-block .usp-wrap .usp-item .title {
  margin-bottom: 15px;
  margin-top: 10px;
}

#landingspage .features-slider .feature .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#landingspage .features-slider .feature .col {
	width: 50%;
}

#landingspage .features-slider .feature .info {
	padding-left: var(--block-spacing);
}

#landingspage .features-slider .feature .info .title {
  font-size: 4em;
  color: var(--black);
}

#landingspage .features-slider .feature .info .general-content {
	margin-top: 30px;
}

#landingspage .features-slider .owl-dots,
#landingspage .features-slider .owl-nav {
	display: none;
}

#landingspage .banner-slider .banner {
	padding: 10px;
}

#landingspage .banner-nav .prev {
  position: absolute;
  top: 50%;
  /* left: 0; */
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px !important;
  width: 60px;
  height: 60px;
  /* border-radius: 50%; */
  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-top: 0.1em;
  color: var(--accent) !important;
  left: -40px;
}

#landingspage .banner-nav .next {
	position: absolute;
  top: 50%;
  /* left: 0; */
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px !important;
  width: 60px;
  height: 60px;
  /* border-radius: 50%; */
  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-top: 0.1em;
  color: var(--accent) !important;
  right: -40px;
}

#landingspage .banner-nav .next.disabled,
#landingspage .banner-nav .prev.disabled {
    color: var(--light-grey) !important;
}

#landingspage .banner-slider-outer-wrap {
	margin: 0px -10px;
}

.slider-nav-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.slider-nav-extra .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: var(--block-grey);
  border-radius: 30px;
}

.slider-nav-extra .nav-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  font-size: 24px;
  color: var(--accent);
}

.slider-nav-extra .nav-wrap li a.disabled {
	color: var(--light-grey);
}

.slider-nav-extra .nav-wrap li a.dot {
  width: 60px;
  height: 2px;
  background: var(--light-grey);
  opacity: .4;
}

.slider-nav-extra .nav-wrap li a.dot.active {
	opacity: 1;
}
/* Video player */
#landingspage .landingspage-video{
	position: relative;
  height: 120vw;
}
#landingspage .landingspage-video video{
	-o-object-fit: cover;
	   object-fit: cover;
  width: 100%;
  height: 100%;
}
#landingspage .landingspage-video .overlay{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: -webkit-gradient(linear, left top, left bottom, from(var(--overlay-top-bottom)));
  background: -o-linear-gradient(var(--overlay-top-bottom));
  background: linear-gradient(var(--overlay-top-bottom)); */
  padding: 9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#landingspage .landingspage-video .video-inner{
  color: #fff;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#landingspage .landingspage-video .video-inner p{
	margin: 0;
  font-size: 25em;
}
#landingspage .landingspage-video .video-inner p:nth-child(2){
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
/* Video player - Youtube version */
#landingspage .landingspage-video.yt{
	height: 100vh;
}
/* Carousel */
.slider-block{
	overflow: hidden;
}
.slider-app-style.desktop{
	margin-right: -25%;
}
#landingspage .landingspage-carousel .owl-stage-outer{
	overflow: visible;
}
#landingspage .landingspage-carousel .images-slides{
  margin: -30px;
}
#landingspage .landingspage-carousel .images-slides .image-slide.prev-slide,
#landingspage .landingspage-carousel .images-slides .image-slide.next-slide{
  padding-top: 25%;
}
#landingspage .landingspage-carousel .images-slides .image-slide{
	padding: 30px;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
#landingspage .landingspage-carousel .image-slide .image-wrap{
	position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .image{
	padding-top: 100%;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .nav{
	content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 99;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .nav.left{
	left: 0;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .nav.right{
	right: 0;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .overlay{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
#landingspage .landingspage-carousel .image-slide .image-wrap .year{
  color: #fff;
  font-size: 3em;
}
#landingspage .landingspage-carousel .image-slide .text{
	padding: 30px;
  padding-bottom: 0;
  display: none;
  text-align: center;
  line-height: 1.5em;
}
#landingspage .landingspage-carousel .image-slide.active .text{
	display: block;
}
/* Collage */
#landingspage .landingspage-collage .title-featured .general-content{
	color: var(--black);
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Futura PT", Helvetica, sans-serif;
  font-size: 1.25em;
}
#landingspage .landingspage-collage .images-wrap{
	display: -ms-grid;
	display: grid;
  grid-gap: 30px;
  -ms-grid-rows: 550px 30px 550px;
  grid-template-rows: 550px 550px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(5){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#landingspage .landingspage-collage .images-wrap > *:nth-child(6){
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#landingspage .landingspage-collage .images-wrap .image{
	background-color: #eee;
  border-radius: 15px;
}
#landingspage .landingspage-collage .images-wrap .image-1{
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}
#landingspage .landingspage-collage .images-wrap .image-2{
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#landingspage .landingspage-collage .images-wrap .image-3{
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
#landingspage .landingspage-collage .images-wrap .image-4{
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}
#landingspage .landingspage-collage .btn-wrap{
	position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
#landingspage .landingspage-collage .btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* Landingspage image */
#landingspage .landingspage-image .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#landingspage .landingspage-image img{
	width: 100%;
  height: auto;
}
/* Landingspage text only */
#landingspage .text-center-block{
  max-width: 60%;
  margin: 0 auto;
}
#landingspage .text-center-block .title{
	font-size: 4em;
}
#landingspage .text-center-block .general-content{
  font-size: 1.5em;
}
@media(max-width: 1799px){
	#landingspage .landingspage-video .video-inner p{
    font-size: 22em;
  }
}
@media(max-width: 1599px){
  #landingspage .landingspage-video .video-inner p{
    font-size: 20em;
  }
}
@media (max-width: 1499px) {
	#landingspage .features-slider .feature .info .title {
    font-size: 3.5em;
  }
  #landingspage .landingspage-video{
  	height: 100vw;
  }
  #landingspage .landingspage-video .video-inner p{
    font-size: 18em;
  }
  #landingspage .landingspage-video .overlay{
    padding: 8vw;
  }
  #landingspage .landingspage-collage .images-wrap{
  	-ms-grid-rows: 400px 30px 400px;
  	grid-template-rows: 400px 400px;
  }
  #landingspage .text-center-block{
  	max-width: 100%;
  }
}
@media(max-width: 1299px){
	#landingspage .landingspage-video .video-inner p{
    font-size: 16em;
  }
  #landingspage .text-center-block .title{
  	font-size: 3.5em;
  }
  #landingspage .text-center-block .general-content{
  	font-size: 1.25em;
  }
}
@media (max-width: 1199px){
  #landingspage .block-col {
    padding-top: 100px;
}
	#landingspage .block-col .inner {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
  }
  #landingspage .block-col .text-wrap {
    max-width: 600px;
  }
	#landingspage .content-block .col-60 {
    min-width: 100%;
    max-width: 100%;
  }
  #landingspage .content-block .col-40 {
    min-width: 100%;
    max-width: 100%;
  }
  #landingspage .content-block-1 .col-40 {
    padding-top: 80px;
  }
  #landingspage .content-block .col-40 ul {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #landingspage .content-block .col-40 ul li {
    padding-bottom: 0px;
  }
  #landingspage .content-block-2 {
    margin-top: 100px;
  }
  #landingspage .content-block-3 .col-40 {
    padding-bottom: 50px;
  }
  #landingspage .content-block-3 .col-40 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #landingspage .content-block-3 .col-40 ul li {
    margin-right: 30px;
  }
  #landingspage .content-block-3 .second-content-block .col-40 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #landingspage .content-block-4 .col-40 {
    padding-bottom: 50px;
  }
  
  #landingspage .content-block-5 {
    margin-top: 100px;
  }  
  #landingspage .block-full .inner {
  	padding: 100px 0;
  }
  #landingspage .features-slider .feature .info .title {
    font-size: 3em;
  }
  #landingspage .landingspage-video .video-inner p{
  	font-size: 15em;
  }
  #landingspage .landingspage-video{
  	height: 90vw;
  }
  #landingspage .landingspage-video.yt{
  	height: 80vh;
  }
  #landingspage .landingspage-video .overlay{
  	padding: 8%;
  }
  #landingspage .landingspage-carousel .images-slides{
  	margin: -15px;
  }
  #landingspage .landingspage-carousel .images-slides .image-slide{
  	padding: 15px;
  }
  #landingspage .landingspage-carousel .image-slide .image-wrap .overlay{
  	padding: 20px;
  }
  #landingspage .landingspage-carousel .image-slide .text{
  	padding: 20px;
    padding-bottom: 0;
  }
  #landingspage .landingspage-collage .images-wrap{
   	-ms-grid-columns: 1fr 20px 1fr;
   	grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 350px 20px 350px;
    grid-template-rows: 350px 350px;
    grid-gap: 20px;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(3){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(4){
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #landingspage .landingspage-collage .images-wrap .image-1{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #landingspage .landingspage-collage .images-wrap .image-2{
  	-ms-grid-column: 2;
  	-ms-grid-column-span: 1;
  	grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #landingspage .landingspage-collage .images-wrap .image-3{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #landingspage .landingspage-collage .images-wrap .image-4{
  	-ms-grid-column: 2;
  	-ms-grid-column-span: 1;
  	grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

@media (max-width: 991px) {
  #landingspage .content-block .title {
    font-size: 3em;
  }
  #landingspage .content-block .col-40 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #landingspage .content-block-1 .col-40 ul li {
    padding-bottom: 20px;
  }
  #landingspage .content-block-1 .col-40 ul li:last-child {
    padding-bottom: 0px;
  }
  #landingspage .block-col .text-wrap {
    max-width: 500px;
  }
  #landingspage .block-full .inner {
  	padding: 80px 0;
  }
  #landingspage .features-slider .feature .info .title {
    font-size: 2.5em;
  }
  #landingspage .features-slider .feature .col {
    width: 100%;
  }
  #landingspage .features-slider .feature .info {
    padding-left: 0;
    padding-top: var(--block-spacing);
  }
  
  #landingspage .banner-slider-outer-wrap {
  	margin: 0px 20px;
  }
  #landingspage .landingspage-video .video-inner p{
  	font-size: 10em;
  }
  #landingspage .landingspage-carousel .image-slide .image-wrap .year{
  	font-size: 2em;
  }
  #landingspage .text-center-block .general-content{
  	font-size: 1em;
  }
}

@media (max-width: 767px){
  #landingspage .page-banner.on-landingspage .inner {
    height: 80vh;
  }
  #landingspage .page-banner.on-landingspage .inner .landingspage-title {
    font-size: 3.5em;
  }
  #landingspage .block-col .text-wrap {
    max-width: 100%;
  }
  #landingspage .content-block .title {
    font-size: 2em;
  }
  #landingspage .content-block a {
    margin-top: 10px;
  }
  #landingspage .block-col {
    padding-top: 50px;
	}
  #landingspage .usp-block .inner .content-block {
    width: 100%;
  }
  #landingspage .content-block-1 .col-40 {
    padding-top: 30px;
  }
  #landingspage .content-block ul li {
    font-size: 16px;
  }
  #landingspage .content-block .col-60 {
    display:block;
    text-align: center;
  }
  #landingspage .content-block-1 .col-40 ul li {
    padding-bottom: 15px;
  }
  #landingspage .content-block-2 {
    margin-top: 50px;
	}
  #landingspage .block-full .inner {
    min-height: 80vh;
	}
  #landingspage .content-block-3 ul {
    padding-top: 0;
  }
  #landingspage .content-block-3 .col-40 {
    padding-bottom: 30px;
	}
  #landingspage .content-block-4 .col-40 {
    padding-bottom: 30px;
  }
  #landingspage .content-block-5 {
    margin-top: 50px;
	}
  #landingspage .content-block-5 .inner .text-wrap {
    margin-left: 0;
  }
  #landingspage .block-full .inner .text-wrap {
    max-width: 100%;
  }
  #landingspage .block-full .inner {
  	padding: 70px 0;
  }
  #landingspage .features-slider .feature .info .title {
    font-size: 2em;
  }
  #landingspage .features-slider .feature .info .general-content {
    margin-top: 20px;
  }
  .slider-nav-extra .nav-wrap {
    height: 50px;
    border-radius: 25px;
  }

  .slider-nav-extra .nav-wrap li a {
    width: 50px;
    font-size: 20px;
  }

  .slider-nav-extra .nav-wrap li a.dot {
    width: 40px;
  }
  #landingspage .landingspage-video{
  	height: 120vw;
  }
  #landingspage .landingspage-video .video-inner p{
  	font-size: 5em;
  }
  #landingspage .landingspage-carousel .image-slide .image-wrap .image{
  	padding: 80% 0;
  }
  #landingspage .landingspage-carousel .images-slides .image-slide.prev-slide, 
  #landingspage .landingspage-carousel .images-slides .image-slide.next-slide{
  	padding-top: 45%;  
  }
  #landingspage .landingspage-collage .images-wrap{
   	-ms-grid-columns: 1fr;
   	grid-template-columns: 1fr;
    -ms-grid-rows: 300px 15px 300px 15px 300px 15px 300px;
    grid-template-rows: 300px 300px 300px 300px;
    grid-gap: 15px;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(2){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(3){
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap > *:nth-child(4){
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  #landingspage .landingspage-collage .images-wrap .image-1{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #landingspage .landingspage-collage .images-wrap .image-2{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #landingspage .landingspage-collage .images-wrap .image-3{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #landingspage .landingspage-collage .images-wrap .image-4{
  	-ms-grid-column: 1;
  	-ms-grid-column-span: 1;
  	grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #landingspage .landingspage-collage .btn-wrap{
   	right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
  

/* End Landingspage */

/* Blog */
#blog {
  --blog-spacing: 20px;
}
#blog .title-featured.grey-bar {
  background: var(--block-grey);
  padding: 30px 0;
}

#blog .title-featured.grey-bar .title-wrap {
  max-width: none;
  text-align: center;
}

#blog .article-banner .title-featured .title-wrap {
	max-width: 1000px;
}

#blog .blog-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0px;
  margin: 0 -30px;
}

#blog .blog-article .image-wrap {
  min-width: 40%;
}

#blog .blog-article .image-wrap .image {
  padding-top: 70%;
  width: 100%;
  border-radius: 50px 50px 50px 50px;
}

#blog .blog-articles .blog-article:nth-child(odd){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#blog .blog-article .info {
  width: 40%;
  padding: 30px;
}

#blog .blog-article .title {
  font-size: 2.5em;
  color: var(--dark-grey);
}

#blog .blog-article .date-author {
  opacity: 0.5;
  padding-bottom: var(--blog-spacing);
}

#blog .blog-article .summary {
  padding-top: var(--blog-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#blog .blog-article .summary a.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent);
  padding-top: var(--blog-spacing);
}

#blog .blog-article .summary a.read-more .text {
  font-weight: 500;
}

#blog .blog-article .summary a.read-more i {
  font-size: 20px;
  margin-right: 5px;
}

#blog .complete-article {
  padding-bottom: 50px;
}

#blog .complete-article .image-wrap {
  min-width: 40%;
  padding-bottom: 50px;
}

#blog .complete-article .image-wrap .image {
  padding-top: 60%;
  width: 100%;
  border-radius: 0px 0px 50px 50px;
}

#blog .complete-article .text-container {
  max-width: 900px;
  margin: 0 auto;
}

#blog .complete-article .article-title {
  font-size: 2.5em;
  color: var(--dark-grey);
}

#blog .complete-article .date-author {
  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;
  padding: var(--blog-spacing) 0;
}

#blog .complete-article .date-author .date {
  opacity: 0.5;
}

#blog .complete-article .date-author .share {

}
#blog .complete-article .date-author .share ul {
  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;
  color: var(--accent);
}

#blog .complete-article .date-author .share ul li {
  padding-right: 20px;
}

#blog .complete-article .date-author .share ul li:last-child {
  padding-right: 0px;
}

#blog .complete-article .date-author .share ul li a i {
  padding-right: 5px;
}

#blog .comments-wrap {
	max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#blog .comments-wrap .comments-block {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
}

#blog .comments-wrap .title {
    color: var(--dark-grey);
    padding-bottom: 15px;
    font-size: 1.5em;
}

#blog .comments-block .comment-inner .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--accent);
  padding-bottom: 15px;
}

#blog .block-gray {
	border-radius: var(--border-radius-medium);
  -webkit-box-shadow: var(--shadow-large);
          box-shadow: var(--shadow-large);
  padding: 40px;
}

#blog .block-gray .standard-input {
  width: 100%;
  margin-bottom: 15px;
}

  

@media (max-width: 1299px) {
   #blog .blog-article .info {
      width: 50%;
	} 
}

@media (max-width: 1199px) {
   #blog .blog-article .info {
    width: 100%;
    padding: 30px 0 0;
	}
  #blog .blog-articles .blog-article:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
  #blog .blog-articles .blog-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
  #blog .blog-articles {
    margin: 0 15px;
  }
}

@media (max-width: 991px) {
  #blog .blog-article {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  #blog {
  --blog-spacing: 15px;
	}
  #blog .blog-articles {
    margin: 0 30px;
  }
  #blog .blog-article .summary a.read-more {
    padding-top: 0px;
  }
  #blog .blog-article .title {
    font-size: 1.5em;
  }
  #blog .blog-article .image-wrap .image {
    border-radius: 30px 30px 30px 30px;
  }
  #blog .complete-article .image-wrap {
    min-width: 40%;
    padding-bottom: 30px;
	}
  #blog .complete-article .image-wrap .image {
    padding-top: 60%;
    width: 100%;
    border-radius: 0px 0px 30px 30px;
	}
  #blog .complete-article .article-title {
  	font-size: 1.5em;
  }
  #blog .complete-article {
  	padding-bottom: 50px;
	}
  #blog .comments-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
	}
  #blog .block-gray {
    border-radius: var(--border-radius-medium);
    -webkit-box-shadow: var(--shadow-large);
            box-shadow: var(--shadow-large);
    padding: 20px 15px;
	}
}

/* Footer */
#footer .contact-footer {
	position: absolute;
  left: 50%;
  top: -7px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 10px;
  padding: 8px 13px;
  border: 1px solid var(--black);
}

#footer .contact-footer .contact-info li {
	padding: 10px;
}

#footer .contact-footer .contact-info li i {
  background: #fff;
  color: var(--accent);
  font-size: 35px !important;
}

#footer .contact-footer .contact-info li:first-child i {
	font-size: 45px !important;
}

#footer .footer-logo {
	max-width: 200px;
}

#footer .footer-title {
  font-style: normal;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 24px;
  color: var(--dark-grey);
  margin-bottom: 20px;
  text-transform: none;
}

#footer .top-footer {
  background-color: var(--block-grey);
  padding: 50px 0;
}

#footer .top-footer .general-content {
  margin-bottom: 30px;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .top-footer .footer-col.faq {
 margin: 0 100px;
 width: 30%;
}

#footer .top-footer .footer-col.shipping-info {
  width: 30%;
}
#footer .contact-info {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .contact-info.with-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#footer .contact-info li {
  padding: 7px;
}
#footer .contact-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .contact-info li i {
  height: 40px;
  width: 40px;
  background-color: var(--accent);
  border-radius: 50px;
  color: white;
  font-size: 20px;
  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;
}

#footer .contact-info li:last-child i {
  font-size: 26px;
}

#footer .contact-info li .text {
  padding-left: 10px
}

#footer .main-footer {
  padding: 80px 0;
  background: var(--black);
  margin-top: 40px;
}

#footer .main-footer .footer-title {
  color: #fff;
}

#footer .main-footer .standard-input {
  height: 50px;
  border-radius: var(--border-radius-medium);
  background: #fff;
  margin-right: 10px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#footer .main-footer .newsletter-wrap .btn.btn-small {
  padding: 0;
  width: 50px;
  height: 50px;
}

#footer .main-footer form#formNewsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer .main-footer ul li a {
  color: #fff;
}

#footer .main-footer .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .main-footer .payments{
  padding-bottom: 40px;
}
#footer .main-footer .footer-links {
  margin: -5px;
}

#footer .main-footer .footer-links li {
  padding: 5px;
}

#footer .main-footer .methods {
  margin: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .main-footer .methods li {
  padding: 3px;
}

#footer .main-footer .methods li img {
  height: 35px;
  width: auto;
}

#footer .main-footer .payments ul li a {
  color: #fff;
  display: inline-block;
  background-color: #ffff;
  border-radius: var(--border-radius-small);
}

#footer .bottom-footer {
  background-color: var(--dark-grey);
  padding: 20px 0;
}

#footer .bottom-footer .inner {
  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;
}

#footer .bottom-footer .inner .copyright {
  color: #fff;
}

#footer .bottom-footer .inner .copyright a {
  color: #fff;
}

@media (max-width: 1299px) {
  #footer .inner .footer-col:last-child {
    padding-top: 30px;
  }
  #footer .top-footer .footer-col.faq {
    padding: 0 0 0 100px;
    margin: 0;
    width: 60%;
	}
  #footer .top-footer .general-content {
    max-width: 500px;
  }

	#footer .top-footer .footer-col.shipping-info {
  	width: 100%;
	}
  
  #footer .main-footer .inner {
    margin: -30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .main-footer .footer-col {
    padding: 30px;
  }
}

@media (max-width: 991px){
  #footer .main-footer .footer-col.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  #footer .main-footer .footer-col.contact {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
/*   #footer .inner .footer-col:last-child {
  	padding-top: 0;
  } */
  #footer .contact-wrap {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    margin: 0 -15px;
  }
  #footer .contact-wrap .contact-col {
  	width: 50%;
    padding: 0 15px;
  }
  #footer .footer-logo {
		max-width: 150px;
    margin-bottom: 30px;
	}

  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .top-footer .footer-col.faq {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #footer .main-footer .inner {
    margin: 0;
  }
  #footer .main-footer .footer-col {
    padding: 0px;
  }
/*  #footer .inner .footer-col {
    padding-bottom: 30px;
  }
  #footer .inner .footer-col:last-child {
    padding: 0;
  } */
  
  #footer .main-footer .footer-title {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .main-footer .footer-col.newsletter-wrap {
    padding-bottom: 20px;
  }
  #footer .main-footer .footer-col.footer-links-wrap {
    padding: 0;
  }
  #footer .main-footer .footer-col.footer-links-wrap {
    padding: 10px 0;
    border-bottom: 1px solid var(--dark-grey);
  }
  #footer .main-footer .footer-col.footer-links-wrap .footer-title {
    margin-bottom: 0px;
  }
	#footer .main-footer .footer-col.footer-links-wrap .footer-links {
    display: none;
    padding-top:10px;
  }
  #footer .main-footer .footer-col.footer-links-wrap i {
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  #footer .main-footer .footer-col.footer-links-wrap.active i {
  	-webkit-transform: rotate(180deg);
  	    -ms-transform: rotate(180deg);
  	        transform: rotate(180deg);
  }
  #footer .main-footer .footer-col .payments {
    padding-top: 30px;
  }
}

@media (max-width: 767px){
  #footer .top-footer .footer-col {
 		margin-right: 0px; 
	}
  #footer .top-footer .btn.btn-small {
    width: 100%;
  }
  #footer .top-footer .btn.btn-small:last-child {
  	margin-top: 10px;
  }
  #footer .main-footer {
    padding: 50px 0;
  }
  
  #footer .main-footer .footer-title {
    font-size:1.286em;
  }
 	#footer .main-footer .footer-col.newsletter-wrap {
   -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
           order: 1;
   padding-bottom: 0px;
  }
  #footer .main-footer .standard-input {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  #footer .main-footer .footer-col.socials {
    -webkit-box-ordinal-group:3;
        -ms-flex-order:10;
            order:10;
    padding-bottom: 20px;
  }
  #footer .main-footer .payments {
    padding-bottom: 30px;
  }
  #footer .main-footer .footer-col.footer-links-wrap {
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }
  #footer .main-footer .footer-col.payments-shipping {
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
    padding-bottom: 0px;
  }
	 #footer .main-footer .socials .contact-info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
	}
  
}
/* End footer */

/* Products */
.hallmarks-slider .owl-nav .owl-prev,
.hallmarks-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next,
.checkout-products-slider .owl-nav .owl-prev,
.checkout-products-slider .owl-nav .owl-next,
.collab-col-slider .owl-nav .owl-prev,
.collab-col-slider .owl-nav .owl-next,
.products-slider-nav li {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hallmarks-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-next,
.products-slider-nav li.next,
.checkout-products-slider .owl-nav .owl-next,
.collab-col-slider .owl-nav .owl-next{
	left: auto;
  right: 0;
}

.hallmarks-slider .owl-nav .owl-prev,
.hallmarks-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-prev,
.blog-slider .owl-nav .owl-next,
.products-slider-nav li a,
.checkout-products-slider .owl-nav .owl-prev,
.checkout-products-slider .owl-nav .owl-next,
.collab-col-slider .owl-nav .owl-prev,
.collab-col-slider .owl-nav .owl-next{
  font-size: 24px !important;
  width: 60px;
  height: 60px;
/*   -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 7%);
          box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 7%);
  background: #fff !important; */
/*   border-radius: 50%; */
  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-top: 0.1em;
  color: var(--accent) !important;
}

.hallmarks-slider .owl-nav .owl-next,
.blog-slider .owl-nav .owl-next,
.products-slider-nav li.next a,
.checkout-products-slider .owl-nav .owl-next {
/* 	-webkit-box-shadow: -2px 2px 5px 0 rgb(0 0 0 / 7%);
	        box-shadow: -2px 2px 5px 0 rgb(0 0 0 / 7%); */
}

.hallmarks-slider .owl-nav .owl-prev.disabled,
.hallmarks-slider .owl-nav .owl-next.disabled,
.blog-slider .owl-nav .owl-prev.disabled,
.blog-slider .owl-nav .owl-next.disabled,
.products-slider-nav li.disabled a,
.checkout-products-slider .owl-nav .owl-prev.disabled,
.checkout-products-slider .owl-nav .owl-next.disabled {
	color: var(--light-grey) !important;
}

.hallmarks-slider .owl-nav .owl-prev {
	left: -30px;
}

.hallmarks-slider .owl-nav .owl-next {
	right: -30px;
}

.hallmarks-slider .owl-nav .owl-prev,
.hallmarks-slider .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  font-size: 20px !important;
}

.products-slider .owl-stage-outer {
	overflow: visible;
}

.products-slider .owl-stage,
.products-slider .owl-item,
.products .product,
.products .product .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products .products-slider .product.first-product .info:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: -20000px;
  height: 100%;
  width: 50000px;
  background: var(--block-grey);
}

.products .products-slider .product:after {
	display: none;
}

.products-slider .owl-nav {
	display: none;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: unset;
}

.products .product {
	padding: unset;
}

.products .product:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
/* 	background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-width: 1px;
  max-width: 1px;
  z-index: 9;
  height: 100%;
}

#collection .products .product:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
/* 	background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}

.products .product .inner {
	width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products .product .info {
	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;
  padding: 40px 20px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  position: relative;
  z-index: 0;
}

.products .products-slider .info {
	background: var(--block-grey);
}

.products .product .image-wrap {
	position: relative;
}

.products .product .image-wrap .sec {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.products .product .image-wrap .sec img {
	height: 100%;
}

.products .product .product-title{
  color: var(--dark-grey);
  font-size: 1.250em;
  text-align: center;
}

.products .product .price{
	margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.products .product .price .price-new{
	font-weight: 600;
  color: var(--accent);
}

.products .product .price .price-new.with-old {
	color:#e23925;
}

.products .product .price .price-old{
	text-decoration: line-through;
  margin-right: 10px;
  color: var(--light-grey);
}

.products .product .age-label {
  font-size: 14px;
  height: 36px;
  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;
  padding: 0 20px;
  background: #fff;
  border-radius: 18px;
  font-weight: 500;
  color: var(--dark-grey);
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
          box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
  white-space: nowrap;
}

.products .product .age-label:empty {
	display:none;
}

.products .product .product-stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--light-grey);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.products .product.colors-loaded.sizes-loaded .product-stats {
	opacity: 1;
}

.products .product .product-stats li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.products .product .product-stats li:not(:last-child) {
	margin-right: 25px;
}

.products .product .product-stats i {
	font-size: 18px;
  margin-right: 10px;
}

.products .product .product-stats .colors-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: var(--border-radius-medium);
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-width: 100px;
}

.products .product .product-stats .colors-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
	width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 1;
}

.products .product.colors-loaded.show-colors-tooltip .product-stats:hover .colors-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-10px);
      -ms-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

.products .product .product-stats .colors-tooltip .color {
	min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: var(--dark-grey);
  font-weight: bold;
	font-size: 14px;
  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;
}

.products .product .product-stats .colors-tooltip .color:not(:last-child) {
	margin-right: 4px;
}

.products .product .btn {
	margin-top: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  font-size: 1em;
}

.products .product .specs-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
	font-size: 14px;
}

.products .product .specs-table tr td:first-child {
	padding-right: 15px;
  width: 40%;
}

.products .product .specs-table tr td:last-child {
	width: 60%;
}

.products .product .specs-table tr:not(:last-child) td {
	padding-bottom: 10px;
  border-bottom: 1px solid var(--border-grey);
}

.products .product .specs-table tr:not(:first-child) td {
  padding-top: 10px;
}

.spec-table table tr td i,
.specs-table tr td i {
	font-size: 1.4em;
}

.spec-table table tr td i.bx-check,
.specs-table tr td i.bx-check {
	color: var(--accent-green);
}

.spec-table table tr td i.bx-x,
.specs-table tr td i.bx-x {
	color: var(--accent-red);
}

#collection .products .product:last-child:before {
  background: none;
}

.color-ocean-blue {
	background: #439AAB !important;	
}

.color-gold {
	background: #c6a270 !important;
}

.color-orange {
	background: #f5812d !important;
}

.color-lime {
	background: #e3e094 !important;
}

.color-cream {
	background: #cbc3bf !important;
}

.color-silver {
	background: #bbbbbb !important;
}

@media (min-width: 1200px) {
	.products .product.has-sec .inner:hover .image-wrap .sec {
    opacity: 1;
    visibility: visible;
  }
  
  .products .product .product-title:hover {
  	color: var(--accent);
  }
}

@media (min-width: 992px) {
  #collection .products .product:nth-last-child(2):before,
  #collection .products.even .product:nth-last-child(3):before {
    background: none;
  }
  
  .blog-slider .owl-nav .owl-prev {
    left: -30px;
  }

  .blog-slider .owl-nav .owl-next {
    right: -30px;
  }
}

@media (min-width: 500px) and (max-width: 991px) {
  #collection .products.even .product:nth-last-child(2):before {
    background: none;
  }
}

@media (max-width: 1199px) {
  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next,
	.products-slider-nav li a,
  .checkout-products-slider .owl-nav .owl-prev,
	.checkout-products-slider .owl-nav .owl-next {
    font-size: 16px;
    width: 50px;
    height: 50px;
  }
  
  .hallmarks-slider .owl-nav .owl-prev {
    left: -40px;
  }

  .hallmarks-slider .owl-nav .owl-next {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .blog-slider .owl-nav .owl-prev,
  .blog-slider .owl-nav .owl-next,
  .products-slider-nav li a,
  .checkout-products-slider .owl-nav .owl-prev,
	.checkout-products-slider .owl-nav .owl-next {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  
 	.products .product .info {
  	padding: 20px 10px;
  }
  
  .products .product .product-stats {
    color: var(--light-grey);
    font-size: 12px;
  }
  
  .products .product .product-stats li:not(:last-child) {
    margin-right: 15px;
  }
  
  .products .product .product-stats i {
    font-size: 14px;
    margin-right: 5px;
  }
  
  .products .product .btn {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  
  .products .product .product-stats,
  .products .product .btn {
  	margin-top: 15px;
  }
  
  .products .product .age-label {
  	padding: 0 15px;
    font-size: 13px;
    height: 30px;
    border-radius: 15px;
  }
}

@media (max-width: 549px) {
  #collection .products .product {
  	width: 100%;
  }
  
  #collection .products .product:after {
  	background: none;
  }
}
/* End products */
/* Home products */
.home-products .slider-app-style{
	margin-right: -30%;
}

/* End home products */

/* Trustpilot */
.trustpilot-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trustpilot-stars .star {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: #ccc;
  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-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-right: 2px;
}

.trustpilot-stars .star:last-child {
	margin: 0;
}

.trustpilot-stars .star:after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--accent-trustpilot);
  z-index: -1;
}

.trustpilot-stars .star.full:after {
	width: 100%;
}

.trustpilot-stars .star.half:after {
	width: 50%;
}

.trustpilot-stars .star i {
	font-size: 100%;
}
/* End trustpilot */

/* Header */
#header {
	z-index: 999;
  position: relative;
  --header-nav-spacing: 25px;
}

#header.fixed .header-fixed-wrap {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header .topbar {
  background: var(--dark-grey);
  color: #fff;
  padding-left: 25px;
  font-size: 14px;
}

#header .topbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	height: var(--topbar-height);
}

#header .topbar .usp-wrap:not(.owl-carousel),
#header .topbar .usp-wrap .owl-stage,
#header .topbar .usp-wrap .owl-item,
#header .topbar .usp-wrap li,
#header .topbar .nav-right,
#header .topbar .nav-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .topbar .usp-wrap .owl-stage {
	height: var(--topbar-height);
}

#header .topbar .usp-wrap li:not(:last-child) {
	margin-right: 60px;
}

#header .topbar .usp-wrap li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

#header .topbar .usp-wrap li a i {
	margin-right: 10px;
  font-size: 1.714em;
  color: var(--accent);
}

#header .topbar .usp-wrap li a i.icon-plane {
  margin-bottom: -0.2em;
}

#header .topbar .nav-right {
	margin-left: auto;
}

#header .topbar .nav-right li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

#header .topbar .nav-right li:not(:last-child) {
	margin-right: 20px;
}

#header .topbar .nav-right li.account a i {
	margin-right: 10px;
	font-size: 1.714em;
}

#header .topbar .nav-right li.settings a {
	background: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
}

#header .topbar .nav-right li.settings a .cur-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

#header .topbar .nav-right li.settings .flag {
  margin-right: 10px;
}

#header .topbar .nav-right li.settings i {
	font-size: 1.286em;
  margin-left: 40px;
}

#header .main-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%);
          box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%);
  position: relative;
  color: var(--dark-grey);
}

#header .main-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--main-header-height);
}

#header .main-header .header-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .main-header .header-col.nav-col {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

#header .main-header .header-col.icons-col {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .main-header .logo img {
	height: var(--logo-height);
}

#header .main-header .header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-icons li:not(:last-child) {
	margin-right: 80px;
}

#header .main-header .header-icons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-header .header-icons li a i {
	font-size: 22px;
}

#header .main-header .header-icons li.cart a i {
	font-size: 25px;
}

#header .main-header .header-icons li a .text {
	font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}

#header .main-header .header-icons li a .i-wrap {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .main-header .header-icons li a .i-wrap .qty {
	position: absolute;
  top: -7px;
  right: -10px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 13px;
}

#header .main-nav {
  height: var(--main-header-height);
  margin: 0 calc(var(--header-nav-spacing) * -1);
}

/* #header .main-nav > li:not(:last-child) {
	margin-right: 50px;
} */

#header .main-nav,
#header .main-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .main-nav > li > a {
	font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main-nav > li > a {
	padding: 0 var(--header-nav-spacing);
}

#header .main-nav > li > a:hover ,
#header .main-nav > li.active > a {
	color: var(--accent);
}

#header .main-nav > li.sale > a,
#header .main-nav > li.sale > a:hover, 
#header .main-nav > li.sale.active > a,
#header .main-nav > li.black-friday > a,
#header .main-nav > li.black-friday > a:hover, 
#header .main-nav > li.black-friday.active > a {
	color:#e23925;
}

#header .open-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  padding: 15px;
  margin: -15px;
  margin-right: 0;
  font-size: 28px;
}

#header .open-menu.active i:before {
	content: "\ebe9";
}

#header .header-subnav {
  --col-padding: 50px;
  padding: 100px 0;
	position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  transition: transform .5s cubic-bezier(.29,.58,.32,1), opacity 0s linear .5s, -webkit-transform .5s cubic-bezier(.29,.58,.32,1);
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
}

#header.subnav-open .main-nav > li.open > .header-subnav,
#header.subnav-open .main-nav > li:hover > .header-subnav {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
  opacity: 1;
  transition: transform .5s cubic-bezier(.29,.58,.32,1), opacity 0s, -webkit-transform .5s cubic-bezier(.29,.58,.32,1);
}

#header .header-subnav .subnav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .header-subnav .nav-col.left {
  width: 60%;
}

#header .header-subnav .nav-col.right {
	width: 40%;
  padding-left: var(--col-padding);
}

#header.subnav-active .main-header {
  background: #fff !important;
  color: var(--dark-grey) !important;
  -webkit-box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%) !important;
          box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%) !important;
}

#header .header-subnav .subcats-wrap {
	margin: -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header-subnav .subcats {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  padding: 0 var(--col-padding);
}

#header .header-subnav .subcats:first-child {
	padding-left: 0px;
}

#header .header-subnav .subcats li {
	padding: 20px 0;
}

#header .header-subnav .subcats li .cat-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-subnav .subcats li .image-wrap {
	min-width: 210px;
  max-width: 210px;
  margin-right: 20px;
}

#header .header-subnav .subcats li .title {
	font-size: 1.250em;
}

#header .header-subnav .subcats li .title:hover {
	color: var(--accent);
}

#header .header-subnav .subcats li .link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-subnav .subcats li .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  color: var(--accent);
}

#header .header-subnav .subcats li .link:first-child {
	margin-right: 10px;
}

#header .header-subnav .subcats li .link i {
	margin-right: 5px;
  font-size: 16px;
}

#header .header-subnav .cat-img {
	overflow: hidden;
  border-radius: var(--border-radius-medium);
}

#header .header-subnav .cat-title {
	font-size: 1.5em;
  margin-top: 5px;
}

#header .header-subnav .cat-title:hover {
	color: var(--accent);
}

#header .main-header {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#header .sub-header {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .sub-header.inactive {
	opacity: 0;
  visibility: hidden;
}

#header .sub-header.contrast {
	background: #fff;
  border-color: #eee;
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
}

#header .sub-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

#header .sub-header:not(.contrast) ul {
	color: #fff;
}

#header .sub-header ul li:not(:last-child) {
	margin-right: 20px;
}

#header .sub-header ul li .line {
	height: 1px;
  width: 50px;
  background: #fff;
}

#header .sub-header.contrast ul li .line {
	background: var(--body-color);
}

#header .sub-header ul li a:not(.btn):hover {
	color: var(--accent);
}

@media (min-width: 1200px) {
  #header.transparent:not(.fixed) .main-header {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  #header.transparent:not(.fixed) .main-header:hover {
    background: #fff;
    color: var(--dark-grey);
    -webkit-box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%);
            box-shadow: 0 1px 0 0px rgb(0 0 0 / 5%);
  }
  
  #header .main-header .header-icons li a:hover {
  	color: var(--accent);
  }
}

@media (max-width: 1999px) {
	#header .header-subnav {
    --col-padding: 70px;
  	padding: var(--col-padding) 0;
  }
  
  #header .header-subnav .title-featured .title {
  	font-size: 2.5em;
  }
}

@media (max-width: 1910px) {
  #header {
    --header-nav-spacing: 15px;
  }
  
  #header .main-header .header-icons li:not(:last-child) {
    margin-right: 40px;
  }
  
/*   #header .main-nav > li:not(:last-child) {
    margin-right: 30px;
  } */
  
  #header .main-nav > li > a {
  	font-size: 1.1em;
  }
}

@media (max-width: 1699px) {
  #header {
    --header-nav-spacing: 10px;
  }
/*   #header .main-nav > li:not(:last-child) {
    margin-right: 20px;
  } */
  
  #header .main-nav > li > a {
  	font-size: 1em;
  }
  
  #header .header-subnav {
  	--col-padding: 60px;
  }
  
  #header .header-subnav .subcats li .image-wrap {
    min-width: 130px;
    max-width: 130px;
    margin-right: 15px;
	}
  
  #header .header-subnav .title-featured .title {
  	font-size: 2em;
  }
}

@media (max-width: 1460px){
  #header {
    --header-nav-spacing: 7px;
  }
/*   #header .main-nav > li:not(:last-child) {
    margin-right: 15px;
	}
   */
}

@media (max-width: 1399px) {
  #header .main-nav > li > a {
  	font-size: .9em;
  }
  
  #header .header-subnav {
  	padding: 60px 0;
  }
}

@media (max-width: 1260px){
  #header {
    --header-nav-spacing: 5px;
  }
/*   #header .main-nav > li:not(:last-child) {
    margin-right: 10px;
	} */
  #header .main-header .header-icons li:not(:last-child) {
    margin-right: 20px;
	}
}

@media (max-width: 1199px) {
  #header .topbar .usp-wrap {
  	display: block;
    width: 60%;
  }
  
  #header .topbar .usp-wrap.mobile-hidden {
  	height: var(--topbar-height);
    opacity: 0;
  }
  
  #header .topbar .usp-wrap .owl-item {
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    text-align: center;
  }
  
  #header .topbar .usp-wrap li:not(:last-child) {
    margin-right: 0px;
  }
  
  #header .main-header .header-icons li:not(:last-child) {
    margin-right: 20px;
  }
  
  #header .main-header .header-icons li a i,
  #header .main-header .header-icons li.cart a i {
  	font-size: 22px;
  }

  #header .sub-header ul li:not(:last-child) {
    margin-right: 20px;
  }

  #header .sub-header ul li .line {
    width: 30px;
  }
}

@media (max-width: 991px) {
	#header .main-header .header-icons li a i,
  #header .main-header .header-icons li.cart a i {
  	font-size: 20px;
  }
  
  #header .main-header .header-icons li a .i-wrap .qty {
    top: -5px;
    right: -7px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }
  
  #header .sub-header ul {
  	font-size: .9em;
  }
  
  #header .sub-header ul li:not(:last-child) {
    margin-right: 10px;
  }

  #header .sub-header ul li .line {
    width: 10px;
  }
}

@media (max-width: 767px) {
  #header .topbar .usp-wrap {
  	width: 50%;
  }
  #header .topbar {
    font-size: 12px;
  	padding-left: 20px;
  }
  
	#header .topbar .usp-wrap .owl-item {
  	-webkit-box-pack: start;
  	    -ms-flex-pack: start;
  	        justify-content: flex-start;
    text-align: left;
    padding-left: 2px;
  }
  
  #header .topbar .usp-wrap li a i {
  	font-size: 1.5em;
  }
  
  #header .topbar .usp-wrap li a i.icon-truck {
  	padding-left: 2px;
  }
  
  #header .main-header .header-icons li:not(:last-child) {
    margin-right: 15px;
  }
  
  #header .main-header .header-icons li a i,
  #header .main-header .header-icons li.cart a i {
  	font-size: 18px;
  }
}
/* End header */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: calc(var(--main-header-height) + var(--topbar-height));
  left: 0;
  bottom: 0;
/*   height: 100%; */
  width: 100%;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  border-top: 1px solid #eee;
}

.mobile-menu.mobile-menu-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
}

.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: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu .subs:not(.active) {
	display: none;
}

.mobile-menu .subs {
	padding: 0 15px;
}

.mobile-menu .mobile-subs-outer {
	margin-right: -25%;
  padding-bottom: 30px;
}

/* .mobile-menu .mobile-subs-slider:not(.owl-loaded) {
	opacity: 0;
  height: 120px;
}
 */
.mobile-menu .mobile-subs-slider .owl-stage-outer {
	overflow: visible;
  -webkit-transform: translateZ(-1);
          transform: translateZ(-1);
}

.mobile-menu .mobile-subs-slider .owl-prev,
.mobile-menu .mobile-subs-slider .owl-next {
	position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-menu .mobile-subs-slider .owl-prev,
.mobile-menu .mobile-subs-slider .owl-next {
  font-size: 16px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 7%);
          box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 7%);
  background: #fff !important;
  border-radius: 50%;
  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-top: 0.1em;
  color: var(--accent) !important;
  z-index: 9999;
  -webkit-transform: translateZ(1);
          transform: translateZ(1);
}

.mobile-menu .mobile-subs-slider .owl-next {
	-webkit-box-shadow: -2px 2px 5px 0 rgb(0 0 0 / 7%);
	        box-shadow: -2px 2px 5px 0 rgb(0 0 0 / 7%);
  left: auto;
  right: 28%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.mobile-menu .mobile-subs-slider .owl-prev.disabled,
.mobile-menu .mobile-subs-slider .owl-next.disabled {
	color: var(--light-grey) !important;
}

.mobile-menu .subs-wrap {
	margin: 0 -10px;
}

.mobile-menu .subs-wrap .sub-item {
	padding: 0 10px;
  text-align: center;
}

.mobile-menu .subs-wrap .sub-item .link-wrap {
	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;
}

.mobile-menu .subs-wrap .sub-item .title {
	margin-top: 5px;
}

.mobile-menu .subs-wrap .sub-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	color: var(--accent);
  font-weight: 500;
  margin-top: 5px;
  font-size: 12px;
}

.mobile-menu .subs-wrap .sub-item .link i {
	margin-right: 3px;
}

.mobile-menu .top-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;
  padding: 20px;
  background: var(--accent);
}

.mobile-menu .top-wrap .title {
  font-size: 1.3em;
  color: #fff;
}

.mobile-menu .top-wrap .close-mobile-menu {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin: -20px;
}

.mobile-menu .categories-wrap {
	padding: 15px 0;
}

.mobile-menu .categories-wrap > ul {
	margin: -7px 0;
}

.mobile-menu .categories-wrap > ul li.active > .cat-inner a {
	color: var(--accent);
}

.mobile-menu .categories-wrap > ul > li > .cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  font-size: 1.3em;
  color: var(--dark-grey);
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a.sale,
.mobile-menu .categories-wrap > ul > li > .cat-inner > a.black-friday {
	color:#e23925;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 50px;
}

.mobile-menu .categories-wrap a.more-cats i {
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap li.active > .cat-inner > a.more-cats i {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.mobile-menu .categories-wrap ul.subs {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #eee;
  font-size: 1em;
}

.mobile-menu .categories-wrap ul.subs.active {
	display: block;
}

.mobile-menu .categories-wrap ul.subs li {
	opacity: .8;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap ul.subs li.active {
	opacity: 1;
}

.mobile-menu .categories-wrap ul.subs li.active > .cat-inner > a {
	font-weight: bold;
}

.mobile-menu .categories-wrap ul.subs li .cat-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .categories-wrap ul.subs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 8px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap ul.subs li a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	-webkit-box-flex: unset;
	    -ms-flex-positive: unset;
	        flex-grow: unset;
  width: 30px;
}

.mobile-menu .extra-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #eee;
  font-weight: bold;
}
/* End mobile menu */

/* Live search */
.live-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  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: rgba(255,255,255,0.1);
}

.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: 2em;
  font-weight: 600;
  letter-spacing: 1.5px;
  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 .i-wrap {
  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: 20px;
  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 ~ .i-wrap {
  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;
}

.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: 600;
}

.search-autocomplete .products-livesearch ul li .info .price {
  opacity: .8;
  margin-top: 3px;
}

.search-autocomplete .products-livesearch ul li .link {
  margin-left: auto;
  text-decoration: underline;
}

.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 .i-wrap {
    font-size: 18px;
  }
}
/* End live search */

/* Instagram block */
.instagram-widget .title-featured .slider-nav li.prev.disabled,
.instagram-widget .title-featured .slider-nav li.next.disabled {
	color: #111;
}

@media (max-width: 991px) {
  .instagram-widget .title-featured {
  	position: relative;
  }
  .instagram-widget .title-featured .btn {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 768px) {
  .instagram-widget .instagram-wrap {
    margin-right: -40px;
  }
}
/* End instagram block */

/* tooltip popup */
.tooltip-popup-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: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}
.tooltip-popup-overlay.tooltip-open {
  opacity: 1;
  visibility: visible;
}
.tooltip-popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  padding: 20px;
}
.tooltip-popup.tooltip-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.tooltip-popup .close-popup {
  font-size: 20px;
  color: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tooltip-popup .top-wrap {
    padding-bottom: 50px;
}
.tooltip-popup .top-wrap .title {
  font-size: 1.5em;
  color: var(--dark-grey);
  padding-bottom: 20px;
}
/* end tooltip */

/* Product detai */
#productpage {
  --product-spacing: 50px;
  --product-spacing-small: calc(var(--product-spacing) * .4);
  overflow:hidden;
}

#productpage .product-info-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#productpage .product-info-row .image-col {
/* 	min-width:1000px;
  max-width:1000px; */
  -webkit-box-flex:10;
      -ms-flex-positive:10;
          flex-grow:10;
  margin-right:var(--product-spacing);
}

#productpage .product-info-row .info-col {
	min-width:600px;
  max-width:600px;
}

.product-info {
	padding: var(--product-spacing);
  background:var(--block-grey);
  border-radius: 0 0 0 20px;
  position:relative;
  padding-right:0;
}

.product-info:after {
  content:'';
  display:block;
  position:absolute;
	width:100vw;
  left:100%;
  height:100%;
  top:0;
 	background:var(--block-grey);
  z-index:-1;
}

.product-images-grid {
	margin:-10px;
}

.product-images-item {
	padding:10px;
}

.product-images-item a {
	display:block;
  position:relative;
}

#productpage .show-all-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-weight: 500;
  color: var(--dark-grey);
  font-size: 1.3em;
}

#productpage .show-all-images i {
	margin-right: 5px;
  font-size: 1.2em;
}

.product-info .rating {
	margin-top: var(--product-spacing-small);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.product-info .rating a {
	text-decoration:underline;
}

.product-info .rating .text {
	margin-left:15px;
}

.product-info .price {	
	margin-top:var(--product-spacing);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.product-info .price .price-old {
	text-decoration:line-through;
  opacity:.7;
  margin-right:15px;
  font-size:125%;
  font-weight:500;
}

.product-info .price .price-new {
	font-size:200%;
  color: var(--accent);
  font-weight:bold;
}

.product-info .price .price-new.with-old {
	color:#e23925;
}

.product-info .product-option {
	margin-top:var(--product-spacing);
}

.product-info .custom-options,
.product-info .bundle-options  {
	margin: calc(var(--product-spacing) / 2 * -1);
}

.product-info .custom-options .custom-option,
.product-info .bundle-options .bundle-option {
	padding: calc(var(--product-spacing) / 2);
}

/* #productpage .product-configure .product-configure-inner .option-wrap {
	margin: calc(var(--product-spacing) / 2 * -1);
} */

#productpage .product-configure .product-configure-inner {
	margin: calc(var(--product-spacing) / 2 * -1) 0;
}

#productpage .product-configure .product-configure-inner .option-wrap {
	padding: calc(var(--product-spacing) / 2) 0;
}

.product-info .product-option label {
  font-weight:600;
  font-size: 1.1em;
  color: var(--black);
  margin:0;
  margin-bottom: var(--product-spacing-small);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.product-info .product-option label a {
	margin-left:10px;
  color:var(--accent);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.product-info .custom-options-title {
  font-size: var(--font-title-medium);
  color: var(--accent);
  margin-bottom: var(--product-spacing-small);
}

.product-info .custom-options ul,
.product-info .bundle-options ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin:-5px;
  padding:0;
  list-style:none;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.product-info .custom-options ul li,
.product-info .bundle-options ul li{
	padding:5px;
 	width: calc(100%/3);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.product-info .custom-options ul li .img,
.product-info .bundle-options ul li .img {
	position:relative;
  min-width:100%;
  max-width:100%;
/*   margin-right:calc(var(--product-spacing) / 2.5); */
}

.product-info .custom-options ul li .img:after,
.product-info .bundle-options ul li .img:after{
	display:block;
  content:'';
  padding-top:100%;
}

.product-info .custom-options ul li img,
.product-info .bundle-options ul li img {
	width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  -o-object-fit:contain;
     object-fit:contain;
  border-radius:100%;
}

.product-info .custom-options ul li a,
.product-info .bundle-options ul li a{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  background:#fff;
  border:1px solid var(--border-grey);
  width:100%;
  padding:15px;
  border-radius: var(--border-radius-small);
  position: relative;
/*   padding-right: 35px !important; */
}

.product-info .custom-options ul.mattress li a i.checked-icon,
.product-info .bundle-options ul.mattress li a i.checked-icon {
	display: none;
}

.product-info .custom-options ul.mattress li a i.times-icon,
.product-info .bundle-options ul.mattress li a i.times-icon {
	display: block;
}

.product-info .custom-options ul.mattress li a.active i.checked-icon,
.product-info .bundle-options ul.mattress li a.active i.checked-icon {
	display: block;
}

.product-info .custom-options ul.mattress li a.active i.times-icon,
.product-info .bundle-options ul.mattress li a.active i.times-icon {
	display: none;
}

.product-info .custom-options ul li a i,
.product-info .bundle-options ul li a i {
	position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
}

.product-info .custom-options ul li a i.bx-check,
.product-info .bundle-options ul li a i.bx-check {
	color: var(--accent-green);
}

.product-info .custom-options ul li a i.bx-x,
.product-info .bundle-options ul li a i.bx-x {
	color: var(--accent-red);
}

.product-info .custom-options ul li a.active,
.product-info .bundle-options ul li a.active{
	border:2px solid var(--accent);
}

.product-info .custom-options ul li a:not(.active):hover,
.product-info .bundle-options ul li a:not(.active):hover{
	border: 2px solid var(--border-grey-hover);
}

.product-info .custom-options ul li .title,
.product-info .bundle-options ul li .title{
	font-size:125%;
  color:var(--black);
  font-weight:600;
}

.product-info .custom-options ul li .option-price-old,
.product-info .bundle-options ul li .option-price-old{
  font-size: .9em;
	text-decoration:line-through;
  color: var(--accent-red);
  margin-top:3px;
}

.product-info .custom-options ul li .option-price,
.product-info .bundle-options ul li .option-price{
	margin-top:3px;
}

.product-info .custom-options ul li .option-price-old:empty,
.product-info .custom-options ul li .option-price:empty {
	display:none;
}

.product-info .sum {
	margin-top:var(--product-spacing);
}

.product-info .sum-table {
	background:#fff;
  border-radius: var(--border-radius-medium);
  padding: var(--product-spacing) calc(var(--product-spacing) / 2);
  margin-bottom: calc(var(--product-spacing) / 2);
}

.product-info .sum-table table {
	width:100%;
}

.product-info .sum-table table td {
	padding: calc(var(--product-spacing) / 3) 0;
  border-bottom: 1px solid var(--border-grey);
  width:50%;
}

.product-info .sum-table table tr:last-child {
	font-size:125%;
}

.product-info .sum-table table tr:last-child td {
	padding-bottom:0;
  padding-top: calc(var(--product-spacing) / 2);
  border:none;
}

.product-info .sum-table table tr td:first-child {
	font-weight:600;
  color:var(--black);
}

.product-info .sum-table table tr:last-child td:last-child {
	color:var(--accent);
  font-weight:600;
}

.product-info .sum-table table td i.bx-x {
	font-size: 1.2em;
  color: var(--accent-red);
}

.product-info .btn.add-cart {
	width:100%;
  background: var(--accent-green);
}

.product-info .ui.selection.dropdown {
	width:100%;
}

.input-button {
	position:relative;
}

.input-button .input-wrap {
	position:absolute;
  left:5px;
  top:5px;
}

.input-button input {
	width: calc(var(--btn-height-big) - 10px);
  height: calc(var(--btn-height-big) - 10px);
  border-radius:var(--border-radius-medium);
  border:none;
  text-align:center;
  padding:0;
  font-weight:bold;
  color: var(--black);
  font-size: 125%;
}

.input-button .number-text-input::-webkit-outer-spin-button,
.input-button .number-text-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
  margin: 0;
}

.input-button .number-text-input {
  -moz-appearance: textfield;
}

.input-button .btn {
	position:relative;
}

.product-info .product-usp {
	margin-top:var(--product-spacing);
}

.product-info .product-usp ul {
	margin: calc(var(--product-spacing) / 2 * -1) 0;
}

.product-info .product-usp ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  position:relative;
  padding: calc(var(--product-spacing) / 2) 0;
}

.product-info .product-usp .icon {
	min-width:30px;
  color:var(--accent);
  font-size:25px;
  margin-right:15px;
  padding-top:2px;
}
.product-info .product-usp .custom-icon{
	height: 30px;
  width: auto !important;
}
.product-info .product-usp .content {
	width:100%;
}

.product-info .product-usp .title {
	font-size: var(--font-title-small);
  color: var(--black);
}

.product-info .product-usp .text {
	font-size: calc(var(--font-base) * .875);
  margin-top:5px;
}

#productpage .product-configure .linked-options.loading {
  opacity: 0;
}

#productpage .product-configure .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-configure .linked-options .option {
	padding: 5px;
}

#productpage .product-configure .linked-options .option a {
	display: block;
}

#productpage .product-configure .linked-options .option a .image-wrap {
	border: 1px solid var(--border-grey);
  border-radius: var(--border-radius-small);
  overflow:hidden;
  background:#fff;
}

#productpage .product-configure .linked-options .option.active a .image-wrap {
  border: 2px solid var(--accent);
}

#productpage .product-configure .linked-options .option:hover .image-wrap {
	border: 2px solid var(--border-grey-hover);
}

#productpage .product-configure .linked-options .option a .image-wrap {
	min-width: 100px;
  max-width: 100px;
}

#productpage .product-configure .linked-options .option a .image-wrap img {
	width: 100%;
  display:block;
}

.discover-slider .owl-nav {
	display:none;
}

.product-specs-block {
	background:var(--dark-grey);
  color:#fff;
}

.spec-table {
	max-width:700px;
  margin:0 auto;
}

.spec-table table {
	width:100%;
}

.spec-table table td {
	padding: calc(var(--product-spacing) / 3) 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  width:50%;
  padding-right:10px;
}

.spec-table table td:last-child {
	padding-right:0;
}

.spec-table table tr:last-child td {
  border:none;
}

.spec-table table tr td:first-child {
	font-weight:600;
}

.spec-table table .spec-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  white-space:nowrap;
}

.spec-table table td:first-child a {
  margin-left: 10px;
  color: var(--accent);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media(max-width:1400px) {
	#productpage {
  	--product-spacing: 40px;
  }
}
@media(max-width:1199px) {
	#productpage .product-info-row .info-col {
    min-width: 450px;
    max-width: 450px;
	}
  #productpage {
  	--product-spacing: 30px;
  }
  .product-images-row {
  	margin:-5px;
  }
  .product-images-item {
  	padding:5px;
  }
  #productpage .product-configure .linked-options .option a .image-wrap {
  	min-width:75px;
    max-width:75px;
  }
  .product-info .custom-options ul li .img,
  .product-info .bundle-options ul li .img{
  	min-width: 100%;
    max-width: 100%;
  }
}
@media(max-width:991px) {
  #productpage .product-info-row {
  	display:block;
  }
  #productpage .product-info-row .image-col {
  	width:100%;
    margin:0;
  }
  #productpage .product-info-row .info-col {
  	min-width:100%;
    max-width:100%;
    margin-top: var(--product-spacing);
  }
  .product-info {
  	border-radius:0;
    padding: var(--product-spacing) 0;
  }
  .product-info:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    right: 100%;
    height: 100%;
    top: 0;
    background: var(--block-grey);
    z-index: -1;
	}
  .product-images-grid {
  	margin:0;
  }
  .product-images-item {
  	padding:0;
  }
  .product-images-item .borders {
  	display:none;
  }
  .product-image-slider .owl-dots,
  .product-usp-slider .owl-dots{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin:-2px;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .product-image-slider.owl-carousel button.owl-dot,
  .product-usp-slider.owl-carousel button.owl-dot{
  	padding:2px !important;
  }
  .product-image-slider .owl-dots span,
  .product-usp-slider .owl-dots span{
  	display:block;
    width:10px;
    height:2px;
    background:var(--border-grey);
  }
  .product-image-slider .owl-dots .active span,
  .product-usp-slider .owl-dots .active span{
  	background: var(--accent);
  }
  
  .product-info .bundle-options ul li {
  	width: 25%;
  }
}
@media(max-width:767px) {
  :root {
    --btn-height-big: 55px;
  }
  .product-info .custom-options ul li a,
  .product-info .bundle-options ul li a{
  	padding:15px 8px;
  }
  .product-info .custom-options ul li .img,
  .product-info .bundle-options ul li .img{
  	margin-right:5px;
  }
  .product-info .price .price-new {
  	font-size:125%;
  }
  .product-info .price .price-old {
  	font-size:100%;
    margin-right:5px;
  }
  #productpage .product-configure .linked-options {
  	margin:-3px;
  }
  #productpage .product-configure .linked-options .option {
  	padding:3px;
  }
  .product-usp .borders {
  	display:none;
  }
  .product-info .product-usp .icon {
    min-width: 20px;
    margin-right: 10px;
  }
  #productpage .product-configure .linked-options .option a .image-wrap {
  	display:block;
  }
  .product-info .bundle-options ul li {
  	width: 50%;
  }
  .product-info .bundle-options ul li .img {
  	margin-right:10px;
  }
}
/* End product detail */

/* Cart side */
.cart-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: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.cart-overlay.active {
  opacity: 1;
	visibility: visible;
}

.cart-side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 500px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.cart-side.active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cart-side .top-wrap {
	padding: 20px;
  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;
}

.cart-side .top-wrap .top-title {
	font-size: 16px;
  color: var(--dark-grey);
}

.cart-side .top-wrap .close-icon {
	font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: -15px;
}

.cart-side .center-wrap {
	padding: 20px;
}

.cart-side .borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cart-side .cart-table {
	width: 100%;
}

.cart-side .cart-table tr:not(:first-child) td {
	padding-top: 30px;
}

.cart-side .cart-table tr td.image,
.cart-side .cart-table tr td.image .image-wrap {
	width: 60px;
}

.cart-side .cart-table tr td.info-td {
	width: 40%;
}

.cart-side .cart-table .title {
	color: var(--dark-grey);
}

.cart-side .cart-table .title:hover {
	color: var(--accent);
}

.cart-side .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
  margin-top: 10px;
}
.cart-side .cart-table .extra-info ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 7px;
}

.cart-side .cart-table .extra-info ul li {
  padding-bottom: 10px;
}

.cart-side .cart-table .extra-info ul li:last-child {
  padding-bottom: 0;
}

.cart-side .cart-table .info {
  padding: 0 10px;
  font-size: 14px;
}

.cart-side .cart-table .info .price {
	margin-top: 5px;
  color: var(--accent);
}

.cart-side .cart-table .input-wrap {
  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;
}

.cart-side .cart-table .input-wrap input {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  margin: 0px 5px;
}

.cart-side .cart-table .delete a {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-side .bottom-wrap {
  padding: 20px;
}

.cart-side .bottom-wrap .totals-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;
}

.cart-side .bottom-wrap .totals-wrap .text {
  font-weight: 500;
  color: var(--dark-grey);
}

.cart-side .bottom-wrap .totals-wrap .price {
	color: var(--accent);
}

.cart-side .bottom-wrap .btn-wrap {
	margin-top: 20px;
}

.cart-side .bottom-wrap .btn-wrap .btn {
  width: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.cart-side .bottom-wrap .btn-wrap .btn:last-child {
	margin-top: 15px;
  background: var(--border-grey);
  color: var(--dark-grey);
}

@media (max-width: 767px) {
	.cart-side {
    width: calc(100vw - 30px);
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
    -webkit-transform: translate(calc(100vw - 30px), 0px);
    -ms-transform: translate(calc(100vw - 30px), 0px);
    transform: translate(calc(100vw - 30px), 0px);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
    -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1);
    transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  }
  
  .cart-side .bottom-wrap .btn-wrap .btn {
    height: 40px;
  }

	.cart-side .bottom-wrap .btn-wrap .btn:last-child {
		margin-top: 10px;
  }
  
  .cart-side .cart-table .input-wrap input {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
/* End cart side */

/* Breadcrumbs */
.breadcrumbs {
  color: var(--light-grey);
  opacity: 0.7;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size:90%;
}

.breadcrumbs .line {
	background-color: var(--light-grey);
  height: 1px;
  width: 20px;
  margin: 0 7px;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}
/* End breadcrumbs */

/* Productpage */
#productpage .product-images .productpage-slider {
  margin-bottom: 20px;
}

#productpage .product-images .productpage-slider-outer.slider-loading {
	width: 100%;
}

#productpage .product-images .productpage-slider-outer.slider-loading:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#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 */

/* Product configure */
#productpage .product-configure .product-configure-inner {
	margin: -15px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap {
	padding: 15px 0;
}

/* #productpage .product-configure .linked-options.loading {
  opacity: 0;
}

#productpage .product-configure .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-configure .linked-options .option {
	padding: 5px;
}

#productpage .product-configure .linked-options .option a {
	display: block;
}

#productpage .product-configure .linked-options .option.active a .image-wrap {
	border: 2px solid #000;
}

#productpage .product-configure .linked-options .option a .image-wrap {
	min-width: 80px;
  max-width: 80px;
}

#productpage .product-configure .linked-options .option a .image-wrap img {
	width: 100%;
} */

#productpage .product-configure label.label-title {
  display: block;
	font-size: 1em;
  margin-bottom: 10px;
}

#productpage .product-configure select {
	height: 50px;
  opacity: 0;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
	border: 2px solid rgba(0,0,0,0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
	padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}
/* End product configure */

/* CUSTOM CART */
#cart-page{
	overflow: hidden;
}
#cart-page .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin:0px -25px;
}
#cart-page .cart-body-col {
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
  padding:0px 25px;
  min-height:1px;
  margin-top: 50px;
  margin-right: 90px;
}
#cart-page .cart-total-col {
  max-width: 560px;
  min-width: 560px;
  padding:0px 25px;
  min-height:1px;
}
#cart-page .cart-title{
	margin-bottom: 50px;
}
#cart-page .cart-title .title{
  margin:0;
  color: var(--dark-grey);
  font-size: 3.438em;
}
#cart-page .cart-table {
	width:100%;
}
#cart-page .cart-table th {
	font-size:120%;
  text-align:center;
  padding-bottom:10px;
}
#cart-page .cart-table th:first-child {
	text-align:left;
}
#cart-page .cart-table tr{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
	position: relative;
}
#cart-page .cart-table tr:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
/*   background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}
#cart-page .cart-table td {
	padding: 30px 15px;
/*   border-bottom:1px solid rgba(0,0,0,0.065); */
}
#cart-page .cart-table td.input-td {
	vertical-align:top;
}
#cart-page .cart-table td.image {
	width: 210px;
}
#cart-page .cart-table td.image img {
	width:100%;
}
#cart-page .cart-table .image-wrap {
	position:relative;
}
/* #cart-page .cart-table .change{
	margin-top: 10px;
} */
#cart-page .cart-table td .input-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .cart-table td .input-wrap input{
	min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: 0 8px;
  border: 1px solid #eee;
}
#cart-page .cart-table td .input-wrap a{
	color: var(--dark-grey);
}
#cart-page .cart-table td:last-child {
	padding-right:0;
  position: relative;
}
#cart-page .cart-table td .option-icons.text-right {
  position: absolute;
  top: 20px;
  right: 0;
}
#cart-page .cart-table td:first-child {
	padding-left:0;
}
#cart-page .cart-table .extra-info ul {
	margin:0px;
  padding:0;
  list-style:none;
  font-size:12px;
}
#cart-page .cart-table .extra-info ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 15px;
}
#cart-page .cart-table .extra-info ul li {
  padding-bottom: 10px;
}
#cart-page .cart-table .extra-info ul li:last-child {
  padding-bottom: 0;
}
#cart-page .cart-table .info .title {
  font-size: 24px;
  color: var(--dark-grey);
}

#cart-page .cart-table .info .title-price {
  padding: 10px 0 15px;
  font-size: 18px;
	color: var(--accent);
}
#cart-page .cart-table .info-bottom ul {
  font-size: 14px;
}
#cart-page .cart-body-col #gui-form-discount{
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#cart-page .cart-body-col #gui-form-discount:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
/*   background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}
#cart-page .cart-body-col #gui-form-discount .btn{
	min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#cart-page .cart-body-col #gui-form-discount .standard-input{
	height: 50px;
}
#cart-page .total-block {
  padding: 50px;
  padding-right: unset;
  position: relative;
  border-bottom-left-radius: 20px;
}
#cart-page .total-block:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: var(--block-grey);
  z-index: -1;
}
#cart-page .total-block .title{
	color: var(--dark-grey);
  font-size: 3.438em;
  margin-bottom: 70px;
}
#cart-page .total-block table {
	width:100%;
}
#cart-page .total-block table td {
	padding-bottom: 10px;
}
#cart-page .total-block table td:first-child{
	color: var(--black);
  font-weight: 600;
}
#cart-page .total-block table td:first-child a{
	color: var(--light-grey);
}
#cart-page .total-block table td:last-child {
	text-align:right;
}
#cart-page .total-block table tr:last-child td{
	padding-top:20px;
  border-top:1px solid rgba(0,0,0,0.06);
  font-size:120%;
}
#cart-page .total-block table tr:last-child td.total-price {
  color: var(--accent);
}
#cart-page .total-block table tr:nth-last-child(2) td {
	padding-bottom:20px;
}
#cart-page .total-block table tr td .free-ship{
	color: var(--accent-green);
  font-weight: bold;
}
#cart-page .total-block table .delete-discount {
  margin-left: 5px;
  margin-top: 5px;
}
#cart-page .total-block .payment-methods{
	margin-top: 40px;
}
#cart-page .total-block .payment-methods .payments-title{
	margin-bottom: 20px;
  color: var(--dark-grey);
  text-transform: none;
}
#cart-page .total-block ul.payments{
	margin:-3px;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#cart-page .total-block ul.payments li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  height: 35px;
  border-radius:2px;
  display:inline-block;
}
#cart-page .total-block ul.payments li img {
	height:100%;
}

#cart-page .total-block .shipping-methods{
	margin-top: 40px;
}
#cart-page .total-block .shipping-methods .shipping-title{
	margin-bottom: 20px;
  color: var(--dark-grey);
  text-transform: none;
}
#cart-page .total-block ul.methods{
	margin:-3px;
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
#cart-page .total-block ul.methods li {
	margin:3px;
  padding:3px 5px;
  background:#fff;
  height: 35px;
  border-radius:2px;
  display:inline-block;
}
#cart-page .total-block ul.methods li img {
	height:100%;
}

#cart-page .total-block .button  {
	margin-top:20px;
}
#cart-page .total-block .button .btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  background: var(--accent-green);
  margin-top:10px;
}
#cart-page .total-block .button .btn i {
	margin-right:7px;
}
#cart-page .total-block .button .btn:first-child {
	margin-top:0;
}
#cart-page .total-block .button .btn.paypal {
	background:#012169;
}
#cart-page .total-block .button .btn.fastcheckout {
	background:#1ba5de;
}
#cart-page .total-block .discount-block form {
	position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart-page .total-block .discount-block input {
	height:50px;
  padding:0px 20px;
  border:none;
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#cart-page .total-block .discount-block .btn {
	margin-left: 10px;
  width:50px;
  height:50px;
  padding:0;
}
#cart-page .total-block .discount-block {
	margin-bottom:40px;
}
#cart-page .total-block .discount-block.shipping-active {
	margin:15px 0;
}
#cart-page .total-block .shipping-costs-block {
	margin-bottom:20px;
}
#cart-page .total-block .toggle-shipping-costs {
	font-weight:bold;
}
#cart-page .total-block .toggle-shipping-costs i {
	margin-left:7px;
}
#cart-page .total-block .shipping-costs-wrap {
	display:none;
  padding:10px 0px;
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 15px;
}
#cart-page .total-block .shipping-costs-wrap.used {
	display:block;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown {
  width: 100%;
  background-color: #fff;
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 20px;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown .menu {
  max-height: 20.22857143rem;
}
#cart-page .total-block .shipping-costs-wrap .ui.search.selection.dropdown>input.search {
	padding:0px 20px;
  height:100%;
}
#cart-page .total-block .shipping-costs-wrap .ui.selection.dropdown>.dropdown.icon {
  height: 40px;
  line-height: 38px;
  width: 40px;
  color: #000;
}
#cart-page .total-block .shipping-costs-wrap .radio-block {
	border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 5px 0px;
}
#cart-page .total-block .shipping-costs-wrap .radio-block .radio-wrap label {
	margin-left:7px;
}
#cart-page .cart-usps{
	margin-top: 40px;
}
#cart-page .cart-usps ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
#cart-page .cart-usps ul li:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
/*   background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}
#cart-page .cart-usps ul li i{
  color: var(--accent);
  font-size: 30px;
  margin-right: 15px;
}
#cart-page .cart-usps ul li .title{
  color: var(--dark-grey);
  margin-bottom: 5px;
  font-size: 1.125em;
}
#cart-page .cart-usps ul li .subtitle{
	font-size: 14px;
}
.custom-cart-page .gui-progressbar {
	display:none;
}
.gui-input, .gui-text, .gui-select, .gui-number, .gui-select select {
  border: none !important;
  background: rgba(0,0,0,0.05)!important;
  border-radius: 0!important;
}
.gui-input input,
.gui-select select {
	height:40px !important;
}
.gui-checkout .gui-form a.gui-button-small {
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  font-weight: bold;
  background: #2ecc71;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
}
.gui-checkout .gui-form a.gui-button-primary, .gui-checkout .gui-form a.gui-button-action {
	padding: 0px 25px !important;
  background: #2ecc71 !important;
  color:#fff !important;
}
.gui-checkout input:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
#cart-page .upsell-products .owl-nav{
	display: none;
}

@media (max-width: 1399px) {
  #cart-page .total-block .title {
    font-size: 3em;
  }
  #cart-page .cart-title .title {
    font-size: 3em;
  }
  #cart-page .cart-table .info .title {
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
	#cart-page .cart-row {
  	margin:0px -15px;
  }
  #cart-page .cart-body-col {
    padding:0px 15px;
  }
  #cart-page .cart-total-col {
  	min-width:400px;
    max-width:400px;
    padding:0px 15px;
  }
  #cart-page .total-block {
  	padding:25px;
    font-size:13px;
  }
  #cart-page .cart-table th {
  	font-size:100%;
  }
  #cart-page .cart-table td {
  	padding:15px 10px;
  }
  #cart-page .cart-table td.image {
  	width:150px;
  }
  #cart-page .cart-title .title,
  #cart-page .total-block .title{
  	font-size: 2.6em;
  }
} 
  
@media (max-width: 991px) {
  #cart-page .cart-row {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
	#cart-page .cart-body-col {
  	width: 100%;
  }
  #cart-page .cart-total-col {
  	min-width: 100%;
    max-width: 100%;
    margin-top:30px;
  }
  #cart-page .total-block ul.payments li {
  	width: calc(10% - 6px);
  }
  #cart-page .total-block{
  	border-radius: 20px;
  }
  #cart-page .total-block:after{
  	display: none;
  }
}
  
@media (max-width: 767px) {
	#cart-page .total-block ul.payments li {
  	width:calc(16.6666% - 6px);
  }
  #cart-page .cart-table td {
    padding: 15px 5px;
	}
  #cart-page .cart-table td.image {
  	width: 100px;
  }
  #cart-page .cart-title .title, .checkout-title .title, #service-page .service-title .title {
  	font-size: 30px;
  }
  #cart-page .cart-table .info .title {
    font-size: 16px;
  }
  #cart-page .cart-table .extra-info span.text {
    text-decoration: underline;
    cursor: pointer;
  }
  #cart-page .cart-table .extra-info span.icon-options {
    font-size: 6px;
    margin-left: 5px;
	}
  #cart-page .cart-table .info .title-price {
    font-size: 16px;
    padding: 10px 0 0;
  }
  #cart-page .cart-table .extra-info {
    padding-top: 15px;
  }
  #cart-page .cart-table .info-bottom ul {
    font-size: 12px;
    display: none;
    padding-bottom: 10px;
  }
  #cart-page .cart-table td .input-wrap input {
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;
    margin: 0 8px;
    border: 1px solid #eee;
    padding: 0;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
  }
  #cart-page .cart-table .extra-info ul li:before {
    margin-right: 5px;
  }
  #cart-page .cart-table td .option-icons.text-right {
    top: 10px;
    font-size: 10px;
  }
  #cart-page .cart-body-col #gui-form-discount .standard-input {
    height: 40px;
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  #cart-page .cart-body-col #gui-form-discount {
    padding-top: 20px;
  }
  #cart-page .cart-body-col #gui-form-discount .btn {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
  }
  #cart-page .cart-total-col {
  	padding:0;
  }
  #cart-page .total-block {
    padding: 20px 40px;
    margin: 0 -20px;
  }
  #cart-page .total-block table td {
    font-size:14px;
  }
  #cart-page .cart-title, .checkout-title, #service-page .service-title {
  	margin-bottom:20px;
  }
  #cart-page .total-block .discount-block {
  	margin-bottom:20px;
  }
  #cart-page .total-block .payments ul {
  	margin-top:17px;
  }
  #cart-page .total-block table tr:last-child td{ 
  	padding-top:10px;
    font-size: 16px;
  }
  #cart-page .total-block table tr:last-child td.total-price {
    font-size: 18px;
  }
  #cart-page .total-block table tr:nth-last-child(2) td {
  	padding-bottom:10px;
  }
  .upsell-products {
  	padding-top:30px;
  }
  #cart-page .title-featured .title {
  	font-size:18px;
  }
  #cart-page .total-block .discount-block input {
  	height:40px;
    padding:0px 15px;
  }
  #cart-page .total-block .discount-block .btn {
  	width:40px;
    height:40px;
    line-height:40px;
  }
  #cart-page .total-block .button .btn {
    height: 55px;
    font-size: 18px;
  }
  #cart-page .total-block .payment-methods {
    margin-top: 30px;
  }
  #cart-page .total-block .payment-methods .payments-title {
    font-size: 16px;
  }
    
}
/* END CUSTOM CART */
/* Custom checkout */
.fixed-pages{
	padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}
/* .gui-checkout .order-summary table tr:first-child td small {
	display: none;
} */
.gui-payment-method-service .gui-payment-method-icon {
	opacity:0;
  background:#fff;
  border-radius:3px;
  border:1px solid rgba(0,0,0,.07);
  height: 30px;
}

.gui-payment-method-service .gui-payment-method-icon.updated {
	opacity:1;
}

.gui-payment-method-service.gui-is-selected .gui-payment-method-icon.updated {
	 border-color:transparent;
  background:transparent;
}

body .gui-payment-methods,
body #gui-checkout-shipment-methods {
  border: 1px solid #f3f3f3;
  border-bottom: 0;
}

body .gui-payment-methods .gui-payment-method,
body #gui-checkout-shipment-methods .gui-block-option {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
}

body #gui-checkout-shipment-methods .gui-spacer {
	display:none;
}

body .gui-payment-methods .gui-payment-method.gui-is-selected {
	background:#f9f9f9;
}

body .gui-checkout-one-step .gui-payment-method-form {
    margin: 0;
    margin-top: 15px;
}

.gui-checkout .gui-form .gui-field.gui-form-region select, .gui-checkout .gui-form .gui-field.select-field select{
  border-color: #ddd !important;
}
.gui-checkout .gui-form .gui-field.gui-form-region select option, .gui-checkout .gui-form .gui-field.select-field select option{
	opacity: .6;
}


.gui-form .gui-radio label,
.gui-form .gui-checkbox label,
.gui-form .gui-payment-method > label{
  position: relative;
  padding-left: 30px !important;
  padding:10px 0px;
  font-size: 14px !important;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before,
.gui-form .gui-payment-method > label:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border:1px solid rgba(0,0,0,.07);
}

.gui-form .gui-checkbox label:before{
  border-radius:0;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
	display:none;
}

.gui-form .gui-radio input:checked ~ label:after{
/* .gui-form .gui-payment-method.gui-is-selected > label:after { */
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border-radius: 100%;
}
.gui-form .gui-radio input:checked ~ label:before{
  border: 2px solid var(--accent);
}
.gui-form .gui-checkbox input:checked ~ label:after {
  content: "\e9a4";
  display: block;
  position: absolute;
  left: 2px;
  font-size: 20px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  display: inline-block;
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--accent);
}
.gui-form .gui-checkbox input:checked ~ label:before {
	border: 2px solid var(--accent);
}
.gui-checkout-one-step .gui-payment-method-service > label {
  padding: 0px;
  background: transparent;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 0px;
  border: 2px solid transparent;
}

body .gui-form label span {
	color:#000;
}

.gui-checkout-one-step .gui-payment-method-service.gui-is-selected > label {
/*   border: 2px solid #009488; */
}

.gui-checkout-one-step .gui-payment-method-service > label input {
	display:none;
}

.gui-checkout .gui-form a.gui-button-small {
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  color: #ffffff !important;
  font-weight: 700; 	
  border-radius: var(--border-radius-medium) !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.sm-checkout #gui-block-review .gui-div-cart-coupons .gui-button-small{
	width: 50px;
  opacity: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
body .gui-checkout-one-step .gui-block {
/* 	margin-top:20px;
  padding-top:20px;
  border-top:1px solid #f3f3f3; */
  margin-bottom:15px;
}

body .gui-checkout-one-step div .gui-block:first-child {
	margin-top:0px;
  padding-top:0px;
  border:none;
}

body .gui-checkout-one-step #gui-block-review {
  background: rgba(0,0,0,0.03);
  padding: 35px 30px;
  max-width: 450px;
  margin-left: auto;
}

/* body .gui-checkout-one-step #gui-block-review .gui-div-cart-coupons {
  padding: 15px;
  background: #fff;
}  */

body .gui-checkout-one-step .gui-block-subtitle {
	line-height:1;
  margin-bottom:10px;
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
}

#gui-block-billing-address .gui-block-subtitle {
	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;
}

body .gui-cart-sum .gui-big {
	margin-bottom:0;
  color:#000;
}

body .gui-cart-sum .gui-big .gui-price {
	font-weight:bold;
}

body .gui-checkout .order-summary {
	background:#fff;
  padding:15px;
}
.gui-checkout .gui-cart-sum .gui-item .gui-price{
  font-weight: 600;
	color: var(--accent) !important;
}
.gui-checkout .order-summary table td:last-child {
	font-weight: 600;
  color: var(--accent) !important;
}

#gui-block-billing-address .gui-block-subtitle a {
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1;
  color: var(--blue_dark);
  text-decoration: underline;	
  font-weight: bold;
}
/* .gui-checkout-one-step .gui-block {
	padding: 7%;
  border-radius: 10px;
} */

/* .gui-checkout-one-step .gui-block, .gui-checkout-one-step .gui-block {
  background: rgba(0,0,0,0.03);
} */

.gui-input, .gui-text, .gui-select, .gui-number {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
}

.gui-block-subtitle, .gui-content-subtitle {
	font-size:1.4em;
  font-weight: bold;
}

.gui-block-subtitle a {
	font-size:12px;
  line-height:2em;
  text-transform:none;
}

.gui-form .gui-checkout-steps {
	margin:-25px;
}

.gui-checkout-one-step .gui-checkout-steps {
	width:auto !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
  width: 30% !important;
  padding: 25px !important;
  margin: 0 !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	width: 40% !important;
}

#gui-block-review .gui-product-image {
	display:block;
  background:#fff;
  position:relative;
}

#gui-block-review .gui-product-image ~ a {
	font-size:1.2em;
  font-weight:Bold;
}

/* #gui-block-review .gui-product-image:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.03);
} */

body .gui-cart-sum {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.gui-form .gui-field > label {
	font-size:.9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: block !important;
  border:none;
  border-radius:0;
  overflow: hidden;
  margin-right:15px;
  margin-bottom:0;
  height: 45px;
}

.order-summary .gui-table tbody tr td:first-child {
	padding-left:0;
/*   display: flex;
  align-items: center; */
}

.order-summary .gui-table tbody tr td:last-child {
	padding-right:0;
  color:#404040;
}

.order-summary .gui-table thead {
	display:none;
}
.order-summary .gui-table tbody tr td {
	font-size:14px;
  border: 0;
  position: relative;
  padding: 15px 0px 15px 30px;
}
.order-summary .gui-table tbody tr td:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
/*     background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
    min-height: 1px;
    max-height: 1px;
    z-index: 9;
    width: 100%;
}
.gui-cart-sum .gui-item .gui-desc {
  font-size: 14px;
  text-align:left !important;
}

.gui-cart-sum .gui-line {
	background:#eee !important;
}

body .gui-table tbody tr:last-child td {
	border-color:#eee;
}

.gui-checkout .gui-confirm-buttons a.gui-button-action {
  padding: 0px 40px !important;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
}

input#gui-form-discount_code {
	font-size: 1em;
}

.gui-select select {
  -webkit-appearance: none;
	-moz-appearance:none;
	     appearance:none;
  background:transparent !important;
  padding-left: 5px;
  /*padding:0px 0px !important;*/
}

body .gui-select {
	background:#transparent !important;
  color:#000;
  font-size:13px;
  position:relative;
  z-index:0;
  border-radius: 0px;
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}

.gui-form .gui-radio input {
	margin: 0;
  margin-right: 10px;
}

.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
	border: none !important;
}

/* .gui-checkout .gui-form .gui-input-phone-number {
  height: 45px;
  border-bottom: 1px solid #efefef !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

.gui-select select {
  height: 45px !important;
  -webkit-appearance: none;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07) !important;
}


.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
	height: 50px;
  padding:0px 0px;
  outline:none;
  border: 2px solid #eee;
  padding-left: 4px;
  border-radius:0px;
  background:#transparent;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

.gui-checkout .gui-form textarea {
	padding:13px 3px;
  max-width:100%;
  min-height: 100px;
}

.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
   opacity:  1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
   opacity:  1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555 !important;
  color:rgba(85,85,85,1) !important;
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
	border-bottom:1px solid rgba(0,0,0,.07) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gui-input.gui-input-phone-number input:focus {
  border:none!important;
}

body .gui-input-phone-number .gui-input-phone-number-code-wrapper {
  margin: 0;
  margin-left: 0px;
}

body .gui-select.gui-focus {
	border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;

  border-radius:0;
}

.gui-checkout .gui-progressbar {
	display: none;
}

.gui-checkout .gui-form a.gui-button-action {
	width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}


body .gui-inactive {
	opacity:1;
}

.gui-form .gui-radio input:checked ~ label:after,
.gui-payment-method.gui-is-selected label:after {
	background: var(--accent);
}
	
/* @media (max-width: 1299px) {
  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	max-width: 320px !important;
  }
} */

@media (max-width: 991px) {
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
    width: 100% !important;
  }
  body .gui-checkout-one-step #gui-block-review {
  	max-width:100%;
  }
}
@media(max-width: 767px){
	body .gui-checkout-one-step .gui-block-subtitle{
  	font-size: 1em;
  }
}
.sm-checkout{
	background: #f7f7f7;
}
.sm-checkout .custom-checkout-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sm-checkout .checkout-sidebar {
  min-width: 330px;
  max-width: 330px;
  padding-right: 60px;
}
.sm-checkout .checkout-sidebar .usp-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.sm-checkout .checkout-sidebar .usp-wrap li:before{
	content: '';
  position: absolute;
  bottom: 0;
  right: 0;
/* 	background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}

.sm-checkout .checkout-sidebar .usp-wrap li:last-child {
	margin-bottom: 0;
}

.sm-checkout .checkout-sidebar .usp-wrap li i {
  color: var(--accent);
  font-size: 30px;
  margin-right: 15px;
}

.sm-checkout .checkout-sidebar .usp-wrap li .title {
	color: var(--dark-grey);
  margin-bottom: 5px;
  font-size: 1.125em;
}

.sm-checkout .checkout-sidebar .usp-wrap li .title span {
	font-weight: bold;
}
.sm-checkout .checkout-sidebar .usp-wrap li .text{
	font-size: 14px;
}
.sm-checkout .checkout-sidebar .payments-block,
.sm-checkout .checkout-sidebar .widget-block,
.sm-checkout .checkout-sidebar .shipping-block{
	margin-top: 40px;
  display: block;
}

.sm-checkout .checkout-sidebar .payments-block .title,
.sm-checkout .checkout-sidebar .widget-block .title,
.sm-checkout .checkout-sidebar .shipping-block .title{
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 15px;
  color: var(--dark-grey);
}

.sm-checkout .checkout-sidebar .payments-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}

.sm-checkout .checkout-sidebar .payments-block ul li {
  padding: 3px;
}

.sm-checkout .checkout-sidebar .payments-block ul li img {
  height: 35px;
  background: #fff;
	border-radius: var(--border-radius-small);
}
.sm-checkout .checkout-sidebar .widget-block .widget-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sm-checkout .checkout-sidebar .widget-block .image{
	margin-right: 15px;
}
.sm-checkout .checkout-sidebar .widget-block .image img{
	height: 30px;
  width: auto;
}
.sm-checkout .checkout-sidebar .widget-block .score{
  background: var(--accent-trustpilot);
  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;
  text-align: center;
  border-radius: 100%;
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  font-weight: bold;
}
.sm-checkout .checkout-sidebar .shipping-block ul{
	display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}

.sm-checkout .checkout-sidebar .shipping-block ul li {
  padding: 3px;
}
.sm-checkout .checkout-sidebar .shipping-block ul li img {
  height: 35px;
  background: #fff;
	border-radius: var(--border-radius-small);
}
.sm-checkout .gui-checkout .checkout-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   max-width: 730px; */
}
.sm-checkout .gui-checkout .checkout-wrap .checkout-upsell-wrap .checkout-wrappingpaper{
	margin-bottom: 20px;
}
.sm-checkout .gui-form .gui-checkout-steps {
	margin: 0;
}

.sm-checkout .gui-col3-equal .gui-col3-equal-col1,
.sm-checkout .gui-col3-equal .gui-col3-equal-col2 {
  width: 100%;
  margin: 0;
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
  max-width: 730px;
}
.sm-checkout .gui-col3-equal .gui-col3-equal-col2 {
	background: none;
  padding: 0;
}
.sm-checkout .gui-col3-equal-col2 #gui-block-shipment-method,
.sm-checkout .gui-col3-equal-col2 #gui-block-payment-method{
	background: #fff;
  padding: 30px;
  margin: 0;
  border-radius: 20px;
}
.sm-checkout .gui-col3-equal .gui-col3-equal-col1:last-child,
.sm-checkout .gui-col3-equal .gui-col3-equal-col2:last-child {
  margin-bottom: unset;
}
.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	width: auto !important;
  float: right;
}

body.sm-checkout .gui-checkout-one-step .gui-block {
 	margin-bottom: 0px;
}
body.sm-checkout .gui-checkout-one-step #gui-block-review {
  background: #fff;
  max-width: 420px;
	margin-left: auto;
  padding: 40px;
	-webkit-box-shadow: var(--shadow-large);
	        box-shadow: var(--shadow-large);
  border-radius: 20px;
}
body.sm-checkout .gui-checkout-one-step #gui-block-review .gui-confirm a{
  color: var(--body-color);
  text-decoration: underline;
/* 	display: none; */
}
.sm-checkout #gui-block-review .gui-product-image ~ a {
	font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark-grey);
  font-family: Futura PT;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
	padding: 0 !important;
}

.checkout-products {
	background: #fff;
  max-width: 730px;
}

.checkout-products .checkout-products-row {
	margin: -15px;
}
/* .checkout-products .checkout-products-row .checkout-products-slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
} */
.checkout-products .checkout-products-row .checkout-product {
	padding: 15px;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea {
  padding: 0 15px;
}

.sm-checkout .gui-checkout .gui-form textarea {
	padding: 15px;
}

.gui-checkout .gui-field {
  position: relative;
}

.gui-checkout .gui-form .gui-field.text-field > label,
.gui-checkout .gui-form .gui-field.select-field > label,
.gui-checkout .gui-form .gui-field.field-phone > label,
.gui-checkout .gui-form .gui-field.gui-form-region > label {
  position: absolute;
  z-index: 9;
  top:8px;
  line-height:normal;
  height: auto;
  padding-left: calc(15px / .7);
  left: 0;
  -webkit-transform:scale(.7);
      -ms-transform:scale(.7);
          transform:scale(.7);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity:1;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #000;
}

.gui-checkout .gui-payment-method .gui-field.text-field > label {
	position:unset;
  line-height:30px;
}

.gui-checkout .gui-payment-method .gui-field {
	margin-bottom:10px;
}

.gui-checkout .gui-form .gui-field.text-field.not-filled > label {
	top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  padding-left:20px;
  color: #000;
  opacity:.6;
}

.gui-checkout .gui-payment-method .gui-field.text-field.not-filled > label {
	top: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  padding-left:0px;
  color: #000;
  opacity:1;
}

.gui-checkout .gui-payment-method .gui-input > div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 2px solid #eee;
  border-radius: 5px;
}

.gui-checkout .gui-form .gui-field.gui-form-region select,
.gui-checkout .gui-form .gui-field.select-field select {
  height: 50px !important;
  padding-left: 15px !important;
  padding-top: 5px !important;
  line-height: 50px !important;
  border-radius: var(--border-radius-small);
  border: 2px solid #eee !important;
}

.sm-checkout .gui-form-region .gui-select:after {
  height: 55px;
  width: 55px;
  line-height: 55px;
}

.gui-checkout .gui-form .gui-field.select-field .gui-select:after {
	height:55px;
  line-height:55px;
}

.gui-checkout .gui-form .gui-field input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0; /* Firefox */
}

.gui-checkout .gui-form .gui-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}

.gui-checkout .gui-form .gui-field input::-ms-input-placeholder { /* Microsoft Edge */
  color: transparent;
}

.gui-checkout .gui-form .gui-field.text-field input[type="text"],
.gui-checkout .gui-form .gui-field.text-field input[type="email"] {
	height: 50px;
  padding-top:10px;
}

.gui-checkout .gui-form .gui-field.field-phone input {
	height:55px !important;
  border:2px solid #eee !important;
  border-radius:var(--border-radius-small) !important;
  padding-top:10px;
  padding-left:100px !important;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input-phone-number-code-placeholder {
	text-align:left;
  padding-left:3px;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.gui-checkout .gui-form .gui-field.field-phone .gui-input-phone-number-code-wrapper {
	margin:0;
  margin-left:20px;
  margin-top:5px;
}

.gui-checkout .gui-form .gui-input-phone-number {
  height: auto;
  border: none !important;
}

body .gui-checkout-one-step div .gui-block:first-child {
	margin-bottom: 10px;
}

body .gui-checkout .order-summary {
	padding: 0;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before,
.gui-form .gui-payment-method > label:before {
  border: 2px solid #eee;
}
.sm-checkout #gui-block-review .gui-checkbox label:before{
	border-radius: var(--border-radius-small);
}
.gui-checkout .gui-form a.gui-button-small {
	height: 50px;
  line-height: 50px;
  border-radius: var(--border-radius-medium);
  text-transform: uppercase;
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}

.gui-checkout .gui-form a.gui-button-action {
	background: var(--accent) !important;
  border-color: var(--accent) !important;
}

.sm-checkout #header.optie .main-header .logo a,
.sm-checkout .topbar li a,
.sm-checkout #footer .footer-bottom .payments a {
	cursor: default;
}

.sm-checkout .gui-checkout-one-step .gui-block-option .gui-field .gui-radio > label {
	font-size: 13px;
}

.sm-checkout .gui-payment-method-service .gui-payment-method-price {
  color: var(--accent);
  font-size: 12px;
}

.sm-checkout .gui-col2-equal .gui-col2-equal-col1,
.sm-checkout .gui-col2-equal .gui-col2-equal-col2 {
  width: calc(50% - 5px) !important;
}

.sm-checkout .gui-payment-method .gui-col2-equal .gui-col2-equal-col1, 
.sm-checkout .gui-payment-method .gui-col2-equal .gui-col2-equal-col2 {
	width: 100% !important;
}

.sm-checkout .gui-col2-equal .gui-col2-equal-col2.full-width {
	width: 100% !important;
}

.sm-checkout .gui-form .gui-spacer {
  height: 10px;
}
.checkout-wrap .gui-col3-equal-col1 > .gui-spacer{
	height: unset !important;
}
.checkout-wrap .gui-col3-equal-col2 .gui-spacer {
  background-color: rgb(247, 247, 247);
  width: 120%;
  margin-left: -10%;
  height: 20px;
}

.gui-col3-equal-col2 #gui-block-shipment-method{
	margin-bottom: 25px;
}

.gui-col3-equal-col2 #gui-block-payment-method{
	margin-top: 25px;
}

.sm-checkout #gui-form-cart-billing-address-title:before,
.sm-checkout #gui-form-cart-shipping-method-title:before,
.sm-checkout #gui-form-cart-payment-method-title:before,
/* .sm-checkout #gui-form-cart-review-title:before { */ .sm-checkout .checkout-products-title:before {
	content: '1';
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--accent);
  font-weight: 700;
  text-align: center;
  line-height: 58px;
  font-size: 1.2em;
  border-radius: 100%;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sm-checkout #gui-form-cart-shipping-method-title:before {
	content: '2';
  margin-right: 10px;
}

.sm-checkout #gui-form-cart-payment-method-title:before {
	content: '3';
  margin-right: 10px;
}

.sm-checkout .checkout-products-title:before {
	content: '4';
}


.sm-checkout #gui-block-billing-address .gui-block-subtitle a {
	display: none;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea,
.sm-checkout .gui-select select,
.sm-checkout .gui-payment-methods .gui-payment-method,
.sm-checkout  #gui-checkout-shipment-methods .gui-block-option,
.sm-checkout .gui-payment-methods,
.sm-checkout #gui-checkout-shipment-methods {
	border-color: #eee !important;
}

.sm-checkout .gui-checkout .gui-form input[type="text"],
.sm-checkout .gui-checkout .gui-form input[type="email"],
.sm-checkout .gui-checkout .gui-form textarea,
.sm-checkout .gui-select select,
.sm-checkout .gui-checkout .gui-form input[type="text"]:focus,
.sm-checkout .gui-checkout .gui-form input[type="email"]:focus,
.sm-checkout .gui-checkout .gui-form textarea:focus,
.sm-checkout .gui-select select:focus {
	border-color: #eee !important;
}

.sm-checkout .gui-checkout .gui-form #gui-form-discount_code,
.sm-checkout .gui-checkout .gui-form .not-filled input[type="text"],
.sm-checkout .gui-checkout .gui-form .not-filled input[type="email"],
.sm-checkout .gui-checkout .gui-form .not-filled textarea {
	border-color: #eee !important;
  border-radius: var(--border-radius-small);
  border-width : 2px !important;
}
.sm-checkout .gui-checkout .gui-form #gui-form-discount_code{
	height: 50px !important;
}
.sm-checkout div[aria-labelledby="gui-form-cart-review-remark-title"]{
	display: none;
}
.sm-checkout .gui-payment-methods{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
  margin: -10px;
}
.sm-checkout .gui-payment-methods .gui-payment-method{
	width: calc(100%/4);
  padding: 10px;
  border-radius: var(--border-radius-medium);
  border: 0;
}
.sm-checkout .gui-payment-methods .gui-payment-method > label{
	padding-left: 10px !important;
  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;
  text-align: center;
  border: unset;
  padding: 10px;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  border: 2px solid #eee;
  position: relative;
}
.sm-checkout .gui-payment-method-service .gui-payment-method-icon{
	margin-right: 0;
  float: unset;
  height: 40px;
  border: unset;
}
.sm-checkout .gui-payment-method-service .gui-payment-method-name{
  color: var(--dark-grey);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  height: unset;
  font-family: Futura PT;
  word-break: break-all;
}
.sm-checkout .gui-payment-methods .gui-payment-method > label:before,
.sm-checkout .gui-payment-methods .gui-payment-method > label .gui-payment-method-price{
	display: none;
}
.sm-checkout .gui-payment-methods .gui-payment-method.gui-is-selected > label{
	background: #f9f9f9;
  border: 2px solid var(--accent) !important;
}
.sm-checkout .gui-payment-methods .gui-payment-method.gui-is-selected > label .borders {
	display: none;
}
.sm-checkout .gui-payment-methods .gui-payment-method .gui-payment-method-form .gui-field.not-filled.select-field label{
	display: none;
}
/* .sm-checkout .gui-payment-methods .gui-payment-method .gui-payment-method-form .gui-field.not-filled.select-field label{
	display: none;
} */
.sm-checkout .gui-payment-methods .gui-payment-method.gui-is-selected{
	background: none;
}
.sm-checkout .gui-payment-methods .gui-payment-method .gui-payment-method-form .gui-field.not-filled.select-field .gui-select select{
  height: 45px !important;
  line-height: 35px !important;
  border-radius: var(--border-radius-small);
}
.sm-checkout .gui-payment-methods .gui-payment-method .gui-payment-method-form .gui-field.not-filled.select-field .gui-select:after{
	height: 45px;
  line-height: 45px;
}
.gui a.gui-button-large.gui-button-action, 
.gui a.gui-button-small.gui-button-action {
  padding: 10px 20px;
  background: var(--accent) !important;
  width: 100%;
  display: block;
  text-transform: uppercase;
  border: 0;
  letter-spacing: inherit;
  margin-top: 10px;
  border-radius: 0;
  color: #fff !important;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  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;
}

.gui a.gui-button-small.gui-button-action {
	background: var(--accent-green) !important;
  opacity: 0;
}
.gui a.gui-button-small.gui-button-action i{
	margin-right: 7px;
  font-size: 1.2em;
  font-weight: bold;
}
/* .sm-checkout .gui-checkout .gui-field.field-phone {
	display: none;
}
 */
.sm-checkout .gui-cart-sum .gui-line {
	display: none;
}

.sm-checkout .gui-cart-sum  {
	border: none;
  padding: 0;
  margin: 0;
}

.sm-checkout .gui-cart-sum .gui-item {
	margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.sm-checkout .gui-cart-sum .gui-item:before{
	content: '';
  position: absolute;
  top: 0;
  right: 0;
/*   background-image: url("data:image/svg+xml,%3csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='10%2c 15' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e"); */
  min-height: 1px;
  max-height: 1px;
  z-index: 9;
  width: 100%;
}
/* Custom shipping tiles */
.sm-checkout #gui-checkout-shipment-methods{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  border: 0;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/2);
	padding:20px;
  border: none;
  cursor:pointer;
  padding: 10px;
  background: none;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option .gui-field{
  width: 100%;
	padding: 20px;
  border: 2px solid #eee;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option:hover .gui-field {
	background:#f9f9f9;
}

.sm-checkout #gui-checkout-shipment-methods .gui-block-option.active .gui-field {
	border: 2px solid var(--accent);
  background:none;
  position: relative;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option.active .gui-field .borders{
	display: none;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option .gui-field-content {
	font-size: 13px;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option input[type="radio"],
.sm-checkout #gui-checkout-shipment-methods .gui-block-option label:before,
.sm-checkout #gui-checkout-shipment-methods .gui-block-option label:after{
	display:none;
}

.sm-checkout #gui-checkout-shipment-methods .gui-field > .gui-radio > label {
	font-weight:bold;
  padding-left: unset !important;
}
.sm-checkout #gui-checkout-shipment-methods .gui-shipment-method-form {
	display:block !important;
  padding:0;
  margin-top:5px;
  opacity:1;
}
.sm-checkout #gui-checkout-shipment-methods .gui-block-option .gui-field .gui-price{
	margin-top: unset;
  position: absolute;
  right: 20px;
  top: 26px;
}
.sm-checkout .del-img {
	margin-bottom:10px;
}


.sm-checkout .del-img {
	display:none;
}

.sm-checkout .del-img {
	display:block;
}

.sm-checkout .del-img img {
	max-height:40px;
  width:auto;
}

.sm-checkout .del-img.ups img {
  max-width:unset;
  max-height:unset;
	height:40px;
  width:auto;
}

/* End custom shipping tiles */
@media (min-width: 1200px) {
	.sm-checkout .title-featured {
    margin-left: 300px;
    margin-bottom: 50px;
  }
  .sm-checkout .checkout-sidebar .sidebar-inner-wrap, 
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3{
    position: sticky;
    top: 30px;
    
  }
}
@media(max-width: 1399px){
	.sm-checkout .checkout-sidebar {
  	display: none;
  }
}
@media (max-width: 1199px) {
  
  .sm-checkout .gui-checkout .checkout-wrap {
  	width: 100% !important;
  }
  
  .gui-checkout .gui-form textarea {
    padding: 15px !important;
  }
  
  .sm-checkout .custom-checkout-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	max-width: unset !important;
    margin-top: 30px;
  }
  .sm-checkout .gui-checkout .checkout-wrap{
  	padding-right: unset;
  }
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3{
  	width: 100% !important;
  }
  .checkout-products,
  .sm-checkout .gui-col3-equal .gui-col3-equal-col1,
  .sm-checkout .gui-col3-equal .gui-col3-equal-col2{
  	max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sm-checkout .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
		width: 100% !important;
	}
  .checkout-products{
  	margin-bottom: 20px;
  }
  
  .gui-checkout-one-step .gui-form .gui-col3-equal > div {
  	margin-bottom: 0 !important;
  }
  
  body.sm-checkout .gui-checkout-one-step #gui-block-review {
  	margin-top: 0;
  }
  
  .sm-checkout #gui-form-cart-billing-address-title:before,
  .sm-checkout #gui-form-cart-shipping-method-title:before,
  .sm-checkout #gui-form-cart-payment-method-title:before,
  .sm-checkout .checkout-products-title{ /*.sm-checkout #gui-form-cart-review-title:before {*/
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.286em;
  }
  
  .sm-checkout .checkout-products-title{
  	display: contents;
  }
  
  .sm-checkout #gui-form-cart-shipping-method-title:before,
  .sm-checkout #gui-form-cart-payment-method-title:before {
  	margin-right: 5px;
  }
  #gui-block-review .gui-block-subcontent .gui-table{
    padding-bottom: 10px;
  }
  #gui-block-review .gui-block-subcontent .gui-table tr td{
  	padding: 10px 0 10px 10px;
  }
  .sm-checkout #gui-checkout-shipment-methods .gui-block-option{
  	width: 100%;
  }
  .sm-checkout .gui-payment-methods .gui-payment-method{
  	width: calc(100%/2);
  }
}

@media (max-width: 640px) {
  .sm-checkout .gui-checkout .gui-col2-equal .gui-col2-equal-col1 {
    margin-bottom: 10px !important;
	}
	.sm-checkout .gui-col2-equal .gui-col2-equal-col1,
  .sm-checkout .gui-col2-equal .gui-col2-equal-col2 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
	.sm-checkout .gui-col2-rightm-col2 {
    margin-top: 20px !important;
  }
  
  .sm-checkout #gui-block-billing-address .gui-block-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .sm-checkout #gui-block-billing-address .gui-block-subtitle a {
  	margin-top: 10px;
  }
}
.checkout-products .checkout-products-row .checkout-product .info{
	text-align: center;
}
.checkout-products .checkout-products-row .checkout-product .product-title {
/*   height:1.2em; */
  white-space:nowrap;
  overflow:hidden;
  -o-text-overflow:ellipsis;
     text-overflow:ellipsis;
  font-size: 1.125em;
  color: var(--dark-grey);
}
.checkout-products .checkout-products-row .checkout-product .price {
	color: var(--accent);
  margin-top: 10px;
  font-weight: 700;
}
.checkout-products {
  padding:30px;
  border-radius: 20px;
}
.checkout-products-title {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.checkout-products .checkout-products-row .checkout-product .btn {
  margin-top: 20px;
  color: #fff;
  position: relative;
  height: 38px;
  font-size: 12px;
  padding: 0 15px;
  background: var(--accent-green);
  border-radius: var(--border-radius-medium);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-products .checkout-products-row .checkout-product .btn i{
	margin-right: 7px;
  font-size: 1.2em;
}
.checkout-products .products .product .btn i {
    font-size: 23px;
}

.checkout-products .checkout-products-row .checkout-product .btn .added {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-color: var(--accent-green);
  z-index: 5;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  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;
  border-radius: var(--border-radius-medium);
}
.checkout-products .checkout-products-row .checkout-product .btn.in-cart  .added {
  pointer-events: all;
  background-color: var(--accent-green);
  z-index: 5;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-radius: var(--border-radius-medium);
}

.checkout-products .checkout-products-row .checkout-product .btn .added span {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.checkout-products .checkout-products-row .checkout-product .btn.in-cart .added span {
  -webkit-transition: opacity 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s;
  opacity: 1;
}

.checkout-products .checkout-products-row .checkout-product .price {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
  font-size: 14px;
}

.checkout-products .checkout-products-row .checkout-product .price-new {
	font-weight: bold;
  color: var(--accent);
}

.checkout-products .checkout-products-row .checkout-product .price-old {
	opacity: .7;
  text-decoration: line-through;
  margin-right: 10px;
}

.gui-checkout .checkout-wrap {
  float: left;
  width: 60%;
  padding-right: 30px;
}
.gui-col3-equal .gui-col3-equal-col1,
.gui-col3-equal .gui-col3-equal-col2 {
  width:50%;
  margin:0;
  padding:25px;
}

.checkout-products .cp-outer {
	position: relative;
}
.checkout-products-slider .owl-nav {
	display: none;
}
 
  @media(max-width:991px) {
  	.checkout-products {
      min-width:100%;
      max-width:100%;
    }
    .gui-checkout .checkout-wrap {
    	width:100%;
    }
    .gui-col3-equal .gui-col3-equal-col1,
    .gui-col3-equal .gui-col3-equal-col2 {
      width:100%;
    }
    .gui-block-subtitle, .gui-content-subtitle {
    	font-size: 1.5em;
    }
  }
  @media(max-width:767px) {
    .gui-block-subtitle, .gui-content-subtitle {
    	font-size: 1.2em;
    }
/*     .checkout-products {
    	padding:0;
    } */
    
    .checkout-products .cp-wrap {
    	overflow:hidden;
      margin-right:-20px;
    }
    .checkout-products .cp-inner {
    	margin-right:-30%;
    }
    .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1, .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2, .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
    	padding:20px !important;
    }
    .sm-checkout .gui-col3-equal .gui-col3-equal-col1,
    .sm-checkout .gui-col3-equal .gui-col3-equal-col2 {
    	padding:30px 15px;
    }
  }

.gui-checkout .gui-form .gui-field.gui-form-region select,
.gui-checkout .gui-form .gui-field.select-field select,
.gui-checkout .gui-form .gui-field.text-field input[type="text"],
.gui-checkout .gui-form .gui-field.text-field input[type="email"] {
	height: 55px !important;
}

.gui-checkout .gui-form .gui-field.gui-form-region select,
.gui-checkout .gui-form .gui-field.select-field select,
.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
	border-radius: var(--border-radius-small) !important;
}

.gui-checkout .gui-form .gui-input.gui-focus input[type="text"],
.gui-checkout .gui-form .gui-input.gui-focus input[type="email"],
.gui-checkout .gui-form .gui-input.gui-focus textarea {
	border-color: var(--accent) !important;
  border-width: 2px !important;
}

.checkout-products {
	overflow: hidden;
}

.sm-checkout #gui-checkout-shipment-methods .gui-block-option:hover .gui-field {
	background: #fff;
}

.sm-checkout .checkout-sidebar .payments-block .title,
.sm-checkout .checkout-sidebar .widget-block .title,
.sm-checkout .checkout-sidebar .shipping-block .title {
	text-transform: unset;
}

.sm-checkout .gui-payment-methods .gui-payment-method.gui-is-selected label {
	background: none;
}

@media (max-width: 767px){
  .checkout-wrap .gui-col3-equal-col2 .gui-spacer {
  	width: 100%;
    height: 30px;
  }
  
  .gui-checkout .gui-form .gui-field.field-phone input,
  .gui-checkout .gui-form .gui-field.gui-form-region select,
	.gui-checkout .gui-form .gui-field.select-field select,
  .gui-checkout .gui-form .gui-field.text-field input[type="text"],
  .gui-checkout .gui-form .gui-field.text-field input[type="email"] {
    height: 45px !important;
	}
  
  .gui-input-phone-number .gui-input-phone-number-code-flag {
    width: 20px;
    top: 4px;
  }
  
  .sm-checkout .gui-col3-equal .gui-col3-equal-col2 {
  	padding: 0;
  }
  
  .sm-checkout .gui-col3-equal-col2 #gui-block-shipment-method,
  .sm-checkout .gui-col3-equal-col2 #gui-block-payment-method,
  body.sm-checkout .gui-checkout-one-step #gui-block-review,
  .checkout-products {
  	padding: 30px 15px;	
  }
  
  .sm-checkout .checkout-products-title:before {
  	width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.286em;
    margin-right: 5px;
  }
}
/* End custom checkout */

#powrIframeLoader {
	display: none;
}

/* service page */
#service-page-new,
#textpage,
#brands-page,
#tags-page,
.fixed-pages {
	padding-bottom:100px;
}
.page-title h1 {
	font-size:2.3em;
  margin:0;
}
.page-title {
	margin-bottom:30px;
}

.service-blocks {
	margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-blocks .service-block-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  min-width: 250px;
  padding: 12px;
}

#service-page-new a.service-block {
	padding:30px 20px;
  border: 1px solid var(--border-grey);
  border-radius: var(--border-radius-medium);
/*   box-shadow: var(--shadow-small); */
  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;
  text-decoration:none;
  width: 100%;
}
#service-page-new a.service-block .title {
	text-align: center;
  color: #000;
}
#service-page-new .service-blocks {
	margin-bottom:50px;
}
#service-page-new .col-sidebar {
	min-width:400px;
  max-width:400px;
}

#service-page-new .contact-info-block .title,
#service-page-new .contact-message-block .title {
	margin-bottom: 30px;
  font-size: 1.2em;
}

#service-page-new .contact-info-block ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

#service-page-new .contact-info-block ul li {
	margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service-page-new .contact-info-block ul li:last-child {
	margin-bottom: 0;
}

#service-page-new .contact-info-block ul li .icon {
	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: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
  color: var(--accent);
}

#service-page-new .contact-message-block form input[type="text"] {
	width: 100%;
  border: 2px solid var(--border-grey);;
  margin-bottom: 15px;
}

#service-page-new .contact-message-block form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  padding: 20px;
  border: 2px solid var(--border-grey);;
  margin-bottom: 15px;
}

#service-page-new .contact-message-block form .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#service-page-new .contact-message-block form .btn-wrap .required-notification {
	font-size: .9em;
  font-weight: 600;
  color: #aaa;
}

/* #service-page-new .faq {
	margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0,.07);
} */

#service-page-new .faq .title {
	margin-bottom: 30px;
  font-size: 1.5em;
  color: #000;
}

#service-page-new .faq .faq-wrap {
	margin: -25px 0;
}

#service-page-new .faq .faq-wrap .faq-block {
  padding: 25px 0;
}

#service-page-new .faq .faq-block .faq-title {
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  color: var(--accent);
}

#service-page-new .faq .faq-block .icon {
	color: var(--accent);
}

#service-page-new .faq .faq-block .faq-items .faq-item {
	border-bottom: 1px solid #f4f4f4;
}

#service-page-new .faq .faq-block .faq-items .faq-item .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 30px 0;
  cursor: pointer;
}

#service-page-new .faq .faq-block .faq-items .faq-item .tab i {
	font-size: 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-left: 15px;
}

#service-page-new .faq .faq-block .faq-items .faq-item.active .tab i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#service-page-new .faq .faq-block .faq-items .faq-item .page {
	padding: 30px;
  border-radius: var(--border-radius-medium);
  background: var(--block-grey);
  margin-bottom: 30px;
  display: none;
}

#service-page-new .faq .faq-block .faq-items .faq-item .page ul {
	padding-left: 0;
}

#service-page-new .faq .faq-block .faq-items .faq-item .page p:last-child {
	margin-bottom: 0;
}

#service-page-new .flex-row {
	margin: -15px;
}

#service-page-new .col-sidebar {
	min-width:400px;
  max-width:400px;
  padding:15px;
  margin-right:20px;
}
#service-page-new .col-sidebar.on-right {
	margin-right:0;
  margin-left:20px;
}
#service-page-new .col-main {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  padding:15px;
}
#service-page-new .contact-message-block {
  padding: 40px 30px;
  border-radius: var(--border-radius-medium);
  background: var(--block-grey);
}

#service-page-new .contact-info-block {
  padding: 40px 30px;
  border: 1px solid var(--border-grey);
  border-radius: var(--border-radius-medium);
  margin-bottom: 65px;
  -webkit-box-shadow: var(--shadow-small);
          box-shadow: var(--shadow-small);
}

#service-page-new .textpage-content {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
  #service-page-new .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  #service-page-new .col-sidebar {
  	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  
  #service-page-new .col-sidebar.on-right {
  	margin: 0;
  }
  
  #service-page-new .col-main {
  	-ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
  	        order: 2;
  }
}
/* End service page */
/* Home extra banners */
.home-banners.extra,
.home-extra-banners .headlines:last-child{
	padding-top: 20px;
}
.home-extra-banners .headlines:last-child .headline .inner{
	min-height: 400px;
}
/* End home extra banners */
/* Collab collection header */
#header.collab-col.transparent.fixed .main-header,
#header.collab-col.transparent:not(.fixed) .main-header:hover{
  background: #575757;
  color: #fff;
}
/* end */
/* Collab collection */
.small-margin-top{
	margin-top: 20px;
}
.small-padding-top{
	padding-top: 20px;
}
.bg-cover{
	background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.small-container{
  width: 60%;
  margin: 0 auto;
}
@media(max-width: 1199px){
	.small-container{
  	width: unset;
    margin: unset;
  }
}
#collab-col .btn{
	background-color: #f4e8d3;
  color: #575757;
}
#collab-col .title-featured .title{
	color: #f4e8d3;
}
/* Video headline */
#collab-col .headlines .headline-video .vid{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#collab-col .headlines .headline-video .vid video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
/* Banners & small headline */
#collab-col .banners,
#collab-col .headlines:last-child{
	padding-top: 20px;
}
#collab-col .banners .home-banner .banner-inner{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#collab-col .headline-small .inner{
	min-height: 400px;
}
/* USP bar */
#collab-col .usp-block{
	background: #191919;
  color: #fff;
  margin-top: 20px;
}
#collab-col .usp-block .usp-slider .usp-item .title,
#collab-col .usp-block .usp-slider .usp-item .text{
  color: #f4e8d3;
}
/* End collab collection */
/* Collab collection - detail */
#collab-col-detail{
	overflow-x: hidden;
}
/* Headline */
#collab-col-detail .page-banner .inner{
	padding-top: 40%;
}
/* Regular products */
#collab-col-detail.page-story .products .product .btn{
	background-color: #4c3e7b !important;
  color: #fbf2e1;
}
/* Intro text */
#collab-col-detail .intro-image-text{
	overflow: hidden;
}
#collab-col-detail .intro-image-text .title-featured{
	margin-bottom: 30px;
}
#collab-col-detail .intro-image-text .title-wrap{
	max-width: unset;
}
#collab-col-detail .text-container{
	max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#collab-col-detail .intro-image-text .image-wrap{
	margin-top: 50px;
  position: relative;
}
#collab-col-detail .intro-image-text .image{
  background-color: #eee;
  min-height: 600px;
  position: relative;
}
#collab-col-detail .intro-image-text video{
  background-color: #eee;
  min-height: 600px;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#collab-col-detail.page-story .intro-image-text .image-top{
	position: absolute;
  top: -120px;
  z-index: 1;
  width: 140px;
  height: 140px;
  left: 0;
}
#collab-col-detail.page-story .intro-image-text .image-left{
	position: absolute;
  top: 0;
  z-index: -2;
  width: 400px;
  height: 100%;
  left: -253px;
}
#collab-col-detail.page-story .intro-image-text .image-right{
  position: absolute;
  top: -94px;
  z-index: -2;
  width: 400px;
  height: 865px;
  right: -291px;
}
#collab-col-detail.page-zoo .intro-image-text .image-top{
	position: absolute;
  top: -90px;
  z-index: 1;
  width: 140px;
  height: 140px;
  left: 20px;
}
#collab-col-detail.page-zoo .intro-image-text .image-left{
	position: absolute;
  top: -175px;
  z-index: -2;
  width: 600px;
  height: 800px;
  left: -495px;
}
#collab-col-detail.page-zoo .intro-image-text .image-right{
  position: absolute;
  top: -173px;
  z-index: -2;
  width: 600px;
  height: 800px;
  right: -575px;
}
#collab-col-detail .intro-image-text .accent-image img{
	height: 100%;
  width: auto;
}
/* Slider */
#collab-col-detail .slider-block:not(.product-discover){
	margin-left: -15%;
  margin-right: -15%;
}
#collab-col-detail .owl-prev,
#collab-col-detail .owl-next{
	z-index: 999;
/*   background: #fff;
  border-radius: 100%; */
}
#collab-col-detail .owl-prev{
  left: 13%;
}
#collab-col-detail .owl-next{
	right: 13%;
}
/* Row products */
#collab-col-detail .highlighted-products .product-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -60px;
}
#collab-col-detail .highlighted-products .row-product{
	padding: 60px;
}
#collab-col-detail .highlighted-products .row-product .inner{
	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;
}
#collab-col-detail .highlighted-products .row-product .title{
  margin-bottom: 50px;
  font-size: 3em;
}
#collab-col-detail .highlighted-products .row-product .description-image-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -10px;
}
#collab-col-detail .highlighted-products .row-product .product-text,
#collab-col-detail .highlighted-products .row-product .product-image{
	width: 50%;
  padding: 10px;
  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;
}
#collab-col-detail .highlighted-products .row-product .product-image{
	position: relative;
}
#collab-col-detail .highlighted-products .row-product .product-image .image-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
#collab-col-detail .highlighted-products .row-product.even .description-image-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
#collab-col-detail .highlighted-products .row-product .product-image .image-wrap img{
  height: auto;
  width: 100%;
  padding: 0 10%;
}
#collab-col-detail .highlighted-products .row-product .product-text .text-inner{
  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;
  padding: 60px;
  position: relative;
}
#collab-col-detail .highlighted-products .row-product .product-text .text-inner .general-content{
  color: #fff;
  max-width: 70%;
  margin: 0 auto;
  font-size: 1.1em;
  z-index: 2;
  font-weight: 500;
}
#collab-col-detail .highlighted-products .row-product .btn{
	margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#collab-col-detail.page-zoo .intro-image-text .title-featured .title-wrap,
#collab-col-detail.page-zoo .highlighted-products .row-product .title{
	color: #cea45a;
}
#collab-col-detail.page-zoo .highlighted-products .row-product .btn{
	color: #fff; 
}
#collab-col-detail.page-story .intro-image-text .title-featured .title-wrap,
#collab-col-detail.page-story .highlighted-products .row-product .title,
#collab-col-detail.page-story .highlighted-products .row-product .btn{
	color: #4c3e7b;
}
#collab-col-detail .highlighted-products .row-product .accent-image{
	-o-object-fit: contain;
	   object-fit: contain;
  position: absolute;
  z-index: 1;
}
/* Page Story alignments */
/* Product 1 */
#collab-col-detail.page-story .highlighted-products .accent-image img{
  width: 600px;
  height: 300px;
}
#collab-col-detail.page-story .highlighted-products .product-1 .product-image .top-right{
  top: -35px;
  right: -31px;
}
#collab-col-detail.page-story .highlighted-products .product-1 .product-text .bottom-left{
  bottom: 10px;
  left: -29px;
}
#collab-col-detail.page-story .highlighted-products .product-1 .product-text .top-right{
  display: none;
}
#collab-col-detail.page-story .highlighted-products .product-1 .product-image .prod-img-top-right{
  right: -140px;
  top: -64px;
}
/* Product 2 */
#collab-col-detail.page-story .highlighted-products .product-2 .product-image .top-right{
  top: 0;
  right: -27px;
}
#collab-col-detail.page-story .highlighted-products .product-2 .prod-img-top-right{
  right: -190px;
  top: -85px;
}
#collab-col-detail.page-story .highlighted-products .product-2 .product-image-2 .prod-img-top-right img{
  width: 700px;
  height: 400px;
}
#collab-col-detail.page-story .highlighted-products .product-2 .product-text .top-left{
	left: 0;
  top: -24px;
}
#collab-col-detail.page-story .highlighted-products .product-2 .product-text .bottom-left{
  bottom: 0;
  left: -89px;
}
#collab-col-detail.page-story .highlighted-products .product-2 .product-text .mid-right{
	right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#collab-col-detail.page-story .highlighted-products .product-2 .top-right{
  right: 40px;
}
/* Page Zoo alignments */
#collab-col-detail.page-zoo .highlighted-products .product-1 .product-image .prod-img-top-right,
#collab-col-detail.page-zoo .highlighted-products .product-1 .product-text .bottom-left,
#collab-col-detail.page-zoo .highlighted-products .product-2 .product-image .prod-img-top-right{
  display: none;
}
#collab-col-detail .highlighted-products .row-product .accent-image img{
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Product 1 */
#collab-col-detail.page-zoo .highlighted-products .product-1 .product-text .top-right{
  top: -7px;
  left: -100px;
}
#collab-col-detail.page-zoo .highlighted-products .product-1 .product-text .top-right img{
	height: 500px;
}
/* Product 2 */
#collab-col-detail.page-zoo .highlighted-products .product-2 .product-text .top-right{
  top: 0;
  right: -27px;
}
#collab-col-detail.page-zoo .highlighted-products .product-2 .product-text .bottom-left{
  bottom: -123px;
  left: -80px;
}
/* End */
#collab-col-detail.page-story .highlighted-products .row-product .accent-image img{
	width: 500px;
  height: 200px;
}
#collab-col-detail.page-story .products .product  .price .price-new{
  color: #4c3e7b;
}
#collab-col-detail.page-story .products .product .image-wrap{
  position: relative;
}
#collab-col-detail.page-story .products .product .image-wrap:after{
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}
#collab-col-detail .images-grid-wrap .images-grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}
#collab-col-detail .images-grid-wrap .images-grid .item{
	padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#collab-col-detail .images-grid-wrap .images-grid .item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#collab-col-detail .images-grid-wrap .images-grid .item img{
	width: 100%;
  height: auto;
}
/* Responsive */
@media(max-width: 1599px){
	#collab-col-detail.page-zoo .highlighted-products .product-1 .product-text .top-right{
  	left: -80px;
  }
  #collab-col-detail.page-zoo .highlighted-products .product-1 .product-text .top-right img{
  	height: 300px;
  }
}
@media(max-width: 1299px){
	#collab-col-detail .intro-image-text .image-top{
  	width: 120px;
    height: 120px;
    top: -103px;
  }
  #collab-col-detail.page-story .highlighted-products .row-product .accent-image img{
  	width: 250px;
    height: 140px;
  }
}
@media(max-width: 1199px){
	#collab-col-detail .highlighted-products .row-product .description-image-wrap,
  #collab-col-detail .highlighted-products .row-product.even .description-image-wrap{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #collab-col-detail .highlighted-products .row-product .product-text, 
  #collab-col-detail .highlighted-products .row-product .product-image{
  	width: 100%;
  }
  #collab-col-detail .highlighted-products .row-product .product-image .image-wrap img{
    width: 100%;
  }
  #collab-col-detail .intro-image-text .image,
  #collab-col-detail .intro-image-text video{
  	min-height: 500px;
  }
  #collab-col-detail .highlighted-products .product-row{
    margin: -30px;
  }
  #collab-col-detail .highlighted-products .row-product{
    padding: 30px;
  }
  #collab-col-detail .highlighted-products .row-product .product-text .text-inner{
  	width: 100%;
  }
}
@media(max-width: 991px){
  #collab-col-detail .page-banner .inner{
  	padding-top: 50%;
  }
	#collab-col-detail .highlighted-products .row-product .title{
  	font-size: 2.2em;
    margin-bottom: 30px;
  }
  #collab-col-detail .highlighted-products .row-product .product-text .text-inner .general-content{
  	font-size: 1em;
  }
  #collab-col-detail .text-container{
  	margin: unset;
    max-width: unset;
    padding: 0 30px;
  }
  #collab-col-detail .highlighted-products .product-row{
    margin: -15px;
  }
  #collab-col-detail .highlighted-products .row-product{
    padding: 15px;
  }
}
@media(max-width: 767px){
  #collab-col-detail .highlighted-products .row-product .description-image-wrap{
  	margin: -7px;
  }
  #collab-col-detail .highlighted-products .row-product .product-text, 
  #collab-col-detail .highlighted-products .row-product .product-image{
  	padding: 7px;
  }
  #collab-col-detail .highlighted-products .row-product .product-text .text-inner{
  	padding: 40px;
  }
  #collab-col-detail .highlighted-products .row-product .product-text .text-inner .general-content{
  	max-width: unset;
  }
  #collab-col-detail .highlighted-products .row-product .title{
  	font-size: 1.6em;
  }
  #collab-col-detail .highlighted-products .row-product .btn{
  	margin-top: 15px;
  }
  #collab-col-detail .intro-image-text .image,
  #collab-col-detail .intro-image-text video{
  	min-height: 350px;
  }
  #collab-col-detail .page-banner .inner{
  	padding-top: 70%;
  }
  #collab-col-detail .images-grid-wrap .images-grid{
    margin: -5px;
  }
  #collab-col-detail .images-grid-wrap .images-grid .item{
    padding: 5px;
  }
}
/* End collab collection - detail */
#footer.collab-col.story .btn,
#footer.collab-col.story .main-footer .contact-info li i{
	background-color: #4c3e7b;
}

/* New styling mobile menu */
.mobile-menu .subs-wrap-new{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.mobile-menu .subs-wrap-new .sub-item {
	border-bottom:1px solid #eee;
  padding-bottom:10px;
}

.mobile-menu .subs-wrap-new .sub-inner{
  display: flex;
  align-items: center;
}

.mobile-menu .subs-wrap-new .sub-inner .image-wrap {
	width:130px;
  margin-right:20px;
}

.mobile-menu .subs-wrap-new .sub-inner .text-wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-menu .subs-wrap-new .sub-inner .text-wrap .title {
	font-size:1.3em;
  color:#000;
}

.mobile-menu .subs-wrap-new .sub-item .link-wrap{
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.mobile-menu .subs-wrap-new .sub-item .link {
  display: flex;
  align-items: center;
  color: var(--accent);
  font-weight: 500;
  margin-top: 0px;
  font-size: 12px;
  gap: 5px;
}

.mobile-menu .subs-wrap-new .sub-item .link i{
  font-size: 16px;
}