/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
}

/* --------- banner--------- */
#slider {
padding-top: 0;
position: relative;
}
#slider .carousel-caption h1 {
color: #4b2d3e;
font-size: 60px;
letter-spacing: 0;
margin-bottom: 12%;
}
.slider-banner div.all-obj:not(:nth-child(4))::after {
content: '';
width: 1px;
height: 120px;
background-color: #755e6b;
right: 0;
position: absolute;
bottom: 0;
margin: auto 0;
top: 0;
}
#slider .carousel-caption span {
font-size: 60px;
position: absolute;
top: 12%;
right: 0;
z-index: -1;
color: #9bb935;
font-family: 'dancing script';
}
#slider .prop_desc p {
color: #4b2d3e;
font-size: 15px;
}
#slider .carousel-caption div.view {
margin-top: 35px;
}
#slider .carousel-caption div.view a {
color: #ffffff;
background-color: #9bb935;
padding: 12px 30px;
font-weight: 500;
border-radius: 3px;
position: relative;
overflow: hidden;
}
.view a.btn-view:hover:after{
bottom: 0;
height: 100%;
}
.view a.btn-view:after{
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: 0;
border-radius: 0px;
background-color: #4b2d3e5c;
transition: all 0.3s ease;
}
#slider .carousel-caption div.view a:hover {
  background: #4b2d3e;    
  /* box-shadow: 0 0 5px #4b2d3e, 0 0 0px #4b2d3e, 0 0 10px #4b2d3e, 0 0 30px #4b2d3e, 0 0 30px #4b2d3e; */
  color: #fff;
}
#slider .carousel-caption{
position: absolute;
right: 15%;
top: 20%;
left: 8%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: left;
width: 40%;
}
#slider .slider-banner{
position: absolute;
left: 0;
right: 0;
bottom: -12px;
z-index: 15;
}
div.slider-banner .media:hover img{
  animation: flip 1s linear;
}
div.slider-banner .media:hover h5{
color: #ffffff !important;
}
div.slider-banner .media:hover p.fresh{
color: #9bb935 !important;
}
#slider .slider-banner .row{
background-color: #4b2d3e;
padding: 40px 22px;
}
#slider .slider-banner .row .all-obj{
display: flex;
justify-content: center;
}
#slider .media-body h5{
padding: 0;
margin-top: 12px;
font-weight: 400;
color: #9bb935;
letter-spacing: 0;
}
#slider .media-body p.fresh{
margin: 0;
font-size: 14px;
color: #ffffff;
}
/* --------------- Service ------------- */

section#top-products {
  padding: 60px 0;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
}
#top-products h3 {
line-height: 20px;
color: #9bb935;
font-weight: 700;
font-family: 'dancing script';
}
#top-products .product-details{
margin-top: 14px;
}
#top-products .underline-animation {
display: inline-block;
position: relative;
color: #fff;
} 
#top-products .underline-animation:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #4b2d3e;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
#top-products .underline-animation:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}

#top-products .product-image img{
border: 1px solid transparent;
}
#top-products .prod:hover {
border: 1px solid #9bb935;
transition: 0.4s ease-in-out;
}
#top-products .prod:hover img {
border: 1px solid #9bb935;
transition: 0.4s ease-in-out; 
}

#top-products p.top-prod-subhead {
font-size: 38px;
font-weight: 500;
color: #4b2d3e;
font-family: 'Poppins';  
position: relative;
display: inline-block;
}
#top-products p.top-prod-subhead::after{
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 28px;
}
#top-products p.top-prod-subhead::before{
left: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 28px;
}
#top-products .owl-stage-outer {
padding-bottom: 30px;
}
#top-products div.prod{
border: 1px solid lightgray;
padding: 14px;
text-align: left;
background-color: #ffffff;
}
#top-products .posted_in a{
color: #9bb935;
font-weight: 500;
font-size: 14px;
}
#top-products .posted_in a:hover{
color: #4b2d3e;
}
#top-products .product-details h5{
color: #4b2d3e;
}
#top-products .product-price{
color: red;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}
#top-products .check a{
color: #9bb935;
font-weight: 400;
}
#top-products .star-rating{
color: #fbe018;
font-size: .857em;
display: block;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
}
#top-products .owl-nav {
bottom: 50%;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
}
#top-products .owl-nav .owl-prev {
position: absolute;
left: 0;
transform: translate(-50px, -40px);
}
#top-products .owl-nav .owl-next {
position: absolute;
right: 0;
transform: translate(50px, -40px);
}
#top-products .owl-nav button {
padding: 10px 16px;
border-radius: 50px;
outline: none;
border: transparent;
}
#top-products .owl-nav button:hover {
background-color: #9bb935;
color: #ffffff;
}

