.cursor {
  pointer-events: none;
}

.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}

.cursor__ball circle {
  fill: #f7f8fa;
}

.CTA_LTR {
  position: relative;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.CTA_LTR:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00000017;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.CTA_LTR:hover:after {
  width: 100%;
}

.CTA_LTR span {
  position: relative;
  z-index: 2;
}

.ARROW_WHITE:before {
  z-index: 3;
  position: absolute;
  content: "";
  height: 31px;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  top: 50%;
  background: transparent url(../images/right-arrow.svg) right center no-repeat;
}

.HOVER {
  --width: 100%;
  --time: 0.7s;
  position: relative;
  background: #222;
  overflow: hidden;
}

.HOVER text {
  position: relative;
  z-index: 5;
  -webkit-transition: color var(--time);
  transition: color var(--time);
}

.HOVER:hover text {
  color: #222;
}

.HOVER span.bg-layer {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.233);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width var(--time), padding-top var(--time);
  transition: width var(--time), padding-top var(--time);
}

.HOVER:hover span.bg-layer {
  width: calc(var(--width) * 2.25);
  padding-top: calc(var(--width) * 2.25);
}

.HOVER.FLASH:hover text {
  color: white;
}

.HOVER.FLASH span.bg-layer {
  background: #ff3b3b;
}

.hero-slider-mobile {
  display: none;
}

.hero-slider {
  background-color: #002C77;
  height: 700px;
}

.hero-slider .hero-content {
  z-index: 1;
  color: #FFF;
  font-family: 'Exo',
 sans-serif;
  font-weight: 300;
/*   font-size: 2em; */
  font-size: 1.4em;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
  height: 100%;
  width: calc(100% - 3vw);
  position: absolute;
  left: 2vw;
}

.hero-slider .hero-content.always-disp-content {
  left: auto;
  position: absolute;
  right: 0;
  width: 68.6vw;
  z-index: auto;
}

.hero-slider .hero-content .hero-text-block {
  width: 200px;
  float: left;
  top: 93px;
  position: absolute;
  right: 415px;
}

.hero-slider .hero-content .hero-text-block p {
  font-size: 12px;
  height: 84px;
  overflow: hidden;
  line-height: 17px;
}

.hero-slider .hero-content .hero-text-block .hero-sub-block {
  line-height: 1.3em;
/*   background: url(../images/hero-arrow.png) no-repeat right center; */
}

.hero-slider .hero-content .hero-img-block {
  padding: 0px;
  width: auto;
  float: right;
  margin-left: 18px;
  position: relative;
  top: -34px;
}

.hero-slider .hero-content .hero-img-block img {
  width: 350px;
  height: 375px;
}

@media only screen and (max-width: 991px) {
  .hero-slider {
    display: none;
  }
  .hero-slider-mobile {
    display: block;
    margin-top: 45px;
    background-color: #002C77;
  }
  .hero-slider-mobile .container {
    position: relative;
  }
  .hero-slider-mobile .container .image {
    text-align: center;
    position: relative;
    top: -40px;
  }
  .hero-slider-mobile .container .image img {
    width: 264px;
    max-height: 320px;
    margin: 0 auto;
  }
  .hero-slider-mobile .container .hero-text-block {
    padding-bottom: 30px;
    padding-top: 40px;
	display: none;
  }
  .hero-slider-mobile .container .hero-text-block p {
    color: #FFF;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .hero-slider-mobile .container .hero-text-block .hero-sub-block {
    text-align: center;
  }
  .hero-slider-mobile .container .hero-text-block .hero-sub-block a {
    color: #FFF;
  }
  .hero-slider-mobile .container ul.nav-list-mob {
    margin: 0px;
    background-color: #002c77;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0;
  }
  .hero-slider-mobile .container li.nav-item-mob {
    list-style-type: none;
  }
  .hero-slider-mobile .container .hero-title-mob {
    font-size: 34px;
    color: #FFF;
    border-bottom: 1.5px solid #FFF;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 10px;
  }
  .hero-slider-mobile .container .hero-content-mob {
    display: none;
    padding: 15px;
  }
	.hero-slider-mobile .container .hero-item-mob-3 .hero-content-mob{
		display:block;
	}
  .hero-slider-mobile .container .hero-content-mob .hero-sub-block {
    text-align: center;
  }
  .hero-slider-mobile .container .hero-content-mob .hero-sub-block a {
    color: #FFF;
	  justify-content:center;
  }
  .hero-slider-mobile .container .hero-content-mob p {
    color: #FFF;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .hero-slider-mobile .container .hero-item-mob-2 .hero-title-mob {
    padding-left: 25%;
  }
  .hero-slider-mobile .container .hero-item-mob-3 .hero-title-mob {
    padding-left: 50%;
  }
}

:root {
  --color-tan: #002C77;
  --color-green: #002C77;
  --color-gold: #002C77;
  --color-purple: #002C77;
  --nav-item-offset: 100px;
  --nav-item-hover-offset: 1%;
  --easing: cubic-bezier(0.8, 0, 0.2, 1);
  --duration: 0.6s;
  font-family: "Libre Baskerville", serif;
}

.bar-navigation {
  position: relative;
/*   height: 342px; */
	min-height:calc(100vh - 310px);
  width: 100%;
/*   background-color: var(--color-tan); */
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  margin-top: 20px;
  margin-top: 40px;
}

.nav-list,
.nav-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-list {
  grid-row: 1 / -1;
  display: -ms-grid;
  display: grid;
  height: 100%;
  counter-reset: list;
  overflow: hidden;
  position: relative;
}

