/** Shopify CDN: Minification failed

Line 20:18 Expected identifier but found "="
Line 951:0 Unexpected "}"

**/
.font-family{font-family: 'Mr De Haviland', cursive;}

@font-face {
  font-family: 'Lato-Heavy';
  src: url('Lato-Heavy.eot?#iefix') format('embedded-opentype'),  url('Lato-Heavy.woff') format('woff'), url('Lato-Heavy.ttf')  format('truetype'), url('Lato-Heavy.svg#Lato-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

.announcement-text{font-size:16px;
  letter-spacing: 0;
  text-transform: none;
}
.announcement-bar{=
  padding:8px 0;
}



.site-navigation {
  border-top: #e5e5e5 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header{padding:0;}

.site-navigation .site-nav__link {
  padding: 14px 0;
}
.site-nav__link--underline:after{margin:0;}

.header-item--icons a {
  padding: 0 12px;
}
span.cart_count {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  min-height: 0;
  width: 20px;
  height: 20px;
  background: black;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -12px;
}

#CartContainer{padding:15px 30px 0;}

.header-item--icons a .cart-link{position:relative;}

.site-header__search-form {
  padding: 0 0;
  width: 100%;
  max-width: 226px;
  border: #d9d9d9 solid 1px;
}

.header_search_left .site-nav {
  width: 100%;
}
.header_search_left .site-nav  .site-header__search-btn--submit{
  padding-right:0;
}

.header_search_left .site-nav {
  margin: 0;
}

.header_search_left .site-nav .site-header__search-btn--submit{
  display:flex; align-items:center;padding:3px 10px;
}

.header_search_left .site-header__search-input{
  color:#9a9a9a; opacity:1;
  font-size:12px; font-family: 'Poppins', sans-serif;
  padding:11px 10px;
}
.header_search_left .site-nav .site-header__search-btn--submit:hover {
  background: #00e4d0;
}
.header_search_left .site-nav .site-header__search-btn--submit:hover img{
  filter: invert(1);}

.header_search_left .site-header__search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#9a9a9a; opacity:1;
}
.header_search_left .site-header__search-input::-moz-placeholder { /* Firefox 19+ */
  color:#9a9a9a;  opacity:1;
}
.header_search_left .site-header__search-input:-ms-input-placeholder { /* IE 10+ */
  color:#9a9a9a;  opacity:1;
}
.header_search_left .site-header__search-input:-moz-placeholder { /* Firefox 18- */
  color:#9a9a9a;  opacity:1;
}


.header-layout_upper {
  padding: 16px 0;
}



.slideshow__slide .hero__text-shadow {
  text-align: left;
  max-width: 720px;
  width: 100%;
}
.slideshow__slide .hero__text-shadow .hero__title{
  font-size:113px ;  letter-spacing:0; font-weight:700;
  padding-left:20px;
  color:#000;
}
.slideshow__slide .hero__text-shadow .hero__subtitle{
  font-size:78px;font-family: 'Mr De Haviland', cursive;
  font-weight:normal;
  color:#000;

}

.slideshow__slide .hero__text-shadow .hero__subtitle .animation-contents{
  padding-left:20px;
}



.hero .slick-dots li {
  margin: 0 5px;
  width: 16px !important;
  height: 16px !important;
  background: #ecd083;
  border-radius: 50%;
  opacity:0.5;
}
.hero .slick-dots li button::before{display:none !important;}
.hero .slick-dots li.slick-active{opacity:1;   background: #fff;}

.hero .slick-dots {
  bottom: 16px;
}

.hero .slick-dots li button{
  border:none !important;
}

.promotion_grid_img .flex-grid__item {
  height: auto !important;
  min-height: 0;
}

.promotion_grid_img .flex-grid__item .promo-grid__bg {
  position: relative;
}

.promotion_grid_img .flex-grid__item .promo-grid__content {
  position: absolute;
}


.promotion_grid_img .promo-grid__slide-link{display:none;}
.promotion_grid_img .image-fit{object-fit:contain;}


.promotion_grid_img .promo-grid__text{
  text-align:center;
}

.promotion_grid_img .promo-grid__text .rte--block{
  color:#000000;
  font-size:40px;
  text-transform:none;
} 

a.btn,.btn{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.8px;
  position: relative;
  border: none !important;
  padding: 0;
  margin: 0 auto !important;
  color:#000 !important;
  line-height: normal;
}
a.btn:after,.btn:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
  transform-origin: right;

}
a.btn:hover:after,.btn:hover:after{
  transform: scale(0);
}
a.btn:hover,.btn:hover{
  color:#1894e1 !important;
}



.grid-product__image-mask{
  border:#d8d8d8 solid 1px !important;
}
.grid-product__meta .grid-product__title{
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  line-height: normal;
  font-weight: 400;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-product__price {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  text-align: left;
  font-weight: 700;
  line-height: 22px;
  padding-top: 4px;
  font-weight:bold;
}

.grid-product__price .grid-product__price--original{color: #929090;
  font-weight:normal;
}
.col-content {
  padding: 0px 20px;
}

.section-header__title {
  font-size: 30px;
  text-transform: none;
  position: relative;
  z-index:1;
  text-align:center;
}
.section-header__title span{ padding:0 20px; background:#fff;}
.section-header__title:after{
  content: "";
  height: 1px;
  background: #d9d9d9;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.featured_collection_product {
  margin-top: 46px;
  margin-bottom:0;
}



.featured_collection_col {
  margin-top: 50px;
  margin-bottom: 25px;
}

.featured_collection_col .collection-item__title {
  position: static;
  padding-top:7px;
}

.featured_collection_col .collection-item__title span{
  letter-spacing:0;
  font-size: 18px;
  letter-spacing: 0;
}


.featured_collection_col .section-header {
  margin-bottom: 35px;
}


/*instagram*/




.instagram_custom_cover ul {
  margin: 0 -15px;
  padding: 35px 0 30px;
  display: flex;
}
.instagram_custom_cover ul li{
  margin: 0;
  list-style: none;
  width: 25%;
  float: left;
  padding: 0 15px;
}
.instagram_custom_cover ul li img{
  width:100%; display:block;
}
.instagram_custom {
  padding-top: 40px;
  padding-bottom:20px;
}

/*instagram end*/


.site-footer{clear:both;}


div#shopify-section-1591770790343 .promo-grid__text .rte--block {
  font-size: 93px;
  font-weight: 700;
  margin-bottom: 0;
}



html{padding-bottom:0 !important;}

.custom_img_text_footer .footer__collapsible p{padding-left:27px;}
.custom_img_text_footer .footer__collapsible p:first-child{
  background:url(location.png) center center no-repeat;    background-position: left 4px;
}
.custom_img_text_footer .footer__collapsible p:last-child{
  background:url(call.png) center center no-repeat;    background-position: left 4px;
}
.custom_img_text_footer .footer__collapsible p a:after{display:none !important;}
.custom_img_text_footer .footer__collapsible p a{border:none;}
.custom_img_text_footer .footer__collapsible p a:hover{font-weight:600;}
.footer__newsletter-btn .icon{display:none;}
.footer__newsletter-btn-label{    display: block;}
.footer__title {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
}
.footer__small-text {
  padding: 14px 0;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.site-footer__linklist a{
  font-size:14px;
}
.site-footer__linklist a:hover,.custom_img_text_footer .footer__collapsible p a:hover{
  color:#1894e1;
}
.footer__newsletter-btn{
  position:static; 
  transform:none;
}
.footer_newsletter_foot .footer__collapsible p {
  margin: 0; padding-bottom:9px;
}
.footer__newsletter-input {
  border: #fff solid 1px !important;
  padding: 14px 15px;
  border-radius: 4px;
}

.footer__newsletter-btn {
  position: static;
  transform: none;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 4px;
  margin-top: 15px;
  line-height:normal;
  transition:all ease 0.2s;
}
.footer__newsletter-btn:hover {  color: #fff; background:#1894e1;}

.footer__newsletter-btn span{
  font-weight:700; font-size:14px;
  line-height:normal;
}
.site-nav__link--underline:after{
  border-color:#1894e1;
}

.site-nav__item:hover a{
  color:#1894e1;
}
.footer__social .icon {
  width: 14px;
  height: 14px;
}
.footer__social li {
  margin: 0 7px 0 0;
}
.footer__social a:hover path {
  fill: #1894e1;
}

.site-footer .footer__small-text a:hover{
  color:#1894e1 !important;
}

.site-footer .footer__small-text a{
  color: rgba(255, 255, 255, 0.2);
} 
.footer__social {
  margin-top: 20px !important;
}
div#shopify-section-1525912530555{
  padding-top:30px;
}

.grid-product__content:hover .grid-product__meta .grid-product__title {
  color: #1894e1;
}

.featured_collection_col .collection-item:hover .collection-item__title {
  color: #1894e1;
}
.promo-grid__container .promo-grid__bg-image {
  transition:all ease 0.5s;
}
.promo-grid__container:hover .promo-grid__bg-image {
  transform: scale(1.2);
  transform-origin: center;
}
.form-error, .errors {
  color: #1b92e5;
  border: none;
  padding-left:0;
  margin: 0 0 5px;
  background: none;
}

.form-vertical label {
  letter-spacing: 0;
  font-size: 14px;
  text-transform:none;
}
.form-vertical .btn {
  color: #fff !important;
  padding: 10px 20px;
  border:#000 solid 1px !important;
  transition:all ease 0.3s !important;
}
.form-vertical .btn:after{display:none}
.form-vertical .btn:hover {
  color: #000 !important; 
  background:none !important;
}
a#customer_register_link:hover,#RecoverPassword:hover,#HideRecoverPasswordLink:hover{
  color:#1894e1;
}
.form-vertical input, .form-vertical select, .form-vertical textarea{margin-bottom:20px;}

input.btn {
  padding: 10px 20px;
  color: #fff !important;
  border: #000 solid 1px !important;  transition:all ease 0.3s !important;
}
input.btn:hover {
  color: #000 !important;
  background:none !important;
}



input.error, textarea.error {
  border-color: #1b99ea;
  background-color: rgba(27, 153, 234, 0);
  color: #d02e2e;
}

.template-list-collections header.section-header {
  margin-top: 30px;
}
.template-collection  header.section-header {
  margin-top: 30px;
}
.collection-item__title span{
  font-size:18px;
  letter-spacing:0;
}

/*product*/
.template-product .page-content--product{ padding-bottom:0;}
.product__main-photos .starting-slide img, .product__main-photos .slick-initialized img {
  max-height: 450px;
  object-fit: contain;
}
.template-product .image-wrap {
  padding-bottom: 0 !important;
  height: auto !important;
  overflow: visible;}

.product-single__title {
  text-transform: none;
}

.product__price {
  margin-right: 5px;
  font-size: 18px;
  color: #ff0000;
  margin-top: 5px;
  text-align: left;
  font-weight: 700;
  line-height: 22px;
  padding-top: 4px;
}

.product-single__meta .hr--medium {
  display: none;
}

.product__quantity {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product__quantity label {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
}
.js-qty__wrapper{
  width: 50%;    max-width: 500px;
}
.js-qty__adjust {
  padding:0 15px;
}
.js-qty__num{
  padding: 8px 40px;
}
.product__inventory {
  text-align: left;
}
.payment-buttons .add-to-cart.btn--secondary:after{
  display:none;
}

.payment-buttons .add-to-cart.btn--secondary {
  border: #000 solid 1px !important;
}
.payment-buttons .add-to-cart.btn--secondary:hover {
  background:#000 !important;
  color:#fff !important;
}
.payment-buttons .shopify-payment-button__button{  border: #000 solid 1px !important;
  font-size:18px !important;margin-top: 15px;
  letter-spacing: 2.8px !important;
}

.product-single__form {
  margin-bottom: 0;
}
.product-single__description {
  margin-bottom: 15px;
}

.product-single__meta .collapsible-trigger{ 
  border: #000 solid 1px !important;
  border-bottom:0 !important;
  font-size:18px !important;margin-top: 15px;
  letter-spacing: 2.8px !important;padding: 10px 10px;
}
.product-single__meta .social-sharing {
  margin-top: 20px;
}

.product-single__meta .social-sharing__title{display:none;}

div#shopify-section-product-recommendations .index-section {
  margin-top: 50px;
}
.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner{
  border-bottom:0 !important; border-color:#000 !important;
}

.collapsibles-wrapper--border-bottom {
  border-bottom: 1px solid #000000;
}


body.template-search .hr--medium {
  display: none;
}
.result_header {
  padding-top: 50px;
}
.search-bar--page .input-group-btn button.btn {
  color: #fff !important;
}






/*image-text*/
.Home-images-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Home-images-inner .Home-images-inner-left {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Home-images-inner .Home-images-inner-right {
  width: 50%;
}
.home-img-text-up {
  max-width: 519px;
  float: right;
  width: 100%;
}
.home-img-text {
  max-width: 401px;
}
.home-img-text h2 {
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0;text-transform:none !important;
  padding: 20px 0 20px;
}
.home-img-text p {
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0;
  padding: 0 0 30px;
}
.home-img-text a {
  line-height: normal;
  width: 160px;
  display: table;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 13px 10px;
  text-transform:uppercase;
}
.Home-images-inner .Home-images-inner-right img {
  width: 100%;
  float: left;
}
/*image-text-end*/



.behind_text .Home-images-inner-left {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.behind_text {
  position: relative;
  width: 100%;
  float: left;
}

.shopify-section {
  clear: both;
}
.home-img-text img {
  display: table;
  margin: 0 auto;
}

.Home-images-inner.top .home-img-text.left_position {
  margin-left: 0 !important;
}
.Home-images-inner.top .home-img-text.right_position {
  margin-right: 0 !important; margin-left:auto;
}

.home-img-text h2{

}


.hero__text-content img{
  max-height: 220px;
  max-width: 220px;margin:0 auto 15px;
}
.text_p_left .hero__text-shadow {
  max-width: 350px !important;
  float: left;
  text-align: center;
}
.text_p_right .hero__text-shadow {
  max-width: 350px !important;
  float: right;
  text-align: center;
}
.hero__text-content .animation-contents {
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  padding-top: 20px;
}
.hero__text-content .hero__link {
  margin-top: 0;
}
.slideshow__slide:nth-child(2) .animation-contents{
  color:#fff !important;
}
.slideshow__slide:nth-child(2) .hero__link a{
  color:#fff !important;
}
.slideshow__slide:nth-child(2) .hero__link a:hover{
  color:#000 !important;
}
.slideshow__slide:nth-child(2) .hero__link a:after{    background: #fff;}


.template-collection .grid-product__image-mask{
  height:276px;    display: flex;
  align-items: center;justify-content: center;
}
.template-collection .grid-product__image-mask img{
  max-height:274px; object-fit:contain;
}
.template-collection .grid-product__meta .grid-product__title{
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.template-collection .grid-product__image-mask .image-wrap{
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 100% !important;width:100%;
}

.article__grid-meta{

}

.article__grid-meta .article__date{
  text-align:left;    color: #1894e1; 
  white-space: nowrap;
}
.article__grid-meta .article__title{
  text-align:left;display: block;
  width:100%; 
}

.hero .slick-dots li button{
  outline:none !important;
}

.grid-product__image-mask {
  height: 210px;
  padding: 10px;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.grid-product__image-mask img{
  max-height: 190px; 
  object-fit:contain;
  width: 100%;
  transition:all ease 0.3s;
  transform-origin: center;

}


.grid-product__link:hover .grid-product__image-mask img{
  transform: scale(1.2);
}
.collection-item:hover .collection-image {
  transform: scale(1.2, 1.2);
}

.featured_collection_col .grid-product__link:hover .grid-product__image-mask img{
  transform:none;
}
.featured_collection_col .collection-item:hover .collection-image {
  transform:none;
}


.grid-product__image-mask .image-wrap {
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.site-nav__icons_inner p a{
  padding: 10px 6px 12px;
  line-height: normal;
  color: #fff;
}
span.site-nav__icons_inner p a:first-of-type {
  color: #2599e1;
}
span.site-nav__icons_inner p a:last-of-type {

  color: #ff0000;
}

span.site-nav__icons_inner p{display:inline-block;}
/*29-07-2020*/
.grid__item--sidebar{
  height:100%; position:static; overflow:visible;
}
.site-navigation li:nth-child(2) .site-nav__dropdown .grid__item {
  width: 100%;
  column-count: 6;
}  


.site-navigation li:nth-child(2) .site-nav__dropdown .grid__item .h5{display:none;}

.site-navigation li:nth-child(2) ul.site-nav__dropdown {
  column-count: 6;
  width: 100vw;
  visibility: visible;
  left: 50%;
  transform: translate3d(0px, -12px, 0px);
  margin-left: -50vw;
  max-width: 100vw;
  top: 68px;
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
}

.header__title_inasta {
  margin-top: -36px !important;
}
div#shopify-section-1597067845189 .index-section{margin-bottom:0;
}
div#insta-feed{padding-bottom:50px;}

.megamenu .site-nav__dropdown-link {
  padding: 4px 0;
  white-space: normal;
  text-transform: capitalize;
}

.quick-product__btn {
  background: #2e94e1;
}
.quick-product__btn:hover {
  background: #ff0000;
}
.return-link:after ,.cart__checkout:after{
  display: none !important;
}
.return-link ,.cart__checkout{
  background: none !important;
}
body.template-product .hr--large {
  display: none;
}
.product-single__title {
  text-transform: none;
  line-height: normal;
}

.product-single__form {
  margin-bottom: 15px;
  padding-top: 20px;
}

label.variant__label {
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: none;
}
.payment-buttons {
  display: flex;
  align-items: center;
}

.payment-buttons .shopify-payment-button{width:50%;}
.payment-buttons button{margin:0 !important;}
.payment-buttons .add-to-cart{width:calc(50% - 5px); margin-right:5px !important;}
.shopify-payment-button {
  margin: 0;padding-left:5px;
}

.template-product .drawer .js-qty__wrapper {
  width: 112px;}

.js-qty__wrapper {
  width: 112px;}

.template-product .js-qty__wrapper {
  width: 130px;
}

.slideshow__slide.slideshow__slide--1594644600835  .animation-contents {
  color: #fff !important;
  font-size: 55px !important;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.slideshow__slide.slideshow__slide--1594644600835 .page-width{max-width:1470px;}
.slideshow__slide .hero__text-shadow .hero__title{line-height:normal;}
.grid-product__content:hover .quick-product__btn {
  opacity: 0.7;}

}
.grid-product__price--savings {
  display:block; clear:both;
  text-align: center; 
}
.grid-product__price{
  text-align: center;
}
.grid-product__tag--sale{
  background: #ff0000;
}
.grid-product__tag.grid-product__tag--sold-out{
  background:#000; color:#fff;
}
.featured_collection_product .grid-overflow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.grid-product__price--savings{
  width: 100%;
  float: left;    margin: 0;
  color: #ff0000;
}

/*15-08-2020*/


h1.boost-pfs-search-result-header {
  font-size: 30px;
  text-transform: none;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.product__price.product__price--compare {
  font-size: 13px;
  color: #929090;
  font-weight: 400;
}
.product__price.on-sale{
  color:#000;
}
.product__price{
  font-size:16px;
}
.grid-product__price--savings {
  color: #1894e1 !important;
}
body.template-list-collections .grid__item {
  padding-bottom: 20px;
}

body.template-list-collections .page-width.page-content {
  padding-top: 10px;
}
.template-collection .grid-product__image-mask {
  height: 210px;}

/*27-08-2020*/
div#shopify-section-1591770790343 .promo-grid__text .rte--block.big_text {
  font-size: 32px;
   color:#000;
}
.promo-grid__text .pre_heading p:empty{display:none;}
.promo-grid__text .pre_heading p{
  font-size:42px;
  font-weight:700;
  color:#000;
}

.promo-grid__text .pre_heading p strong{
  font-family: 'Lato-Heavy';
  font-weight:normal;
  font-size:50px;
  color:#000;
}
.slideshow__slide.slideshow__slide--1598527128609 .hero__text-content.vertical-center {
  vertical-align: top;
}

.slideshow__slide.slideshow__slide--1598527128609 .text_p_left .hero__text-shadow{
  float:none !important;    max-width: 100% !important;
}
.slideshow__slide.slideshow__slide--1598527128609 .hero__top-subtitle {
  font-size: 42px;
  font-weight: 700;}

.slideshow__slide.slideshow__slide--1598527128609  .animation-contents{
  padding-top:0;    text-transform: uppercase;
}

.slideshow__slide.slideshow__slide--1594383294316 .hero__text-content.vertical-center{
  vertical-align:top;
}
.slideshow__slide.slideshow__slide--1594383294316 .text_p_right .hero__text-shadow {
  max-width: 590px !important;}


.slideshow__slide.slideshow__slide--1594383294316 .hero__top-subtitle {
  font-size: 55px;
}
.slideshow__slide.slideshow__slide--1594383294316 .page-width {
  max-width: 1460px;}

.slideshow__slide.slideshow__slide--1594383294316 .animation-contents{
  padding-top:0;color:#ffbf3c !important; text-transform:uppercase;
  font-family: 'Lato-Heavy';
  font-weight:normal;
}
body.template-collection .boost-pfs-filter-option-show-search-box {
    border-radius: 0px;
}
.hero .slideshow__slide.slick-current .hero__text-content img{
display:block;
}
.hero__text-content img{
display:none;
}
.popup-cta button.btn {
    color: #fff !important;
    font-size: 15px;
    padding: 0 10px;
    letter-spacing: 0;
}
.popup-cta button.btn:hover {
  color: #fff !important;
  background: #1894e1 !important;
}
 
/*==================repsonsove=============*/

.font-family{font-family: 'Mr De Haviland', cursive;}

@media (min-width:1101px){
  .slideshow__slide:nth-child(4) .hero__text-shadow .hero__title{
    font-size:80px !important;
  }
  .slideshow__slide:nth-child(4) .text_p_right .hero__text-shadow {
    max-width: 390px !important;}
}

@media (max-width:1440px){
  .slideshow__slide.slideshow__slide--1594383294316 .page-width {
    max-width: 1270px;}
}
@media (max-width:1400px){
  .slideshow__slide.slideshow__slide--1594383294316 .page-width {
    max-width: 1200px;}
}
@media (max-width:1250px){
  .home-img-text img {
    max-height: 220px;
    max-width: 220px;
  }
  .slideshow__slide.slideshow__slide--1594383294316 .text_p_right .hero__text-shadow {
    max-width: 630px !important;
  }
}


@media (max-width:1100px){
  .slideshow__slide .hero__text-shadow .hero__title {
    font-size: 70px; padding-left:0;
  }
  .slideshow__slide .hero__text-shadow .hero__subtitle {
    font-size: 55px;
  }
  .slideshow__slide .hero__text-shadow {
    max-width: 640px;
  }
  .promotion_grid_img .promo-grid__text .rte--block {
    font-size: 30px;}
  .rte--block {
    margin-bottom: 8px;
  }
  a.btn, .btn {
    font-size: 16px;}

  .featured_collection_product .section-header {
    margin-bottom: 25px;
  }
  .featured_collection_col {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .featured_collection_col .section-header {
    margin-bottom: 25px;
  }
  div#shopify-section-1591770790343 .promo-grid__text .rte--block {
    font-size: 55px;
  }
  .instagram_custom_cover ul {
    padding: 25px 0 20px;
  }

  .footer_newsletter_foot {
    padding-right: 0;
  }
  .home-img-text img ,.hero__text-content img{
    max-height: 150px;
  }

  .grid-product__image-mask {
    height: 250px; 
  }


  .grid-product__image-mask img{
    max-height: 230px; }


  .promo-grid__text .pre_heading p{margin-bottom:10px;}
  .promo-grid__text .pre_heading p {
    font-size: 33px;}
  .promo-grid__text .pre_heading p strong {
    font-size: 38px;}
  div#shopify-section-1591770790343 .promo-grid__text .rte--block.big_text {
    font-size: 25px;}

  .slideshow__slide.slideshow__slide--1598527128609 .hero__top-subtitle {
    font-size: 32px;}
  .slideshow__slide.slideshow__slide--1594383294316 .hero__top-subtitle {
    font-size: 35px;
  }
  .slideshow__slide.slideshow__slide--1594383294316 .text_p_right .hero__text-shadow {
    max-width: 520px !important;
  }

  /*1100px max*/
}


@media (min-width:769px){
  .footer_newsletter_foot{
    padding-right:30px;
  }

  .site-footer {
    padding-top: 45px;
    padding-bottom: 0;
  }

}



@media (max-width:768px){
  div#shopify-section-1591770790343 .promo-grid__text .rte--block {
    font-size: 35px;
  }
  .collapsible-trigger-btn{margin:0;}
  .footer__title{text-align:left;}
  .site-footer .footer__collapsible{
    text-align:left;
  }

  .instagram_custom_cover ul li{    padding: 0 5px;}
  .instagram_custom_cover ul {
    margin: 0 -5px;}

  .instagram_custom_cover ul{
    padding: 25px 0 0;
  }
  .slideshow__slide .hero__text-shadow {
    max-width: 100%;
    text-align: center;
  }
  .slideshow__slide .hero__text-shadow .hero__title {
    font-size: 40px;}
  .slideshow__slide .hero__text-shadow .hero__subtitle {
    font-size: 35px;
  }

  .slideshow__slide .hero__text-shadow .hero__subtitle .animation-contents{padding-left:8px;}
  .drawer__fixed-header{padding:0;}
  .mobile-nav__link--top-level {
    font-size: 15px;
    padding: 10px !important;
  }
  .mobile-nav__social{display:none;}

  .collection-filter{position:static;}

  .pswp__button:after,.product__main-photos .product__photo-zoom:after{display:none !important;}
  .product__main-photos .product__photo-zoom{left:15px;}
  .payment-buttons .shopify-payment-button__button ,.product-single__meta .collapsible-trigger{
    font-size: 16px !important;}
  .header-item--icons .site-nav {
    margin-right: 0;
  }
  .site-header__search-form{max-width:100%;
    border:none;
  }

  .Home-images-inner.top .home-img-text-up, .Home-images-inner.bottom .home-img-text-up{
    padding:0 10px !important;
  }
  .site-nav__icons_inner{display:none;}
  .site-nav__icons_cover .site-nav__icons_inner{display:block;}
  .site-nav__icons_inner p{margin:0;    font-size: 15px;
    padding: 10px 0 !important;}
  .site-nav__icons_inner p a{font-size: 15px;  padding:0 10px  !important;}  


  .drawer__scrollable ul.mobile-nav > li:nth-child(2) .mobile-nav__child-item{
    display:none;
  }
  .drawer__scrollable ul.mobile-nav> li:nth-child(2) .collapsible-content--all.is-open .collapsible-content--all{
    height: auto !important;
    visibility: visible;
    opacity: 1;
  } 

  div#insta-feed {
    padding-bottom: 30px;
  }
  .slideshow__slide.slideshow__slide--1594644600835 .animation-contents {
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
  }

  .slideshow__slide.slideshow__slide--1598527128609 .hero__top-subtitle {
    font-size: 29px;}
  .slideshow__slide.slideshow__slide--1598527128609 .hero__text-content.vertical-center {
    padding-top: 0;
  }
  .slideshow__slide.slideshow__slide--1598527128609 .hero__top-subtitle{
    line-height:normal;
  }
  .slideshow__slide.slideshow__slide--1594383294316 .text_p_right .hero__text-shadow {
    max-width: 390px !important;
  }
  .slideshow__slide.slideshow__slide--1594383294316 .hero__top-subtitle {
    font-size: 30px;
  }




  /*768px max*/
}


@media (max-width:767px){

  .slideshow__slide .hero__text-shadow .hero__title {
    font-size: 20px;}
  .hero .slick-dots li {
    margin: 0 3px;
    width: 10px !important;
    height: 10px !important;}
  .hero .slick-dots {
    bottom: 4px;
  }
  .promotion_grid_img .promo-grid__text .rte--block {
    font-size: 25px;
  }
  .section-header__title {
    font-size: 25px;}

  .section-header__title span {
    padding: 0 10px;}
  div#shopify-section-1591770790343 .promo-grid__text .rte--block {
    font-size: 25px;     padding-bottom: 4px;
  }
  a.btn, .btn {
    font-size: 14px;
  }
  a.btn:after, .btn:after{height:1px;}
  .instagram_custom {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .instagram_custom_cover ul li {
    padding: 0 5px 10px;
    width:50%;
  }

  .instagram_custom_cover ul{
    flex-wrap:wrap;
  }
  .header-layout_upper {
    padding: 10px 0;
  }
  .footer__title {
    font-size: 15px;    padding: 10px 0;
  }
  .site-footer .grid__item{margin-bottom:0; padding-bottom:0;}
  .featured_collection_product {
    margin-top: 25px;}
  .slideshow__slide .hero__text-shadow .hero__subtitle {
    font-size: 25px;
  }
  div#shopify-section-1525912530555 {
    padding-top: 20px;
  }

  .announcement-text {
    font-size: 14px;}
  .site-nav__icons a.site-nav__link.site-nav__link--icon img {
    width: 23px;
  }
  .header-item--icons .site-nav {
    margin-right: 9px;
  }

  span.cart_count {
    font-size: 12px;
    width: 16px;
    height: 17px;}

  .site-nav__link--icon+.site-nav__link--icon {
    margin-left: -4px;
    font-size: 0;
    margin: 5%;
  }
  .grid-product__image-mask {
    position: relative;
    overflow: visible; 
  }
  .grid-product__meta .grid-product__title{
    font-size:14px; height:43px; overflow:hidden;
  }
  .footer__small-text{
    margin-top:5px;
  }
  .template-list-collections  .grid__item{
    width:100%;
  }

  .template-collection .page-content--top {
    padding-top: 20px;
  }
  .payment-buttons .shopify-payment-button__button ,.product-single__meta .collapsible-trigger{
    font-size: 14px !important;}
  .result_header {
    padding-top: 30px;
  }
  .slideshow__slide .hero__text-shadow {
    max-width: 190px;
    text-align: center;
  }
  .mobile-nav__item--secondary a{
    padding-left:10px;
  }
  .behind_text .Home-images-inner-left {
    position: static;
    z-index: 1;
    top: 0;
    transform: none;
  }
  .home-img-text img, .hero__text-content img {
    max-height: 40px;    margin-bottom: 5px;
    max-width: 50px;
  }
  .hero__text-content .animation-contents{padding-top:0;}
  .text_p_right .hero__text-shadow,.text_p_left .hero__text-shadow {
    max-width: 120px !important;}
  .text_p_right .hero__text-shadow .animation-contents ,.text_p_left .hero__text-shadow .animation-contents {
    padding-top: 0;
    font-size: 12px;
  }
  .slideshow__slide .hero__link a.btn {
    font-size: 12px;
  }
  .hero__top-subtitle{margin-bottom:0;}
  .template-collection .grid-product__image-mask {
    height: 150px;}
  .template-collection .grid-product__image-mask img{
    max-height:150px;
  }  


  .grid-product__image-mask{
    max-height:110px;
  }

  .grid-product__image-mask img {
    max-height:90px;
  }
  .grid-product__image-mask .image-wrap {
    width: 100%;
  }
  .animation-cropper{display:inline-block;}
  .grid-product__meta .grid-product__title{line-height:21px;}

  .payment-buttons {
    flex-direction: column;
  }
  .payment-buttons .shopify-payment-button{width:100%;}
  .payment-buttons button{margin:0 !important;}
  .payment-buttons .add-to-cart{width:100%; margin-bottom:10px !important;margin-right:0 !important;}
  .shopify-payment-button {
    margin: 0;padding-left:0;
  }
  .slideshow__slide.slideshow__slide--1594644600835 .animation-contents {
    font-size: 22px !important;}

  h1.boost-pfs-search-result-header {
    font-size: 25px;}
  #CollectionSidebar .drawer__inner{
    padding:15px 15px 0;
  }
  .product__main-photos .starting-slide img, .product__main-photos .slick-initialized img {
    max-height: 210px;}

  .promo-grid__text .pre_heading p {
    font-size: 18px;
  }
  .promo-grid__text .pre_heading p strong {
    font-size: 20px;
  }

  div#shopify-section-1591770790343 .promo-grid__text .rte--block.big_text {
    font-size: 14px;
  }
 
  .slideshow__slide.slideshow__slide--1594383294316 .hero__top-subtitle {
    font-size: 15px;
    line-height: normal;
}
  .slideshow__slide.slideshow__slide--1594383294316 .text_p_right .hero__text-shadow {
    max-width: 160px !important;
}
  .slideshow__slide.slideshow__slide--1594383294316 .hero__text-content.vertical-center {
    vertical-align: top;
    padding-top: 10px;
}
  /*767px max*/

} 
.pag-content h3{
  margin-top:10px;
  text-transform: capitalize;
  padding-top: 15px;
}  
.pag-content p{
  margin-bottom:10px;

}
.pag-content a:hover { 
  color:#1894e1;
}