/* ------------ discount ---------- */
#discount {
position: relative;
}

#discount a.emergency {
color: #ffffff;
font-size: 28px;
}
#discount a.tab {
color: #091d3e;
font-size: 28px;
}
#discount .divid p.small-head {
color: #9bb935;
font-size: 20px;
margin-bottom: 0;
font-family: 'dancing script';
}
#discount .regcenter .pattern{
display: flex;
border-radius: 2px;
}
#discount .pattern div:nth-of-type(2){
flex-basis: 20%;
background-color: #9bb935;
position: relative;
}
#discount .pattern div:nth-of-type(1){
flex-basis: 80%;
background-color: #f8f5f0;
padding: 25px 15px;
position: relative;
}
#discount .divid h4{
padding: 0;
color: #4b2d3e;
font-size: 26px;
letter-spacing: 0;
}
#discount .divid p.common {
font-weight: 500;
color: #4d4d4d;
font-size: 16px;
}
#discount .divid2 img.disc {
position: absolute;
left: -32px;
top: 15px;
z-index: 2;
}
#discount .regcenter .pattern:hover img.disc, #discount .regcenter .pattern:hover .divid2 img {
transition: .3s;
animation: blink 0.6s infinite alternate;
} 
#discount .divid p.link{
margin: 0;
margin-top: 20px;
}
#discount .divid p.link a{
background-color: #9bb935;
color: #ffffff;
padding: 8px 16px;
z-index: 3;
position: relative;
display: inline-block;
overflow: hidden;
}
#discount .divid p.link a:hover:before{
transform: scaleX(1);
left: 100%;
}
#discount .divid p.link a:before{
content: "";    
background: repeating-linear-gradient(to right,#f1f1f1,#f1f1f1 10px,transparent 10px,transparent 20px);
width: 100%;
height: 100%;
transform-origin: left center;
transform: scaleX(0);
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: transform 0.3s ease-in,left 0.3s ease-in-out 0.3s;
}
#discount .divid p.link a:hover {
background: #d33;
border: none;
transition: all 0.3s ease 0.4s;
}
#discount .divid img.main-img{
position: absolute;
right: -35%;
z-index: 2;
bottom: -40px;
}
#discount .divid2 img.disc2 {
position: absolute;
left: -32px;
top: 45px;
z-index: 2;
}

#discount .owl-carousel::after {
content: '';
position: absolute;
width: 100%;
height: 200px;
background-color: #1B1825;
top: 16px;
display: flex;
z-index: -1;
border-radius: 20px;
}
#discount .contact {
background-color: #22c7b8;
padding: 25px;
}
#discount .timetable {
background-color: #f0f1f3;
padding: 25px;
}
#discount .opening {
background-color: #091d3e;
padding: 25px;
}

/* ------------ Testimonial ---------- */

#testimonial {
position: relative;
background-color: #f8f8f8;
}
#testimonial p.para{
width: 60%;
margin: 20px auto;
}
#testimonial .owl-item:hover .test-icon img {
transition: .3s;
animation: pulse 1s infinite;
}
#testimonial .owl-item:hover .test-img img {
border-radius: 12px;
transition: 0.5s;
}
#testimonial .test-cont a:hover {
color: #99b935;
transition: 0.1s;
}
#testimonial .main_heading:before {
left: -75px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 30px;
}
#testimonial .main_heading:after{
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 30px;
}

#testimonial .owl-dots{
display: block;
text-align: center;
margin-top: 15px;
}
#testimonial .owl-dots .owl-dot.active{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #9bb935;
  opacity: 1;
}
#testimonial .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #9bb935;
  opacity: 0.7;
  border: none;
}

#testimonial .main_para{
line-height: 20px;
color: #9bb935;
font-weight: 700;
font-family: 'dancing script';
font-size: 24px;
}
#testimonial .main_heading{
line-height: 40px;
font-size: 32px;
font-weight: 600;
font-family: 'Poppins';
color: #4b2d3e;
display: inline;
position: relative;
}
.testimonial-box .test-body {
display: flex;
justify-content: space-between;
align-items: center;    
background-color: #4b2d3e;
}
.testimonial-box .test-img{
position: absolute;
right: 30px;
bottom: 30px;
}
.testimonial-box .test-cont a {
color: #ffffff;
}
.testimonial-box .test-body .test-cont{
width: 150px;
padding: 10px;
}
.testimonial-box .test-icon i{
  font-size: 50px;
}
.testimonial-box .seller-star i.fas {
color: #ffcd3c;
font-weight: 600;
font-size: 12px;
}
.testimonial-box .seller-star i.far {
font-weight: 600;
font-size: 12px;
}
.testimonial-box .testimonial-content{
text-align: center;
}
.testimonial-info {
margin-top: 35px;
}
.testimonial-content .media-body p {
color: #767676; 
font-family: 'Poppins';
font-size: 14px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
padding: 0 5px;
margin-right: 20px;
}
#testimonial .media {
margin-bottom: 12px;
padding: 20px;
}
#testimonial .owl-item{
padding: 18px;
border: 1px solid #9bb935;
border-radius: 3px;
}
#testimonial .owl-item:hover {
background-color: #9bb9357d;
border: 1px solid #4b2d3e;
}


