#slider .carousel-caption {
  left: 10%;
  right: 9%;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  padding: 0;
}
#slider {
  margin: 40px 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
.slider-box {
  text-align: left;
}
#slider .slider-icon {
  color: white;
  font-size: 20px;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slide-small-heading{
  font: 500 12px var(--font-archivo);
  display: inline-block;
  color: white;
  background-color: #031424;
  padding: 4px 9px;
}
#slider .slidesmalltext{
  font: 500 16px var(--font-archivo);
  color: white;
  line-height: 21px;
}
#slider h1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient( 80deg, white, white, white);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s linear infinite;
  -webkit-animation: animate 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(255 255 255 / 58%);
  font: 700 62px var(--font-archivo);
  color: white;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

#slider .slide-short-head{
  width: 60%;
}
.slider-video-text{
  font-weight: 400;
}
#slider .carousel-indicators {
  display: block;
  right: 3em;
  left: unset;
  top: 50%;
  margin: 0;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .carousel-indicators .active{
  width: 50px !important;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: block;
  width: 4px !important;
  height: 4px;
  border: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 1;
}
#slider .carousel-indicators li span {
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
#slider .carousel-indicators li.active {
  width: 3px !important;
  height: 3px !important;
  border: 2px solid white;
}
/*--------------Comman Css---------*/
#slider .slider-box,.feature-block-title{
  color: black;
}
.section-title h3{
  font: bold 40px/60px var(--font-archivo);
  letter-spacing: 2.7px;
  color: black;
}
/*-------------Feature Settings------------------*/
.feature-block-box img {
  width: auto !important;
}
#feature-block {
  background-color: #F5F5F5;
}
.feature-block-title{
  font: 700 16px var(--font-archivo);
  margin-bottom: 3px;
}
.feature-block-text{
  font: 400 12px var(--font-archivo);
  color: #484848;
}
.feature-block-inner i{
  color: var(--color-yellow);
  font-size: 45px;
}
.feature-block-inner {
  padding: 10px;
}
.feature-block-inner:hover{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 14px #b7b7b742;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.9s;
  background-color: #f9f2d6;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}
.hvr-shutter-in-vertical:hover:before{
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
#feature-block .owl-stage-outer{
  padding: 10px 0;
}
/* ------------ About Us -------------- */
.tslastword{
  color: var(--color-yellow);
}
.section_main_head .section-small-head {
  color: var(--color-031424);
  font: 600 12px var(--font-hindmadurai);
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
}
.section_main_head h3 {
  color: var(--color-031424);
  font: 700 26px var(--font-archivo);
}
.section_main_head.white_head h3, .section_main_head.white_head .section-small-head {
  color: white;
}
.media img {
  margin-right: 15px;
}
#about-us .about-text, #about-us .about-text p {
  color: black;
}
.about_design {
  position: absolute;
  top: 14%;
  right: 0;
}
.about_inner {
  padding-right: 19%;
  padding-left: 5%;
}
#about-us .about-details a {
  margin-top: 14px;
}
.about_box h4 {
  font-size: 18px;
  color: var(--color-545454);
}
.about-image img {
  border-radius: 20px;
}
.about_listing_inner {
  max-width: 68%;
}
.about-image img {
  position: relative;
  -webkit-animation: sp 3s linear infinite;
  animation: sp 3s linear infinite;
}
.about_design {
  -webkit-animation: sp 3s linear infinite;
  animation: sp 3s linear infinite;
}
@keyframes sp {
  from {
      transform: translate(0px, 0px);
  }
  65% {
      transform: translate(10px, 10px);
  }
  to {
      transform: translate(0, -0px);
  }
}
/*------------ Product Brands ------------*/
.popular-stores-img img{
  border: 1px solid #8D8A8A;
}
/*-------------- All Category --------------- */
#main-category .category-content img{
  transition: 0.5s all ease-in-out;
  transform: scale(1);
}
#main-category .owl-item:hover img{
  transform: scale(1.15);
}
#main-category .category-content a {
  font: 500 15px var(--font-hindmadurai);
  color: black;
}
.cat_block {
  padding: 10px;
  border-right: 2px solid #D6D6D6;
}
#main-category .owl-stage-outer{
  border-top: 2px solid #D6D6D6;
  border-bottom: 2px solid #D6D6D6;
  border-left: 2px solid #D6D6D6;
  border-right: 2px solid #D6D6D6;
}
/*---------------------Deals-----------------------*/
#deals .progress {
  height: 5px;
}
#deals .progress-bar {
  background-color: var(--color-yellow);
}
.delas_product h5 {
    margin-bottom: 0;
}
.therm.inner-therm>span {
    display: none !important;
}
p#timer {
    margin-bottom: 0;
}
.off_percentage {
  position: absolute;
  display: inline-block;
  background-color: #031424;
  color: white;
  font-size: 12px;
  padding: 5px 12px;
  top: 17px;
  left: 0;
}
.row.delas_product {
  background-color: #f8f8f8;
}
.product_block h5 a{
  font: 700 20px var(--font-archivo);
  color: black;
}
.product_block .star-rating {
  margin: 0 auto;
  margin-bottom: 4px;
}
.product_block #timer .timer_days{
  background-color: var(--color-yellow);
  padding: 12px 7px;
  width: 40px;
  height: 40px;
}
.product_block .countdowntimer .numbers{
  display: inline-block;
  font: 700 14px var(--font-archivo);
  color: black;
  text-align: center;
  padding: 10px 2px;
}
.product_block .countdowntimer .numbers span{
  font:600 11px var(--font-archivo);
  color: black;
  display: block;
}
.product_block .countdowntimer .numbers .nofont{
  display: inline;
}
.info_text, span.instock{
  font:600 12px var(--font-archivo);
  color: black;
}
.price ins {
  font: 700 16px var(--font-archivo);
  color: #031424;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
.price del {
  font: 600 12px/17px var(--font-archivo);
  color: #ad9d9d;
}
p.stock.in-stock {
  display: none;
}
#wpbsc_total_sale{
  display: none;
}
#flash-sale .price del {
  float: right;
}
.price {
  display: inline-block;
}
.flash_product {
  border: 2px solid #C2C2C2;
  position: relative;
  border-radius: 7px;
  background-color: #f8f8f8;
}
.flash_sale-col {
  border-bottom: 2px solid #C2C2C2;
  padding-bottom: 3px;
}
.flash_product h5 a {
  font: 700 18px var(--font-archivo);
  color: black;
}
#product_block a.added_to_cart.wc-forward {
  border-radius: 0;
  display: inline;
  position: absolute;
  margin-top: 7px;
  top: 38%;
  width: auto;
}
.custom_product_meta .add_to_cart_button:after {
  content: "\f218";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  
}
.custom_product_meta .add_to_cart_button:after, .custom_product_meta a {
  background-color: white;
  padding: 12px 10px;
  color: #010146;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
}
p.stock-progressbar-status {
  margin-bottom: 0 !important;
}
.custom_product_meta .add_to_cart_button {
  font-size: 0;
  padding: 0px;
}
.custom_product_meta a:hover {
  transform: translateY(-10px);
  transition: 0.5s all ease-in-out;
  color: #010146;
}
.custom_product_meta a{
  transition: 0.5s all ease-in-out;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
  display: inline-block;
}
.yith-wcwl-add-button>a i {
  margin-right: 0;
}
span.feedback {
  width: 100%;
  display: block;
}
span.feedback+a {
  width: 100%;
  border-radius: 0;
  margin-bottom: 5px;
  transform: unset !important;
}
.product_block .yith-wcwl-add-button span {
    display: none;
}
.custom_product_meta {
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  position: absolute;
  bottom: 13px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.trending_products-col, .flash_sale-col {
  position: relative;
}
.flash_product:hover .custom_product_meta{
  visibility: visible;
  transition: 0.5s all ease-in-out;
  margin-top: -10px;
}
.flash_product:hover{
  background-color: white;
  transition: 0.5s all ease-in-out;
}
.flash_product:hover, .flash_product:hover .flash_sale-col{
  border-color: var(--color-yellow);
}
.custom_product_meta a.added_to_cart.wc-forward {
  border-radius: 0;
  display: block;
  width: auto;
  margin-top: 20px;
  display: inline-block;
  margin-left: 10px;
}
/*----------------Trending Products---------------*/
.img_box_text {
  position: absolute;
  top: 0;
  text-align: left;
  padding: 25px;
}
.img_box_text h5 {
  font: 700 18px var(--font-archivo);
  color: black;
}
.img_box_text .image_text {
  font: 500 13px var(--font-hindmadurai);
  color: black;
}
.img_box_text .image_shop_link {
  font: 700 14px var(--font-archivo);
  color: black;
  display: block;
  margin-top: 10px;
}
.discount_coupon {
  background-color: #fff8e9;
  padding: 10px;
  border-radius: 6px;
}
.discount_text {
  font: 600 16px var(--font-archivo);
  color: black;
  display: inline-block;
  position: relative;
}
.coupon_code {
  background-color: white;
  padding: 6px 14px;
  font: 600 16px var(--font-archivo);
  color: black;
  border: 2px dashed #a2a2a2;
  margin: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
.pld-common-wrap{
  min-width: auto;
}
span.dis_text1:after {
  content: '';
  height: 1px;
  width: 101px;
  display: block;
  background-color: black;
  position: absolute;
  right: 0;
}
.trending_products-col {
  border-bottom: 2px solid #C2C2C2;
}
/*----------------Why choose Us ---------------*/
.whychoose_listing_inner h4 {
  color: black;
  font-size: 16px;
}
.whychoose_inner {
  background-color: black;
  padding: 14px;
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 50%;
}
.whychoose_listing_inner img {
  margin: 0 auto !important;
}
/*---------------- Our Records ---------------*/
.record_inner {
  background-color: #ffebbd;
  text-align: center;
  padding: 30px 20px;
}
.box-count {
  font: 600 35px var(--font-archivo);
  color: black;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 999;
}
.record_inner h5 a, .record_inner h5{
  color: #31302C;
  font-weight: 700;
}
.box-text{
  color: black;
}
.record_rows {
  background-color: white;
  padding: 30px;
  margin-bottom: -10em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box-count:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 23px;
  width: 50px;
  border-radius: 150px 150px 0 0;
  background-color: var(--color-yellow);
  z-index: -1;
}
.records-info:first-child .box-count:after {
  transform: translate(-50%, -50%) rotate(268deg)
}
.records-info:nth-child(2) .box-count:after {
  transform: translate(-50%, -50%);
}
.records-info:nth-child(3) .box-count:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.records-info:nth-child(4) .box-count:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.record_design {
  position: absolute;
  bottom: 0;
  right: -0px;
}
/*---------------- Testimonials ---------------*/
.slick-current.slick-active div:nth-child(2) i{
  color: black;
}
#testimonials {
  padding-top: 12em;
}
.testimonial-box i{
  color: var(--color-yellow);
  font-size: 32px;
}
.testimonial_desig {
  color: #31302C;
  font: 600 14px var(--font-hindmadurai);
}
.testimonial_text{
  font: 500 14px var(--font-hindmadurai);
}
.testimonial-block h5 a{
  font: 600 20px var(--font-archivo);
  color: #31302C;
}
.testimonial-box {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ffeaea;
}
.testimonials_design {
  position: absolute;
  top: 0;
  left: 4em;
  z-index: -1;
  width: 17%;
}
.right_testimonials_design {
  top: 58%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  position: absolute;
}
.yith-wcwl-add-to-wishlist{
  margin-top: 0;
}
.yith-wcwl-add-button>a i{
  margin-right: 0;
}
.bwt-wishlist-cart-view ul{
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: 0;
  opacity: 0;
}
.bwt-wishlist-cart-view i{
  padding: 10px;
  background-color: var(--color-yellow);
  color: black;
}
.bwt-wishlist-cart-view li{
  margin-right: 10px;
}
.star-rating:before,.star-rating span{
  color: #A8EC3B;
}
.testimonial_row{
  max-width: 90%;
  margin-left: 8%;
}
.testimonial-box img{
  margin-right: 0 !important;
  margin: 0 auto !important;
  border-radius: 50%;
}
.testimonials-head h3{
  max-width: 75%;
}
/*-----------Quick open product-------------*/
#yith-quick-view-content .onsale{
  font: 500 14px/23px var(--font-archivo);
  letter-spacing: 0.72px;
  color: white;
  background-color: var(--color-yellow);
  border-radius: 50%;
  padding: 14px 6px;
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
}
.vwwishlist_text span{
  color: black;
}
.vwwishlist_text span,.vwwishlist_text a{
  font: 600 14px/23px var(--font-archivo);
}
#yith-quick-view-content .onsale{
  position: absolute;
}
.woocommerce div.product .product_title{
  text-align: left !important;
  font: bold 19px/24px var(--font-archivo);
  color: black;
}
.woocommerce .quantity .qty{
  padding: 5px;
}
.woocommerce div.product form.cart .button{
  font: 600 13px/15px var(--font-archivo);
  letter-spacing: 0.58px;
  color: #FFFFFF;
  background-color: black;
}
.product_meta{
  display: grid;
}
.product_meta .posted_in,.product_meta .tagged_as{
  font: 600 13px/15px var(--font-archivo);
  color: black;
  padding: 6px 0;
}
.product_meta span a{
  color: var(--color-yellow);
}
#yith-quick-view-close{
  font-weight: 800;
  color: #000;
  border: none;
  padding: 10px 20px;
}
#yith-quick-view-close:hover{
  color: var(--color-yellow);
}
#yith-quick-view-content div.summary{
  padding-top: 25px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  margin-top: 0.2em;
  background-color: gainsboro;
}
/*------------------Product Category Slider------------*/
#product-category .hot-deals-content img{
  height: auto;
  object-fit: contain;
}
.product-cat-title h4{
  font: bold 20px/30px var(--font-archivo);
  letter-spacing: 1.43px;
  color: black;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-right: 6%;
}
.product-cat-title h4:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--color-yellow);
  width: 33%;
  height: 3px;
  bottom: -1px;
}
#product-category .star-rating{
  margin: 0;
  font-size: 0.8em;
}
#product-category h5 a{
  font: 500 12px/12px var(--font-archivo);
  letter-spacing: 0.68px;
  color: black;
}
#product-category ins,#product-category bdi{
  font: 400 10px/20px var(--font-archivo);
  letter-spacing: 0.72px;
  color: #515151;
}
.test__arrows i{
  color: var(--color-yellow);
  cursor: pointer;
  font-size: 14px;
  background-color: #f1f1f1;
  padding: 13px 17px;
  border-radius: 50%;
  color: black;
}
.test__arrows i.fas.fa-chevron-left.slick-arrow{
  margin-right: 16px;
}
/*-------- Our Brands -------------*/
.brand_circle1 {
  background-color: #eaf3df;
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
.circle1_block {
  margin-left: 18%;
}
.brand_circle1 img {
  width: 45%;
  display: block;
  position: relative;
}
.brand_circle1 img:first-child {
  top: 4em;
  margin: 0 auto;
}
.brand_circle1 img:nth-child(2) {
  top: 6em;
  right: -12em;
  margin-right: 0;
}
.brand_circle1 img:nth-child(3){
  top: 4em;
  left: 2em;
}
.brand_circle1 img:nth-child(4){
  top: 6em;
  margin: 0 auto;
}
img.people_img2 {
  width: 30%;
  position: relative;
  top: -6em;
  left: -2em;
  border-radius: 50%;
}
img.people_img3 {
  width: 30%;
  position: relative;
  top: 4%;
  left: 77%;
  border-radius: 50%;
}
.brand_circle2 {
  background-color: #e6eefa;
  display: inline-block;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: relative;
  margin-left: 11%;
  margin-top: 1%;
}
img.brand_bg_design {
  position: absolute;
  bottom: 0;
}
.circle2_block {
  margin-left: 12%;
}
.brand_circle2 img {
  width: 45%;
  display: block;
  position: relative;
}
.brand_circle2 img:first-child {
  top: 4em;
  margin: 0 auto;
}
.brand_circle2 img:nth-child(2) {
  top: 6em;
  right: -12em;
  margin-right: 0;
}
.brand_circle2 img:nth-child(3){
  top: 4em;
  left: 2em;
}
.brand_circle2 img:nth-child(4){
  top: 6em;
  margin: 0 auto;
}
.circle1_text_inner {
  background-color: #ebe9f0;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-left: 3%;
  margin-top: 18%;
}
img.people_img1 {
  width: 27%;
  position: relative;
  top: 13%;
  left: 8%;
  border-radius: 50%;
}
.circle2_text_inner {
  background-color: #dbe6ea;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-top: -33%;
}
.circle1_text_block span, .circle2_text_block span {
  font-size: 30px;
  font: 700 30px var(--font-archivo);
  color: black;
}
.circle1_text_block h6, .circle2_text_block h6 {
  font: 700 16px var(--font-archivo);
  color: black;
  margin-top: 10px;
}
.partner_text {
  right: -8em;
  background-color: white;
  font-size: 11px !important;
  padding: 10px 11px;
  border-radius: 20px;
  position: absolute;
  top: 18px;
  width: 82%;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  z-index: 9;
}

/*----------------Newsletter Banner --------------*/
#newsletter-banner {
  background-color: var(--color-yellow);
  margin-top: 7em
}
.newsletter-banner-head {
  max-width: 465px
}
.newsletter-banner-head .section_text, .newsletter-banner-head .section_text p{
  color: black;
  font-size: 13px;
}
.newsletter_shortcode input[type="email"]{
  border: none !important;
  padding: 12px;
}
.newsletter_shortcode input[type=submit] {
  background-color: white;
  color: black;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-transform: uppercase;
  padding-right: 15px;
  height: 100%;
}
.newsletter-banner-head.section_main_head h3 {
  max-width: 65%;
} 
.newsletter_shortcode.position-relative {
  max-width: 84%;
}
img.newslettre_design {
  position: absolute;
  top: 0;
  left: -19em;
}
.newsletter_img_column {
  margin-top: -6em;
}
.wpcf7-spinner{
  display: none;
}
.outer-our-blog {
    padding-left: 9%;
}
#trending-products .img_box img, #trending-products .img_box {
    height: 100%;
}