.home-posts-item{background:#fff;box-shadow:0 5px 30px rgb(0 0 0 / .05);border-radius:5px}.home-posts{background:#fbfcff}.home-posts-title{text-align:center;font-size:32px}.home-posts-item{background:#fff;box-shadow:0 5px 30px rgb(0 0 0 / .05);border-radius:5px}.home-posts-item-image{border-radius:5px 5px 0 0;width:100%}.home-posts-item-title{margin:20px 20px 10px;font-size:18px;font-weight:500;height:60px}.home-posts-item-desc{font-size:15px;font-weight:300;margin:0 20px 30px;height:40px}.home-posts-item-meta{border-top:1px solid #eee;font-size:14px}.home-posts-item-more{color:#966936!important}.home-posts-item-more:hover{color:#825f36 !important}div{scroll-margin-top: 150px;}
.imageslide {
	position: absolute;
	max-width: 175px;
	max-height: 220px;
	animation-duration: 5s;
	animation-delay: -2s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}   
.image-1 { top: -10%; right: 0; animation-name: myImageSlide1;}
.image-2 { bottom: 10%; right: 0;  animation-name: myImageSlide1;}
.image-3 { top: 0; right: 20%;  animation-name: myImageSlide2;}
.image-4 { bottom: 0; right: 20%;  animation-name: myImageSlide2;}
.image-5 { top: -10%; left: 0;  animation-name: myImageSlide2;}
.image-6 { bottom: 10%; left: 0;  animation-name: myImageSlide2;}
.image-7 { top: 0; left: 20%;  animation-name: myImageSlide1;}
.image-8 { bottom: 0; left: 20%;  animation-name: myImageSlide1;}
.main-image {
	position: absolute;
	max-width: 350px;
	max-height: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}
@keyframes myImageSlide1 {
	0% {transform: translateY(0);}
	50% {transform: translateY(7%);}
	100% {transform: translateY(0);}
}
@keyframes myImageSlide2 {
	0% {transform: translateY(0);}
	50% {transform: translateY(4%);}
	100% {transform: translateY(0);}
}
	

.home-products { padding: 0 0 50px; background: #f9fbfb; margin-top: -50px; }
.home-products-tabs { /*border-bottom: 1px solid #2758e8 !important;/* border-bottom: 2px solid #2758e8 !important; justify-content: center !important; */}
.home-products-tab {  }
.home-products-tab-link { color: #000 !important; /*margin: 0 20px;*/ cursor: pointer; }
.home-products-tab-link:hover,.home-products-tab-link.active { color: #966936  !important; border-bottom: 1px solid  #966936   !important; background: transparent !important;} 
.home-products-tab-link-active { color: #fb3449 !important; border-bottom: 1px solid  #fb3449  !important; background: transparent !important;}
.home-products-tabcontent { padding-top: 10px; }
.home-product { background: #fff; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05); margin-bottom: 30px; overflow: hidden; border-radius: 5px; text-align: center; height: calc(100% - 30px); }
.home-products-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
	margin: 0 0 10px;}

.store-full-description a{color:#966936}