/* ------------ Brands ------------- */
#brands {
padding-top: 0;
}
.brand-item img:hover {
transition: .3s;
animation: pulse 1s infinite;
}
#brands .sec-head{
display: flex;
align-items: center;
justify-content: center;
}
#brands .sec-head h3{
position: absolute;
z-index: 2;
font-family: 'dancing script';
font-weight: 600;
font-size: 36px;
color: #9bb935;
background-color: rgb(75 45 62 / 80%);
padding: 12px 40px;
}
/* ------------ Author ---------- */
#newsletter .wpcf7-response-output{
position: absolute;
bottom: -46px;
}
#newsletter {
padding: 0;

}
#newsletter input[type="submit"]:hover {
background-color: #fff;
color: #9bb935;
transition: 0.2s;
}
#newsletter .head {
color: #4b2d3e;
text-align: left;
line-height: 40px;
font-size: 30px;
font-family: 'Poppins';
font-weight: 600;
margin: 0;
}
#newsletter .main_para{
color: #ffffff;
}
#newsletter .para_one {
color: #ffffff;
font-family: 'Poppins';
font-weight: 500;
font-size: 13px;
}
#newsletter .para_italic {
font-size: 20px;
color: #ffffff;
font-weight: 500;
font-style: italic;
}
#newsletter .img-app img{
height: 515px;
width: auto;
position: absolute;
right: 0;
bottom: 0;
}
#newsletter .text {
text-align: left;
font-family: 'Poppins';
font-weight: bold;
margin-bottom: 0px; 
position: relative;
}

#newsletter h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins';
}
#newsletter input[type="text"]::placeholder, #newsletter input[type="email"]::placeholder, #newsletter textarea::placeholder {
color: #565366 !important;
font-size: 12px !important;
font-family: 'Raleway' !important;
}

#newsletter input[type="submit"] {
font-size: 18px;
line-height: 20px;
color: #ffffff;
font-weight: 400;
font-family: 'Poppins';
text-align: center;
padding: 10px 40px;
margin-top: 20px;
background-color:#4b2d3e;
position: relative;
overflow: hidden;
}
#newsletter input[type="submit"]:after{
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: 0;
border-radius: 0px;
background-color: #4b2d3e5c;
transition: all 0.3s ease;
}
#newsletter input[type="submit"]:hover:after {
  bottom: 0;
  height: 100%;
}
#newsletter input[type="submit"]:hover {
  background: red;
  box-shadow: 4px 4px 3px #4b2d3e;
  color: #fff;
}
#newsletter textarea {
  border: none;
  width: 96%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 12px 0;
  background-color: #415069;
  color: #ffffff;
}
#newsletter .main_para {
font-size: 20px;
font-family: 'dancing script';
}
#newsletter input[type="email"] {
  border: none;
  width: 80% !important;
  font-size: 12px !important;
  padding: 10px 10px !important;
  height: auto;
  float: left;
  background-color: #ffffff;
  color: #868686;
}
#newsletter input[type="text"]::placeholder ,#newsletter input[type="number"]::placeholder ,#newsletter input[type="email"]::placeholder , #newsletter textarea::placeholder, #newsletter input[type="tel"]::placeholder {
  font-size: 12px !important;
  line-height: 18px;
  color: #868686 !important;
  font-weight: 400;
  font-family: "Ubuntu" !important;
  font-weight: 500;
}
#newsletter .wpcf7-not-valid-tip{
position: absolute;
top: 65px;
right: 0;
width: max-content;
}