.nav-item {
  --tx: calc(-100% + var(--nav-item-offset));
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20% auto;
      grid-template-columns: 1fr 20% auto;
  position: absolute;
  height: 100%;
  width: 40%;
  -webkit-transition: -webkit-transform var(--duration) var(--easing);
  transition: -webkit-transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
  margin-left: calc(var(--i) * var(--nav-item-offset));
  overflow: hidden;
  -webkit-transform: translateX(var(--tx));
          transform: translateX(var(--tx));
  z-index: calc(var(--total) - var(--i));
  padding-right: 1vw;
  -webkit-animation: slide-down 1s cubic-bezier(0.5, 0, 0.3, 1);
          animation: slide-down 1s cubic-bezier(0.5, 0, 0.3, 1);
  -webkit-animation-delay: calc(var(--i) * 0.5s);
          animation-delay: calc(var(--i) * 0.5s);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.nav-item:hover:not(:focus):after {
  -webkit-transform: none;
          transform: none;
}

.nav-item:focus {
  -webkit-transform: translateX(-2vw);
          transform: translateX(-2vw);
  outline: none;
}

.nav-item:focus ~ .nav-item {
  -webkit-transform: none;
          transform: none;
}

.nav-item:focus-within {
  -webkit-transform: translateX(-2vw);
          transform: translateX(-2vw);
}

.nav-item:focus-within ~ .nav-item {
  -webkit-transform: none;
          transform: none;
}

.nav-item.hero-item-2:before {
  bottom: 70px !important;
}

.nav-item:before {
  cursor: pointer;
  counter-increment: list;
  content: attr(data-title);
  display: block;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  text-align: right;
  padding: 1vw;
  padding-top: -1vh;
  z-index: 2;
  -webkit-animation: inherit;
  animation: inherit;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
  white-space: nowrap;
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  font-size: 4em;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 19px;
  line-height: 12px;
  position: absolute;
  bottom: 4vh;
  left: -55px;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 20px;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 20px;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 20px;
  -o-transform: rotate(-90deg);
  -o-transform-origin: 20px;
  transform: rotate(-90deg);
  transform-origin: 20px;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform-origin: 20px;
            transform-origin: 20px;
    -webkit-transform: rotate(-90deg) translateY(130%);
            transform: rotate(-90deg) translateY(130%);
  }
  to {
    -webkit-transform: rotate(-90deg) translateY(0);
            transform: rotate(-90deg) translateY(0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform-origin: 20px;
            transform-origin: 20px;
    -webkit-transform: rotate(-90deg) translateY(130%);
            transform: rotate(-90deg) translateY(130%);
  }
  to {
    -webkit-transform: rotate(-90deg) translateY(0);
            transform: rotate(-90deg) translateY(0);
  }
}

.nav-item:after {
  content: "";
  position: absolute;
  border-right: 1px solid #FFF;
  top: 0;
  left: 0;
  right: 1vw;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(-1vw);
          transform: translateX(-1vw);
  -webkit-transition: -webkit-transform var(--easing) var(--duration);
  transition: -webkit-transform var(--easing) var(--duration);
  transition: transform var(--easing) var(--duration);
  transition: transform var(--easing) var(--duration), -webkit-transform var(--easing) var(--duration);
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%) translateX(var(--tx));
            transform: translateY(-100%) translateX(var(--tx));
    pointer-events: none;
  }
  to {
    -webkit-transform: translateY(0) translateX(var(--tx));
            transform: translateY(0) translateX(var(--tx));
    pointer-events: none;
  }
}

@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%) translateX(var(--tx));
            transform: translateY(-100%) translateX(var(--tx));
    pointer-events: none;
  }
  to {
    -webkit-transform: translateY(0) translateX(var(--tx));
            transform: translateY(0) translateX(var(--tx));
    pointer-events: none;
  }
}

.nav-item .hero-content {
  max-width: 80%;
  font-size: 12px;
  padding: 101px;
}

.blinker-text {
  display: block;
  height: 80px;
  background-color: #000;
  text-align: center;
}

.blinker-text .blinker-inner {
  color: #fff;
  margin: 0 auto;
  padding: 21px;
  text-align: center;
}

.blinker-text .blinker-inner span {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .blinker-text {
    height: 100px;
  }
  .blinker-text .blinker-inner {
    font-size: 20px;
    line-height: 50px;
  }
}

.trunk-show-wrapper {
  position: relative;
}

.trunk-show-wrapper .container {
  position: relative;
  z-index: 2;
}

.trunk-show-wrapper .container .trunk-show {
/*   height: 430px; */
	min-height:80vh;
  overflow: hidden;
	display:flex;
}

.trunk-show-wrapper .container .trunk-show .trunk-left-block {
  width: 40%;
  padding: 40px;
/*   float: left; */
	min-height:80vh;
	display:flex;
	justify-content:center;
	flex-direction:column;
}

.trunk-show-wrapper .container .trunk-show .trunk-left-block h2 {
  font-weight: bold;
/*   font-size: 60px; */
  font-size: 75px;
	line-height:1;
	margin-bottom:0;
}

.trunk-show-wrapper .container .trunk-show .trunk-left-block p {
  color: #000;
	margin-bottom:80px;
	width:72%;
}

.trunk-show-wrapper .container .trunk-show .trunk-left-block .trunk-show-actions .get-access-trunkshow {
  background-color: #85af89;
  border: 0;
  color: #FFF;
  font-weight: 500;
  padding: 8px 10px;
  display: inline-block;
  width: 290px;
  text-align: left;
/*   background: #85af89 url(../images/right-arrow.svg) right center no-repeat; */
  background-size: 16%;
  background-position: 171px 10px;
}

.trunk-show-wrapper .container .trunk-show .trunk-left-block .trunk-show-actions h4 {
  font-weight: 600;
  margin-top: 10px;
	margin-bottom:0;
	font-size:50px;
}

.trunk-show-wrapper .container .trunk-show .trunk-right-block {
  width: 70%;
/*   float: left; */
  padding: 0;
  position: relative;
  min-height:80vh;
/*   height: 430px; */
  /* top: 12px; */
}

.trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-bg {
  height: 100%;
	width:80%;
/* 	min-height:100vh; */
}

.trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-bg img {
  height: 100%;
/* 	min-height:100vh; */
}

.trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-layer-1 {
  position: absolute;
  z-index: 1;
/*   top: 33px; */
  right: 0px;
	top:50%;
/* 	transform:translateY(-50%); */
	transform:translate(50%,-50%)!important;
}

