/*** Grid item ***/
.grid-items {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-items .grid-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.grid-items.slick-slider .grid-item {
  clear: none !important;
}

.grid-items .item-inner {
  margin-bottom: 30px;
  position: relative;
}

.xs-grid-1-items .grid-item {
  width: 100%;
}

.xs-grid-1-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-1-items .grid-item:nth-of-type(1n+1) {
  clear: both;
}

.xs-grid-2-items .grid-item {
  width: 50%;
}

.xs-grid-2-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-2-items .grid-item:nth-of-type(2n+1) {
  clear: both;
}

.xs-grid-3-items .grid-item {
  width: 33.33333%;
}

.xs-grid-3-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-3-items .grid-item:nth-of-type(3n+1) {
  clear: both;
}

.xs-grid-4-items .grid-item {
  width: 25%;
}

.xs-grid-4-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-4-items .grid-item:nth-of-type(4n+1) {
  clear: both;
}

.xs-grid-5-items .grid-item {
  width: 20%;
}

.xs-grid-5-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-5-items .grid-item:nth-of-type(5n+1) {
  clear: both;
}

.xs-grid-6-items .grid-item {
  width: 16.66667%;
}

.xs-grid-6-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-6-items .grid-item:nth-of-type(6n+1) {
  clear: both;
}

.xs-grid-7-items .grid-item {
  width: 14.28571%;
}

.xs-grid-7-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-7-items .grid-item:nth-of-type(7n+1) {
  clear: both;
}

.xs-grid-8-items .grid-item {
  width: 12.5%;
}

.xs-grid-8-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-8-items .grid-item:nth-of-type(8n+1) {
  clear: both;
}

.xs-grid-9-items .grid-item {
  width: 11.11111%;
}

.xs-grid-9-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-9-items .grid-item:nth-of-type(9n+1) {
  clear: both;
}

.xs-grid-10-items .grid-item {
  width: 10%;
}

.xs-grid-10-items .grid-item:nth-of-type(n) {
  clear: none;
}

.xs-grid-10-items .grid-item:nth-of-type(10n+1) {
  clear: both;
}

@media (max-width: 479px) {
  .mb-grid-1-items .grid-item {
    width: 100%;
  }
  .mb-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .mb-grid-2-items .grid-item {
    width: 50%;
  }
  .mb-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .mb-grid-3-items .grid-item {
    width: 33.33333%;
  }
  .mb-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .mb-grid-4-items .grid-item {
    width: 25%;
  }
  .mb-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .mb-grid-5-items .grid-item {
    width: 20%;
  }
  .mb-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .mb-grid-6-items .grid-item {
    width: 16.66667%;
  }
  .mb-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .mb-grid-7-items .grid-item {
    width: 14.28571%;
  }
  .mb-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .mb-grid-8-items .grid-item {
    width: 12.5%;
  }
  .mb-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .mb-grid-9-items .grid-item {
    width: 11.11111%;
  }
  .mb-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .mb-grid-10-items .grid-item {
    width: 10%;
  }
  .mb-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .mb-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .sm-grid-1-items .grid-item {
    width: 100%;
  }
  .sm-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-grid-2-items .grid-item {
    width: 50%;
  }
  .sm-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-grid-3-items .grid-item {
    width: 33.33333%;
  }
  .sm-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-grid-4-items .grid-item {
    width: 25%;
  }
  .sm-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-grid-5-items .grid-item {
    width: 20%;
  }
  .sm-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-grid-6-items .grid-item {
    width: 16.66667%;
  }
  .sm-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-grid-7-items .grid-item {
    width: 14.28571%;
  }
  .sm-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-grid-8-items .grid-item {
    width: 12.5%;
  }
  .sm-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-grid-9-items .grid-item {
    width: 11.11111%;
  }
  .sm-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-grid-10-items .grid-item {
    width: 10%;
  }
  .sm-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .sm-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .md-grid-1-items .grid-item {
    width: 100%;
  }
  .md-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .md-grid-2-items .grid-item {
    width: 50%;
  }
  .md-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .md-grid-3-items .grid-item {
    width: 33.33333%;
  }
  .md-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .md-grid-4-items .grid-item {
    width: 25%;
  }
  .md-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .md-grid-5-items .grid-item {
    width: 20%;
  }
  .md-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .md-grid-6-items .grid-item {
    width: 16.66667%;
  }
  .md-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .md-grid-7-items .grid-item {
    width: 14.28571%;
  }
  .md-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .md-grid-8-items .grid-item {
    width: 12.5%;
  }
  .md-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .md-grid-9-items .grid-item {
    width: 11.11111%;
  }
  .md-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .md-grid-10-items .grid-item {
    width: 10%;
  }
  .md-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .md-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .lg-grid-1-items .grid-item {
    width: 100%;
  }
  .lg-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-grid-2-items .grid-item {
    width: 50%;
  }
  .lg-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-grid-3-items .grid-item {
    width: 33.33333%;
  }
  .lg-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-grid-4-items .grid-item {
    width: 25%;
  }
  .lg-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-grid-5-items .grid-item {
    width: 20%;
  }
  .lg-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-grid-6-items .grid-item {
    width: 16.66667%;
  }
  .lg-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-grid-7-items .grid-item {
    width: 14.28571%;
  }
  .lg-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-grid-8-items .grid-item {
    width: 12.5%;
  }
  .lg-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-grid-9-items .grid-item {
    width: 11.11111%;
  }
  .lg-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-grid-10-items .grid-item {
    width: 10%;
  }
  .lg-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .lg-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
}

@media (min-width: 1824px) {
  .xlg-grid-1-items .grid-item {
    width: 100%;
  }
  .xlg-grid-1-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-1-items .grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .xlg-grid-2-items .grid-item {
    width: 50%;
  }
  .xlg-grid-2-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-2-items .grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .xlg-grid-3-items .grid-item {
    width: 33.33333%;
  }
  .xlg-grid-3-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-3-items .grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .xlg-grid-4-items .grid-item {
    width: 25%;
  }
  .xlg-grid-4-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-4-items .grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .xlg-grid-5-items .grid-item {
    width: 20%;
  }
  .xlg-grid-5-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-5-items .grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .xlg-grid-6-items .grid-item {
    width: 16.66667%;
  }
  .xlg-grid-6-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-6-items .grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .xlg-grid-7-items .grid-item {
    width: 14.28571%;
  }
  .xlg-grid-7-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-7-items .grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .xlg-grid-8-items .grid-item {
    width: 12.5%;
  }
  .xlg-grid-8-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-8-items .grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .xlg-grid-9-items .grid-item {
    width: 11.11111%;
  }
  .xlg-grid-9-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-9-items .grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .xlg-grid-10-items .grid-item {
    width: 10%;
  }
  .xlg-grid-10-items .grid-item:nth-of-type(n) {
    clear: none;
  }
  .xlg-grid-10-items .grid-item:nth-of-type(10n+1) {
    clear: both;
  }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;       /* let the content decide it  */
} 
/* bootstrap hack end */

/*** Lazy load product image ***/
img.loading.lazy {
    display: block;
  	background-image: url(//cdn.shopify.com/s/files/1/0704/2381/t/15/assets/loader.gif?v=907687498819134704);
    background-repeat: no-repeat;
    background-position: center;
  	width: 100%;
}

/*** instagram ***/
.instagram-item {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.la-instagram-slider .instagram-item {
    margin-bottom: 0;
}

.instagram-item img {
    width: 100%;
    transition: all .8s ease-in-out;
}

.instagram-item .instagram-info,
.instagram-item .instagram-date {
    display: none;
}

.instagram-item .item--overlay {
    z-index: 2;
    background-color: rgba(52, 53, 56, 0.4);
}

.item--overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-out;
}

.instagram-item:hover .item--overlay {
    visibility: visible;
    opacity: 1;
}

.instagram-item:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.la-instagram-title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background: #232324;
    margin: 0;
    line-height: 20px;
    padding: 5px 20px;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 12px;
}

.instagram-item > a img {
    display: none;
}

.instagram-item > a.thumbnail {
    padding-bottom: 100%;
    display: block;
    background-size: cover;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.instagram-item:hover > a.thumbnail {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.la-instagram-feeds {
    position: relative;
}

.la-instagram-feeds:not(.loaded) .la-shortcode-loading {
    display: block;
}

.la-instagram-feeds.instagram-grayscale .instagram-item .item--overlay {
    background: transparent;
}

/*** One banner ***/
.cover-background {
	position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*** Testimonials ***/
.testimonial_item--image svg {
    width: 100px;
    border: 1px solid #000;
}

/*** Blog ***/
.blog_item-image svg {
    border: 1px solid #000;
}

/*** Slideshow ***/
.g-slideshow .item {
	position: relative;
  	overflow: hidden;
}

.content_slideshow {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.full-screen-slideshow {
	min-height: 100vh;
}

.full-screen-slideshow:after {
    content: "\f110";
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin-top: -18px;
    margin-left: -10px;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    color: #a38b5e;
    z-index: 1;
}

.g-content-slider {
    animation-delay: 1s;
}

.g-slideshow {
    z-index: 3;
}

.owl-nav>div {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: #111111;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.owl-nav .owl-next {
    right: 0;
  	left: auto;
}

.owl-nav>div:hover {
	background: rgba(255, 255, 255, 1);
}

.owl-nav .disabled {
    cursor: not-allowed !important;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}

.owl-dot.active,
.owl-dot:hover {
	background: #fff;  	
}

/*** slick slideshow ***/
ul.slick-dots {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
    text-align: center;
}

ul.slick-dots li {
	display: inline-block;
  	padding: 0 6px;
}

ul.slick-dots li button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 0;
    display: block;
    padding: 0;
    border: 0;
    background: #d8d8d8;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
	background: #a38b5e;
}

button:focus {
    outline: none;
}