/* ----------- Category Section --------- */
#category{
background-color: #f8f8f8;
position: relative;
}
#category .category-head p.small-para {
font-size: 24px;
font-weight: bold;
color: #9bb935;
margin-bottom: 10px;
font-family: 'dancing script';
}
#category .item:hover img {
border: 1px solid #9bb935;
transition: 0.2s ease-in-out;
}
#category p.category:hover a {
color: #9bb935;
}
#category div.links a:hover {
background: #4b2d3e;
/* box-shadow: 0 0 5px #4b2d3e, 0 0 0px #4b2d3e, 0 0 10px #4b2d3e, 0 0 30px #4b2d3e, 0 0 30px #4b2d3e; */
color: #fff;
}
#category div.links a:after {
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: 0;
border-radius: 0px;
background-color: #4b2d3e5c;
transition: all 0.3s ease;
}
#category div.links a:hover:after {
bottom: 0;
height: 100%;
}
#best-deals .product-image img{
border: 1px solid transparent;
}
#best-deals .prod:hover{
border: 1px solid #9bb935;
transition: 0.4s ease-in;
}
#best-deals .prod:hover img {
border: 1px solid #9bb935;
transition: 0.4s ease-in;
}
#category .owl-carousel, #category .container{
position: unset;
}
#category .category-head h3.main-head{
line-height: 50px;
font-size: 40px;
font-weight: 500;
font-family: 'Poppins';
color: #4b2d3e;
display: inline;
position: relative;
}
#category h3.main-head::before {
left: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
#category h3.main-head::after {
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
#category div.links{
margin-top: 4%;
}
#category div.links a{
background-color: #9bb935;
padding: 10px 18px;
color: #ffffff;
border-radius: 2px;
border: 1px solid transparent;
position: relative;
overflow: hidden;
}

#category p.category a{
text-transform: uppercase;
color: #4b2d3e;
font-size: 18px;
line-height: 20px;
font-weight: 400;
}
#category p.category span {
text-transform: capitalize;
color: #000;
font-size: 15px;
}
#category .owl-nav {
display: block;
position: absolute;
top: 45%;
right: 0;
left: 0;
display: flex;
justify-content: center;
}
#category .owl-nav button{
width: 40px;
height: 40px;
background-color: #ffffff;
color: #283b6a;
}
#category .owl-nav button.owl-prev {
position: absolute;
left: 0%;
border-radius: 0;
border-top-right-radius: 18px;
border: 1px solid #9bb935;
border-bottom-right-radius: 18px;
}
#category .owl-nav button.owl-next {
position: absolute;
right: 0%;
border: 1px solid #9bb935;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
border-right: none;
}



/* ----------------- Best Deals ------------------ */

#best-deals li.nav-item a.nav-link.active {
background-color: #9bb935;
}
#best-deals li.nav-item {
margin: 0px 15px;
}
#best-deals div.prod {
border: 1px solid lightgray;
padding: 14px;
margin-bottom: 20px;
}
#best-deals .product-price {
color: red; 
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}
#best-deals .product-details {
margin-top: 14px;
}
#best-deals .check a{
color: #9bb935;
font-weight: 400;
}
#best-deals .product-details h5{
color: #4b2d3e;
}
#best-deals .posted_in a {
color: #9bb935;
font-weight: 500;
font-size: 14px;
}
#best-deals .posted_in a:hover {
color: #4b2d3e;
}
#best-deals .underline-animation {
display: inline-block;
position: relative;
color: #fff;
} 
#best-deals .underline-animation:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #4b2d3e;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
#best-deals .underline-animation:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}
#best-deals .star-rating{
color: #fbe018;
font-size: .857em;
display: block;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.star-rating:before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
#best-deals li.nav-item a {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
position: relative;
}
#best-deals li.nav-item a:hover:after {
  content: '';
  background-color: #9bb935;
  width: 50px;
  position: absolute;
  height: 2px;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease-in;
}
#best-deals p.deal_para {
font-size: 24px;
font-weight: bold;
color: #9bb935;
margin-bottom: 10px;
font-family: 'dancing script';
}
#best-deals h3.deal_heading {
line-height: 50px;
font-size: 40px;
font-weight: 500;
font-family: 'Poppins';
color: #4b2d3e;
display: inline;
position: relative;
}
#best-deals h3.deal_heading:before{
left: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
#best-deals h3.deal_heading:after{
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
/* ----------- Video Section ------------*/
#video {
background-position: center;
}
/* Style the modal */
.modal{
display: none; /* Hide the modal by default */
position: absolute !important; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1000 !important;
}
.modal-content {
background-color: #9bb935 !important;
padding: 0px 20px 16px;
border: 1px solid #888;
}
.close {
color: #aaa;
font-size: 28px;
font-weight: bold;
display: block;
text-align: end;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#video p.small-head {
font-size: 24px;
font-weight: bold;
color: #9bb935;
margin-bottom: 10px;
font-family: 'dancing script';
}
#video h2 {
color: #ffff;
font-size: 60px;
font-weight: 200;
margin: 0;
padding-bottom: 0;
display: inline;
position: relative;
}
#video h2::before{
left: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 50px;
}
#video h2::after{
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 50px;
}
#video p.sub-head {
color: #9bb935;
font-size: 26px;
font-weight: 500;
}
#video .class-pad{
padding: 70px 0;
}
#video .video-icon img {
background-color: rgb(155 185 53 / 40%);
border-radius: 50%;
cursor: pointer;
border: 1px solid transparent;
} 
.video-icon a:hover img {
background-color: unset !important;
border: 1px solid #9bb935 !important;
transition: 0.7s ease-in-out;
transform: rotate(360deg);
}