.trunk-show-wrapper .container .trunk-show .trunk-right-block .trunk-refresh {
  position: absolute;
  z-index: 108;
/*   right: 50%; */
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.trunk-show-wrapper .container .trunk-show .trunk-right-block .trunk-refresh a{
	display:block;
	height:100%;
	width:100%;
}
.trunk-show-wrapper .container .trunk-show .trunk-right-block .trunk-refresh a img{
	height:100%!important;
	width:100%!important;
}
.trunk-show-wrapper .trunk_show_whitePatch {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .trunk-show-wrapper {
    background-color: #FFF !important;
  }
  .trunk-show-wrapper .container {
    background-color: var(--bg-color);
    padding-left: 0;
    padding-right: 0;
  }
  .trunk-show-wrapper .container .trunk-show {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-left-block {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
/* 	  min-height:100vh; */
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-bg {
    height: auto;
	  width:100%;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-bg img {
    max-height: 448px;
    width: 100%;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block .trunk-refresh {
/*     top: calc(50% - 15px); */
	  top:0;
    left: 50%;
    width: 48px;
    height: 48px;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-layer-1 {
    top: unset!important;
    left: 50%!important;
	  right:unset!important;
	  bottom:0!important;
    width: fit-content;
    text-align: center;
	  transform:translate(-50%,50%)!important;
  }
  .trunk-show-wrapper .container .trunk-show .trunk-right-block .turnk-layer-1 img {
    width: 264px;
    height: 264px;
  }
  .trunk-show-wrapper .trunk_show_whitePatch {
    display: none;
  }
}

.pr-wrapper {
  position: relative;
}

.pr-wrapper .pr_whitePatch {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
}

.pr-wrapper .container {
  position: relative;
  z-index: 2;
}

.pr-wrapper .container .pr {
  position: relative;
/*   height: 453px; */
	min-height:80vh;
  overflow: hidden;
	display:flex;
	flex-wrap:wrap;
}

.pr-wrapper .container .pr .pr-left {
  width: 60%;
/*   float: left; */
  overflow: hidden;
  padding: 40px;
	align-self:center;
	display:flex;
}

.pr-wrapper .container .pr .pr-left:before {
  position: absolute;
  content: '';
  background-color: var(--bg-color);
  height: 153%;
  width: 57%;
  left: 19%;
  top: -20%;
  z-index: -1;
  border-radius: 51% 0 0 50%;
}

.pr-wrapper .container .pr .pr-left img {
  position: relative;
  left: 0;
  padding: 12px;
  float: left;
	height:400px;
}
.pr-wrapper .container .pr .pr-left .pr-img{
	min-width:400px;
}
.pr-wrapper .container .pr .pr-left .pr-left-text {
  color: #FFF;
  position: relative;
	padding-left:25px;
}

.pr-wrapper .container .pr .pr-left .pr-left-text h2 {
  color: #FFF;
/*   font-size: 50px; */
	font-size:75px;
	font-weight:700;
}
.pr-wrapper .container .pr .pr-left .pr-left-text p{padding-right:20%;}
.pr-wrapper .container .pr .pr-left .pr-left-text .read-more-whatshot {
/*   background-color: #85af89; */
  border: 0;
  color: #FFF;
  font-weight: 500;
  padding: 8px 10px;
  width: 162px;
  text-align: left;
/*   background: transparent url(../images/right-arrow.svg) right center no-repeat; */
  background-size: 20%;
  background-position: right 15px;
  display: table-caption;
/*   position: absolute; */
  right: 0px;
  font-size: 18px;
}
.pr-wrapper .container .pr .pr-left .pr-left-text .read-more-whatshot .animate-arrow{
	height:26px;
	min-width:52px;
}

.pr-wrapper .container .pr-right {
/*   float: left; */
  width: 40%;
  text-align: right;
/* 	height:100%; */
}

.pr-wrapper .container .pr-right img {
/*   height: 463px; */
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

@media only screen and (max-width: 991px) {
  .pr-wrapper {
    background-color: #FFF !important;
  }
  .pr-wrapper .pr_whitePatch {
    display: none;
  }
  .pr-wrapper .container {
    overflow: hidden;
    padding: 0;
  }
  .pr-wrapper .container .pr {
    position: relative;
    height: auto;
    overflow: initial;
  }
  .pr-wrapper .container .pr .pr-left {
    width: 100%;
    float: left;
    overflow: initial;
    padding: 40px;
  }
  .pr-wrapper .container .pr .pr-left:before {
    position: absolute;
    content: '';
    height: 375px;
    width: 383px;
    right: -12px;
    top: -253px;
    border-radius: 78%;
    min-width: -webkit-fill-available;
    left: auto;
  }
  .pr-wrapper .container .pr .pr-left .pr-left-text h2 {
    color: #000;
    font-size: 37px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .pr-wrapper .container .pr .pr-left .pr-left-text h2 br {
    display: none;
  }
  .pr-wrapper .container .pr .pr-left .pr-left-text p {
    color: #000;
  }
  .pr-wrapper .container .pr .pr-left .pr-left-text .read-more-whatshot {
    color: #000;
/*     background: #ffffff url(../images/right-arrow-black.svg) right center no-repeat; */
    background-size: 22%;
    background-position: right 15px;
    bottom: -46px;
    right: 0;
    padding-left: 0;
    width: 124px;
    font-size: 16px;
  }
  .pr-wrapper .container .pr .pr-right {
    width: 100%;
  }
  .pr-wrapper .container .pr .pr-right img {
    height: auto;
    width: 100%;
  }
}


.latest-finds-wrapper{
	min-height:80vh;
}
.latest-finds-wrapper .container .latest-finds {
/*   height: 440px; */
/* 	min-height:80vh; */
  padding: 70px 40px;
  position: relative;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left {
  float: left;
  position: relative;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
  position: relative;
  top: 38px;
  min-width: 300px;
  display: inline-block;
  width: 100%;
  height: 287px;
  left: 60px;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area:hover>.left-cirtle-white{
	transform:scale(1.5);
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-cirtle-white {
  position: absolute;
  background-color: #FFF;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 1;
	transition: all 0.6s var(--easing);
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
  position: absolute;
  z-index: 2;
  width: 188px;
  font-weight: 700;
  left: 3px;
	font-size:35px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left h4 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 120px;
  font-weight: 400;
  color: #000;
  font-size: 21px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left h4 a {
  padding-right: 75px;
/*   background: url(../images/right-arrow-black.svg) no-repeat center right; */
  background-size: 46px;
	display:flex;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left h4 a .animate-arrow{
	height:25px;
	min-width:50px;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left h4 a .animate-arrow::before{
	background:#151515;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left h4 a .animate-arrow::after{
	border-color:#151515;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-btns {
  position: absolute;
  right: 80px;
  bottom: 70px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul {
  list-style-type: none;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li {
  list-style-type: none;
  max-width: 50%;
  float: left;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li:first-child {
  margin-right: 20px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li img {
  width: 70px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle {
  margin-left: 110px;
  width: 470px;
  display: inline-block;
  position: relative;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area {
  width: 350px;
  display: inline-block;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area .latest-boutique-name {
  display: none;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area .latest-boutique-url {
  display: none;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {
  position: absolute;
  z-index: 3;
  right: 20px;
  line-height: 250px;
  font-size: 300px;
  color: #000;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .latest-finds-text {
  height: 94px;
  width: 94px;
  line-height: 24px;
  text-align: center;
  background-color: #502C1E;
  color: #FFF;
  border-radius: 50%;
  font-size: 22px;
  padding-top: 21px;
  position: absolute;
  z-index: 9;
  right: -13px;
  top: -38px;
}

@media only screen and (max-width: 991px) {
  .latest-finds-wrapper .container {
    background-color: #C09372;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .latest-finds-wrapper .container .latest-finds {
    padding: 0 !important;
    overflow: hidden;
    height: 630px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-left {
    position: relative;
    background-color: #FFF;
    display: block;
    width: 100%;
    height: 430px;
    border-radius: 50%;
    z-index: 1;
    top: -85px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
    position: relative;
    top: 50px;
    min-width: 300px;
    display: inline-block;
    width: 100%;
    height: auto;
    left: 0;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-cirtle-white {display: none;}
  .latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    top: 65px;
    text-align: left;
	width: 280px!important;
	margin: auto;
	left: 26px;
	font-size: 30px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-left h4 {
    position: relative;
    top: 60px;
    z-index: 2;
    width: 226px!important;
    margin: 24px auto 0;
    font-weight: 400;
    color: #000;
    font-size: 21px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns {
    width: 98%;
    z-index: 4;
    bottom: 30%;
    right: auto;
    text-align: center;
    left: 0;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns ul {
    width: 98%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: left;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li:last-child {
    text-align: right;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li img {
    width: 39px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-middle {
    margin-left: -17px;
    max-width: 100%;
    width: 100%;
    top: -172px;
    display: inline-block;
    position: relative;
    text-align: center;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-middle .latest-finds-text {
    height: 94px;
    width: 94px;
    line-height: 24px;
    text-align: center;
    background-color: #502C1E;
    color: #FFF;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 24px;
    position: absolute;
    z-index: 9;
    right: 10%;
    top: -70px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {
    position: absolute;
    z-index: 3;
    right: auto;
    line-height: 85px;
    color: #000;
    left: 29%;
    top: 197px;
    font-size: 250px;
    text-align: center;
    width: 250px;
  }
  .latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li:first-child {
    margin-right: 240px;
}
  .latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area {
    width: 250px;
    display: inline-block;
    margin-left: 11%;
    top: -21px;
    position: relative;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: 15px!important;height: 15px!important;}
}

.city-feature-wrapper {
  position: relative;
}


.city-feature-wrapper .cityfeature_whitePatch {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
}

.city-feature-wrapper .container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.city-feature-wrapper .container .slider-area .swiper-container-city .swiper-pagination {
  bottom: 80px;
}

.city-feature-wrapper .container .slider-area .swiper-container-city .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}

.city-feature-wrapper .container .city-feature {
  background-color: #d52b1e;
  color: #FFF;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.city-feature-wrapper .container .city-feature .city-feature-left {
  width: 100%;
  float: left;
  max-width: 470px;
  text-align: right;
  background-color: #FFF;
  border-radius: 0 50% 50% 0;
  margin-right: 200px;
}

.city-feature-wrapper .container .city-feature .city-feature-left .city-imag-left {
  z-index: 1;
}

.city-feature-wrapper .container .city-feature .city-feature-left .city-imag-left:after {
  content: '';
  position: absolute;
  left: 22%;
  background: url(http://localhost/wordpress/wp-content/themes/goya-child/images/cities-banner-left.png) no-repeat;
  width: 46%;
  height: 90%;
  top: -160px;
  z-index: 0;
  background-size: cover;
  background-position: bottom center;
}

.city-feature-wrapper .container .city-feature .city-feature-left .city-imag-left img {
  position: relative;
  z-index: 1;
}

.city-feature-wrapper .container .city-feature .city-feature-right {
  float: left;
  display: block;
  padding: 38px;
  max-width: 432px;
  width: 100%;
  left: -50px;
  position: relative;
}

.city-feature-wrapper .container .city-feature .city-feature-right ul li {
  list-style-type: none;
  color: #fff;
}

.city-feature-wrapper .container .city-feature .city-feature-right ul li a {
  color: #FFF;
  float: left;
  width: 50%;
  font-weight: 500;
  font-size: 25px!important;
  line-height: 24px;
/*   background: transparent url(../images/right-arrow.svg) right center no-repeat; */
  background-size: 32%;
  background-position: 90px 10px;
}
.city-feature-wrapper .container .city-feature .city-feature-right ul li a .animate-arrow{
	height:30px;
	min-width:52px;
}
.city-feature-wrapper .container .city-feature .city-feature-right h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 20px;
}

.city-feature-wrapper .container .city-feature .city-feature-right p {
  max-width: 230px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .city-feature-wrapper .container {
    background-color: #D52B1E;
    padding-left: 0;
    padding-right: 0;
  }
  .city-feature-wrapper .container .slider-area .swiper-container-city .swiper-pagination {
    bottom: 490px!important;
  }
  .city-feature-wrapper .container .city-feature {
    height: auto;
    padding-top: 220px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .city-feature-wrapper .container .city-feature .city-feature-right {
    float: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 76% !important;
    left: 0;
    padding: 0;
    margin: 0 auto 50px;
    padding-right: 0;
    padding-left: 0;
    max-width: unset;
  }
  .city-feature-wrapper .container .city-feature .city-feature-right p {
    min-height: 90px;
	max-width: 100%;
  }
  .city-feature-wrapper .container .city-feature .city-feature-right h2 {line-height: 1;}
  .city-feature-wrapper .container .city-feature .city-feature-right ul li a {
    background-size: 21%;
    background-position: 83px 15px;
  }
  .city-feature-wrapper .container .city-feature .city-feature-left {
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 50% 50% 0% 0%;
    margin-right: 0;
    width: 100%;
    max-width: unset;
    margin-top: 40px;
  }
  .city-feature-wrapper .container .city-feature .city-feature-left .city-imag-left:after {
    content: '';
    position: absolute;
    background: url(http://localhost/wordpress/wp-content/themes/goya-child/images/cities-banner-left.png) no-repeat;
    width: 100%;
    height: 300px;
    top: -160px;
    z-index: 0;
    background-size: cover;
    background-position: bottom center;
    left: 0;
  }
}

.scrolling-text-wraper {
  border: 2px solid #000;
  border-top: none;
  border-left: 0;
  border-right: 0;
}

.scrolling-text-wraper .container {
  max-width: unset !important;
  padding-left: 0;
  padding-right: 0;
}

.scrolling-text-wraper .container .scrolling-text {
  display: block;
  height: 80px;
  background-color: #FFF;
  text-align: center;
}

.scrolling-text-wraper .container .marquee,
.scrolling-text-wraper .container .marquee-rev{
  height: 66px;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: 400;
}

.scrolling-text-wraper .container .marquee div,
.scrolling-text-wraper .container .marquee-rev div{
  display: block;
  width: 100%;
  position: absolute;
  overflow: hidden;
  animation: marquee 8s linear infinite;
}
.scrolling-text-wraper .container .marquee-rev div{
  animation: marquee-rev 8s linear infinite;
}
.marquee span,
.marquee-rev span {
  float: left;
  width: 50%;
  font-size: 40px;
  color: #000;
}


@keyframes marquee {
  0% {
    left: 0;
  }
  100%{
  	left: -100%;
  }
}
@keyframes marquee-rev {
  0% {
    left: 0;
  }
  100%{
  	left: 100%;
  }
}

.container .spy-boutique {
  background-color: transparent;
  position: relative;
  color: #FFF;
  height: 120px;
  font-size: 18px;
  text-align: left;
  padding: 50px;
}

.container .spy-boutique .search-text {
  color: #FFF;
  font-size: 18px;
  text-align: left;
  width: 234px;
  margin-left: 8%;
}

.container .spy-boutique input[type="text"] {
  position: absolute;
  left: 34%;
  top: 2px;
  width: 49%;
  color: #fff !important;
  padding: 0px;
  margin: 0;
  font-size: 22px;
  line-height: 7px !important;
  height: 52px;
  color: gray;
  border-bottom-color: gray;
  margin-top: 39px;
  height: 29px;
  font-size: 16px;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.container .spy-boutique img {
  width: 28px;
  position: absolute;
  right: 113px;
  top: 48px;
}

@media only screen and (max-width: 991px) {
  .spy-boutique-wraper .container {
    padding: 0;
  }
  .spy-boutique-wraper .container .spy-boutique {
    padding: 10px;
  }
  .spy-boutique-wraper .container .spy-boutique .search-text {
    color: #FFF;
    font-size: 20px;
    text-align: left;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 11px;
  }
  .spy-boutique-wraper .container .spy-boutique input[type="text"] {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 94%;
    color: #fff;
    padding: 0px;
    margin: 0;
    font-size: 22px;
    line-height: 8px !important;
    color: gray;
    border-bottom-color: gray;
    margin-top: 39px;
    height: 43px;
    font-size: 16px;
  }
  .spy-boutique-wraper .container .spy-boutique img {
    width: 28px;
    position: absolute;
    right: 14px;
    top: 52px;
  }
}

.cust-half {
  width: 50%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.third-half {
  float: left;
  width: 33.3333333333333333%;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

html body .zoomLens {
  border: 1px solid #FFF !important;
}


.premium-blog-excerpt-link::after{
	content: url('https://kios.in/wp-content/uploads/2020/12/right-arrow.svg');
	display:inline-block;
	width: 30px;
    vertical-align: middle;
    margin-left: 15px;
}
.trunk-show-wrapper .container .trunk-show .trunk-left-block .trunk-show-actions .get-access-trunkshow{
	background:85af89!important;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left!important;
}
/* .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{padding:10px 20px;} */
.elementor-widget-image .elementor-image img{width:100%;}
/*# sourceMappingURL=aispi.css.map */
.white-arrow .carousel-prev .fa-angle-left::before{
	content:url('https://kios.in/wp-content/uploads/2021/01/arrow-white-3.png');
}
.white-arrow .carousel-next .fa-angle-right::before{
	content: url('https://kios.in/wp-content/uploads/2021/01/arrow-white.png');
}

.carousel-prev .fa-angle-left::before{
	content:url('https://kios.in/wp-content/uploads/2021/01/arrow-black.png');
}
.carousel-next .fa-angle-right::before{
	content: url('https://kios.in/wp-content/uploads/2021/01/Arrow-Black2.png');
}
.elementor-9026 .elementor-element.elementor-element-40d5f4f.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{
	padding-bottom:60px;
}
.concretely .elementor-element-populated{
	padding-left:0!important;
}
.elementor-9082 .elementor-element.elementor-element-d337712 {
    min-height: 700px!important;
}
.elementor-9082 .elementor-element.elementor-element-4e10eb9 {
    min-height: 700px!important;
}
.ae-avatar-overlay, .ae-post-overlay{display:none!important;}
.elementor :after, .elementor :before{color:#000;}
.elementor-swiper-button-prev {
    left: -10px!important;
}
.elementor-swiper-button-next {
    right: -10px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:-10px!important;
}
.elementor-page-8908 .elementor-widget-image .elementor-image img {
    width: 100%;
}
.elementor-page-9026 .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{
	align-items:flex-start;
}
.elementor-page-9026 .elementor-icon-box-title{
	margin-top:0!important
}
.elementor-element-a09ab45 .elementor-inner-column .elementor-widget-wrap .elementor-widget-button{
	z-index:1;	
}
.elementor-element-a09ab45 .elementor-inner-column .elementor-widget-wrap:hover>.elementor-widget-spacer{
	transform:scale(2.5);
	transition: all 0.6s var(--easing);
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left h4{
	width:200px;
}
.nav-item:before{font-weight:700;}
.hero-slider .hero-content .hero-text-block .hero-sub-block>a{
	display:block;
}
.epok-container .elementor-col-50:nth-child(2){
	height:90%;
}
.epok-container .epok-image-right{
	height:100%;
}
.epok-container .epok-image-right *{height:100%;}
.elementor-9082 .elementor-element.elementor-element-01f4d2e > .elementor-element-populated {
    padding: 0% 28% 10% 28%!important;
}
.elementor-9082 .elementor-element.elementor-element-8c19c35 > .elementor-element-populated {
    padding: 0% 30% 0% 15%!important;
}
.elementor-element-75d2dba .elementor-heading-title{
	margin:0!important;
	font-size:25px!important;
}
.elementor-8908 .elementor-element.elementor-element-60e2b82 {
    padding: 90px 15px 0px 15px!important;
}
.nav-item.hero-item-2:before {
    bottom: unset!important;
    top: 0;
    position: absolute;
    transform: rotate(-90deg) translateX(0) !important;
}

.hero-slider .hero-content .hero-img-block {
    position: absolute;
	top:unset!important;
    bottom: 0;
    right: 0;
    height: calc(100% + 40px);
	max-width:450px;
}
.hero-slider .hero-content .hero-img-block>.image {
	height:100%;
    overflow: hidden;
}

.hero-slider .hero-content .hero-img-block img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.hero-slider .hero-content .hero-text-block {
    right: 642px;
	top:unset!important;
	bottom:32px;
}
.trunk-show-wrapper .container .trunk-show .trunk-left-block h2{
	margin-bottom:10px;
}
.elementor-element-91347ba img{
	min-height:100vh;
}
.elementor-9026 .elementor-element.elementor-element-75d2dba > .elementor-element-populated {
    padding: 0% 19% 0% 19%!important;
}
.elementor-9026 .elementor-element.elementor-element-8a428d0 > .elementor-element-populated {
    padding: 15% 19% 15% 19%!important;
}
div .belive-head{padding-right:0;}
.page-id-8908 .elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:50px;}
.elementor-9165 .elementor-element.elementor-element-6ff9738 .elementor-heading-title{margin-bottom:0;}

.nav-item .hero-content>div{
	position:absolute;
	right:50px;
	bottom:50px;
	width:55%;
}
.nav-item .hero-content a{
	font-size:2em;
	line-height:1.2;
	position:relative;
	padding-right:20px;
}
.nav-item .hero-content a::after{
/* 	content:url(../images/hero-arrow.png); */
	content:'';
	display:inline-block;
/* 	font-size:4em; */
	position:absolute;
	bottom:0;
	right:0;
	transform:translateX(100%);
}
div .is-form-style-1.is-form-id-44849 .is-search-input:focus, div .is-form-style-1.is-form-id-44849 .is-search-input:hover, div .is-form-style-1.is-form-id-44849 .is-search-input, div .is-form-style-2.is-form-id-44849 .is-search-input:focus, div .is-form-style-2.is-form-id-44849 .is-search-input:hover, div .is-form-style-2.is-form-id-44849 .is-search-input, div .is-form-style-3.is-form-id-44849 .is-search-input:focus, div .is-form-style-3.is-form-id-44849 .is-search-input:hover, div .is-form-style-3.is-form-id-44849 .is-search-input, 
div .is-form-id-44849 .is-search-input:focus,
div .is-form-id-44849 .is-search-input:hover, 
div .is-form-id-44849 .is-search-input{
	color: #fff !important;
	border-bottom:2px solid gray!important;
	background:transparent!important;
}
.container .spy-boutique form {
    position: absolute;
    left: 34%;
    top: 2px;
    width: 56%;
    padding: 0px;
    margin: 0;
    height: 52px;
    color: gray;
    margin-top: 39px;
    height: 29px;
    background-color: transparent;
   
}
.container .spy-boutique form input[type="search"]{
	border:2px solid gray!important;
	border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
	color: #fff !important;
    line-height: 7px !important;
    font-size: 16px;
	 border-bottom-color: gray;
    height: 29px;
    background-color: transparent!important;
	width:88%;
/*     font-size: 22px; */
	
}
.is-ajax-search-no-result{
	background:#000;
}
.container .spy-boutique form input[type="search"]::placeholder{
	color:gray!important;
}
div .is-form-id-44849 .is-search-submit:focus, div .is-form-id-44849 .is-search-submit:hover, div .is-form-id-44849 .is-search-submit, div .is-form-id-44849 .is-search-icon {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.is-form-id-44849 .is-search-icon{
	background:transparent!important;
}
.is-form-id-44849 .is-search-icon svg{
	display:none!important;
}
.is-form-id-44849 .is-search-icon::after{
	display:inline-block;
	content: url('https://kios.in/wp-content/themes/goya-child/images/search-icon.svg');
	height:100%;
	width:100%;
}
body #is-ajax-search-result-44849, body #is-ajax-search-details-44849 {
    background-color: #000 !important;
}
#trunk_refresh_btn{position:relative;}
#trunk_refresh_btn::after{
	content:'';
	display:inline-block;
	background: url('https://kios.in/wp-content/themes/goya-child/images/circle.PNG');
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
}
div.wpgmp_categories div.wpgmp_no_locations {font-family: "whyte-regular",sans-serif!important;}
.post-navigation__prev--label, .post-navigation__prev--title {font-size: 36px !important;text-transform: uppercase!important;}

@media only screen and (max-width:1440px){
	.pr-wrapper .container .pr .pr-left .pr-left-text p {
    padding-right: 14%;
}
	.pr-wrapper .container .pr .pr-left .pr-left-text h2 {
    font-size: 50px;
}
	.pr-wrapper .container .pr .pr-left img{
		height:350px;
	}
	.pr-wrapper .container .pr .pr-left .pr-img{
		min-width:350px;
	}
	.hero-slider .hero-content .hero-img-block{
		width:370px;
	}
	.hero-slider .hero-content .hero-text-block {
		right: 410px;}
}
@media only screen and (max-width:1200px){
	.trunk-show-wrapper .container .trunk-show .trunk-left-block p {width:100%;}
	.hero-slider .hero-content .hero-img-block{
		width:380px;
	}
	.hero-slider .hero-content .hero-text-block {
		right: 410px;}
}
}
@media only screen and (max-width: 991px) {
  .container {
    width: calc(100% - 15px) !important;
  }
	.trunk-show-wrapper .container .trunk-show .trunk-left-block{
		padding-top:160px;
	}
	.elementor-8908 .elementor-element.elementor-element-60e2b82 {
    padding: 15px 15px 0 15px!important;
}
	
	.hero-slider-mobile .container ul.nav-list-mob{
		margin-top:-98px;
		background:transparent!important;
	}
}
@media only screen and (max-width:768px){
	.elementor-10326 .elementor-element.elementor-element-4c3e247 .premium-blog-post-outer-container {width: 100%!important;}
	.elementor-10326 .elementor-element.elementor-element-4c3e247 .premium-blog-content-wrapper {max-height: 250px;}
	.shop_bar .woocommerce-ordering .select2 .select2-selection .select2-selection__rendered {
		line-height: 1.5;
	}
	.concretely .elementor-element-populated {
    padding-left: 10px!important;
}
	.elementor-9026 .elementor-element.elementor-element-57cc7dc > .elementor-element-populated {
    padding: 50px 20px!important;
}
	.elementor-9165 .elementor-element.elementor-element-5e600a6 > .elementor-element-populated{
		padding-bottom:30px!important;
	}
	.elementor-page-8908 .elementor-widget-image .elementor-image img {width: 100%;}
	h1.elementor-heading-title.elementor-size-xl, .elementor-9151 .elementor-element.elementor-element-36a25ea .elementor-heading-title {line-height: 1.5!important;margin-top: 20px;}
	.elementor-8908 .elementor-element.elementor-element-fc8b747, .elementor-8908 .elementor-element.elementor-element-397009e, .elementor-8908 .elementor-element.elementor-element-61a4ef0, .elementor-8908 .elementor-element.elementor-element-397009e:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap {overflow: hidden;}
	.elementor-8908 .elementor-element.elementor-element-9eed6eb > .elementor-widget-container {margin: -9% -15% -15% -20%;}
	.elementor-8908 .elementor-element.elementor-element-9c74366 .elementor-swiper-button {display: none;}
	.elementor-element.elementor-element-e5951fd.elementor-arrows-position-inside.elementor-widget.elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-prev, .elementor-element.elementor-element-e5951fd.elementor-arrows-position-inside.elementor-widget.elementor-widget-image-carousel .elementor-swiper-button.elementor-swiper-button-next {display: none;}
	.page-id-8908 .elementor-widget-heading .elementor-heading-title.elementor-size-xl {font-weight: 100;}
	.elementor-8908 .elementor-element.elementor-element-cae1294 .premium-person-content {padding-top: 10px!important;}
	.has_ae_slider.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-310a11b.ae-bg-gallery-type-default {padding: 0 30px;}
	.elementor-element.elementor-element-11c25e7.elementor-grid-tablet-1.elementor-shape-rounded.elementor-grid-0.elementor-widget.elementor-widget-social-icons {padding: 0 20px 15px;}
	.elementor-9026 .elementor-element.elementor-element-75d2dba > .elementor-element-populated {padding: 0% 8% 0% 8%!important;}
	.premium-person-content {padding-top: 10px!important;}
	h2.elementor-heading-title.elementor-size-default {line-height: 1.5!important;}
	.elementor-9026 .elementor-element.elementor-element-bd7b1e4 .elementor-image img {width: 100%!important;}
	.elementor-element.elementor-element-39f6e0e.elementor-view-stacked.elementor-position-left.elementor-vertical-align-middle.elementor-shape-circle.elementor-widget.elementor-widget-icon-box {margin-top: 24px;}
	
}

@media only screen and (max-width:425px){
	.latest-finds-wrapper .container .latest-finds .latest-finds-middle{
		top:-120px;
	}
	.trunk-show-wrapper .container .trunk-show .trunk-right-block{
		min-height:unset;
	}
	.latest-finds-wrapper .container .latest-finds{
		height:auto;
	}
	.trunk-show-wrapper .container .trunk-show .trunk-left-block{
		padding-top:160px;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom, .swiper-pagination-fraction{
		bottom:0!important;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    	margin: 0 6px!important;
	}
	.elementor-9165 .elementor-element.elementor-element-6755af4 .elementor-text-editor{
		columns:1!important;
	}
	
	.elementor-9082 .elementor-element.elementor-element-01f4d2e > .elementor-element-populated {
    padding: 0% 15px 10% 15px!important;
}
.elementor-9082 .elementor-element.elementor-element-8c19c35 > .elementor-element-populated {
    padding: 0% 15px 15px 15px!important;
}
	.blinker-text .blinker-inner{padding:40px 5px;}
}
@media only screen and (max-width: 375px) {
 	.trunk-show-wrapper .container .trunk-show .trunk-left-block{
/* 		padding-top:18%; */
	}
}

.i-spy-list{
	display:none;
	height:0;
	width:0;
	overflow:hidden;
}

@-webkit-keyframes elasticus {
    0% {
        width:0%;
    }
    50% {
      width:100%;
    }
	100%{
		transform:translate(100%,-50%);
	}
}

.hero-slider .hero-content .hero-text-block .hero-sub-block>a{
	display:flex;
}
.animate-arrow-container{
	position:relative;
	margin-left:30px;
}
.animate-arrow{
	position:relative;
/* 	min-width:70px; */
	text-align:right;
	display:inline-block;
	font-size:50px;
	overflow:hidden;
/* 	height:40px; */
	height:30px!important;
	min-width:52px!important;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.animate-arrow::before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0%,-50%);
	height:1px;
	width:100%;
	background:#fff;
}
.animate-arrow:hover::before{
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;	
}
.animate-arrow::after{
	position:absolute;
	right:6px;
	top:50%;
	content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
	border-left:0;
	border-bottom:0;
}
.d-flex{
	display:flex!important;
}
.swiper-button-prev11 .animate-arrow-container{
	transform: rotate(180deg);
}
.swiper-button-prev11 .animate-arrow{
	left:10px;
}
.swiper-button-next11 .animate-arrow{
	left:10px;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-btns .animate-arrow::after{
	border-color:#151515;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-btns .animate-arrow::before{
	background:#151515;
}
/* .wpgmp-map-7 div.wpgmp_search_form input.wpgmp_search_input{height:70px;} */
input.wpgmp_search_input.wpgmp_auto_suggest.pac-target-input {
/* 	line-height:1; */
}
.wpgmp-map-7 div.wpgmp_search_form input.wpgmp_search_input{
	line-height:1;
}
div input.wpgmp_search_input.wpgmp_auto_suggest.pac-target-input{
/* 	padding:0!important; */
}

@media( max-width:991px ){
	.hero-sub-block .animate-arrow-container {margin-top: -3px;}
	.pr-wrapper .container .pr .pr-left .pr-left-text .read-more-whatshot .animate-arrow::before{background:#151515;}
	.pr-wrapper .container .pr .pr-left .pr-left-text .read-more-whatshot .animate-arrow::after{border-color:#151515;}	
}
@media( max-width:425px ){
	.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li{width:50%;}
	.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li a{display:block;}
	.latest-finds-wrapper .container .latest-finds .latest-finds-btns ul li a .animate-arrow-container{margin:0;}
	.swiper-button-prev11 .animate-arrow{left: unset;right: 10px;}
	.swiper-button-next11 .animate-arrow{left: unset;right: 10px;}
	div .eapps-instagram-feed-title{font-size: 28px !important;}
	div .wpgmp-map-7 div.wpgmp_search_form input.wpgmp_search_input{padding:10px 20px!important;margin:5px;font-size:12px!important;z-index:99999;}
	div.wpgmp_search_form{background:transparent!important;}
	.wpgmp_filter_wrappers{background:none!important;}
}
.vimeo-container{
	display: flex;
    align-items: center;
    height: 100%;
}

.stock_alert_button.alert_button_hover{
	position:relative;
/* 	content:url('../images/right-arrow.svg'); */
/* 	content:''; */
/* 	background: #000 url(../images/right-arrow.svg) right center no-repeat; */
/* 	background-size: 16%; */
/*     background-position: 171px 10px; */
	display:inline-block;
	vertical-align:middle;
	padding-right:65px;
	padding-left:10px;
}
.stock_alert_button.alert_button_hover::after{
	content: url(../images/right-arrow.svg);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    height: 25px;
    width: 42px;
    transform: translateY(-50%);
}
div .elementor-18673 .elementor-element.elementor-element-0f2295f .elementor-button{
	font-size:16px;
}
div .elementor-button .elementor-align-icon-right {margin-left: 25px;}
div #mc4wp-form-1 .mc4wp-form-fields button:after{margin-left:15px;}
div .elementor-button-icon svg {width: 1.8em;}
.page-id-8908 .elementor-element .elementor-button:hover .elementor-button-icon{
	width: 28.8px!important;
    height: 16.8px!important;
}
.elementor-button{font-size:16px!important;}
.elementor-button .elementor-align-icon-right {
    margin-left: 30px!important;
}
.elementor-button:hover .elementor-button-icon,
.stock_alert_button.alert_button_hover::after,
.et-product-detail .single_add_to_cart_button:after{
	width: 28.8px!important;
    height: 17.42px!important;}
div .premium-blog-excerpt-link::after{margin-left:30px}
div .et-product-detail .single_add_to_cart_button:after{margin-left:30px;}
div .mc4wp-form-fields{max-width:390px;}



.premium-person-name {margin: 0 0 0px!important;}
#mc4wp-form-1 .mc4wp-form-fields button {margin-left: 8px!important; padding-left: 15px!important; padding-right: 15px!important;}
.pr-wrapper .container .pr .pr-left .pr-left-text h2{font-weight: 100;}
.ch-info ul {position: relative;top: 6%;}
.elementor-post-navigation .elementor-post-navigation__link__next, .elementor-post-navigation .elementor-post-navigation__link__prev{    margin-top: 15px;
    margin-bottom: -4px;}
@media only screen and (min-width: 990px) {
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {top: 22%;}   
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .latest-finds-text {right: 0;top: 9%;}
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns {
       position: absolute;
        right: 8%;
        bottom: 20%;
        transform: scale(1.5);
    }
        .latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area img {width: 100%;}
    .container .spy-boutique .search-text {margin-left: 0;width: 270px;font-size: 20px;}
    .container .spy-boutique form {
        left: 32%;
        top: 6px;
        width: 63%;
    }
    .container .spy-boutique {
        padding: 50px 30px 84px;
    }
    .spy-boutique-wraper, .container .spy-boutique {transition: all 0.5s;}
    /**.spy-boutique-wraper:hover, .container .spy-boutique:hover {background-color: #502c1e!important;}**/

}

@media only screen and (min-width: 1200px) and (max-width: 1440px){
    .whathotcontainer {
        max-width: 100%!important;
        width: 94%!important;
        margin-left: 7.5%!important;
    }
    .pr-wrapper .container.whathotcontainer .pr-right img {
        object-fit: inherit!important;
        object-position: inherit!important;
    }
    .pr-wrapper .container.whathotcontainer .pr {
        min-height: auto!important;
    }
    .pr-wrapper .container.whathotcontainer .pr .pr-left .pr-left-text p {
        padding-right: 16%!important;
        max-height: 122px!important;
        overflow: hidden!important;
    }
    .pr-wrapper .container.whathotcontainer .pr .pr-left img {
        height: auto!important;
        padding: 0!important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
        left: 0!important;
    }
    .latest-finds-wrapper .container .latest-finds {
        padding: 70px 30px 60px!important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle {
        margin-left: 40px!important;
    }
}

@media only screen and (min-width: 1200px){
    .hero-slider .hero-content .hero-img-block {width: 60%;max-width: 460px; }
    .hero-slider .hero-content .hero-text-block {
        right: auto;
        top: unset!important;
        bottom: 30px;
        left: 0%;
    }
    .nav-item .hero-content>div {bottom: 30px;}
    .nav-item .hero-content a {font-size: 18px;line-height: 24px;}
    .hero-slider .hero-content.always-disp-content {width: 70%;}
    .bar-navigation {min-height: calc(70vh - 310px);height: 700px;}
}
.page-id-8908 .elementor-8908 .elementor-element.elementor-element-fc8b747 {
    min-height: 400px;
    overflow: hidden;
}
input::placeholder {
    line-height: 1.5;
}

@media only screen and (min-width: 1350px) and (max-width: 1489px){
    .hero-slider .container{max-width: 1330px;}
}
@media only screen and (min-width: 1440px){
    .container{max-width: 1250px;}
}
@media only screen and (min-width: 1540px){
	.marquee span,.marquee-rev span {line-height: 1!important;}
}