/* ------------ Organic Products ----------- */
#organic-products {
background-color: #f8f8f8;
}
#organic-products .hello-prod {
margin-top: 30px;
}
#organic-products .main_para{
font-size: 24px;
font-weight: bold;
color: #9bb935;
margin-bottom: 10px;
font-family: 'dancing script';
}
#organic-products .main_heading::before{
left: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
.under-line {
display: inline-block;
position: relative;
color: #fff;
} 
.under-line:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #9bb935;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.under-line:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}
#organic-products .product:hover img {
border: 1px solid #9bb935;
}
#organic-products .product:hover .posted_in a, #organic-products .product:hover .posted_in {
  color: #4b2d3e !important;
}
#organic-products .main_heading::after{
right: -70px;
position: absolute;
content: '';
background-color: #9bb935;
width: 60px;
height: 2px;
display: flex;
top: 36px;
}
#organic-products .main_heading {
line-height: 50px;
font-size: 40px;
font-weight: 500;
font-family: 'Poppins';
color: #4b2d3e;
width: 65%;
display: inline;
position: relative;
}
#organic-products .product img{
width: 100px;
}
#organic-products .product .media {
align-items: center;
background-color: #ffffff;
padding: 10px;  
}
#organic-products .product .media:hover {
transform: perspective(1500px) rotateY(20deg);
box-shadow: 3px 3px 6px red;
transition: 0.3s ease-in-out;
}
#organic-products .product .media:hover img {
transform: scale(1.1) rotate(0deg);
transition: 0.3s ease-in-out;
top: -4em;
}
.product .media-body{
margin-left: 12px;
}
.product .media-body .price{
color: #ff0000;
}
.product .media-body a.title {
font-size: 16px;
color: #4b2d3e;
}
.product .media-body span.posted_in, .product .media-body span.posted_in a {
color: #9bb935;
font-size: 12px;
}
.product .media-body span.posted_in{
display: block;
}
.deal-timer {
background-repeat: no-repeat;
display: flex;
flex-flow: column;
justify-content: center;
}
div.product:nth-child(1), div.product:nth-child(2), div.product:nth-child(3), div.product:nth-child(4){
margin-bottom: 10px;
}

.deal-timer h3{
color: #ffffff;
font-family: 'Poppins';
font-weight: 500;
margin-bottom: 15px;
}
.deal-timer a.view-btn{
background-color: #9bb935;
width: fit-content;
margin: 0 auto;
padding: 8px 16px;
color: #ffffff;
border-radius: 3px;
font-family: 'Poppins';
font-weight: 600;
border: 1px solid transparent;
position: relative;
}
.deal-timer a.view-btn:after{
position: absolute;
content: "";
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: 0;
border-radius: 0px;
background-color: #4b2d3e5c;
transition: all 0.3s ease;
}
.deal-timer a.view-btn:hover{
background: #4b2d3e;
/* box-shadow: 0 0 5px #4b2d3e, 0 0 0px #4b2d3e, 0 0 10px #4b2d3e, 0 0 30px #4b2d3e, 0 0 30px #4b2d3e; */
color: #fff;
}
.deal-timer a.view-btn:hover:after{
bottom: 0;
height: 100%;
}
.deal-timer p.deal-para{
color: #ffffff;
font-weight: 500;
margin-bottom: 25px;
}
.deal-timer p#timer {
display: flex;
justify-content: space-evenly;
margin-bottom: 40px;
animation: blink 1s infinite;
}
.deal-timer p#timer div.numbers {
display: grid;
color: #fff;
opacity: 0.8;
padding: 6px 10px;
border-radius: 0px;
font-family: 'Inter';
font-weight: 900;
font-size: 14px;
background-color: #9bb935;
text-align: center;
}
.deal-timer p#timer div.numbers span {
font-family: 'Poppins';
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
} 


/* Copyright */
