/*---------------- Main Banner ----------------*/
#main-banner {
  background-color: #fff9f0;
}
.section-tagline {
  color: black;
  font-size: 16px;
}
#main-banner .section_main_head h3 {
  color: #222222;
  font-weight: 500;
  font-size: 40px;
}
.star-rating-blovk i.fa-solid.fa-star {
    color: var(--color-primary);
}
#main-banner .section-text {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.customer-trating-count-box {
  padding: 22px 17px;
  filter: drop-shadow(7.182px 19.734px 16.5px rgba(202,150,47,0.2));
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}
.customer-rating-count {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
}
.customer-rating-text, .reviews-text {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.about-list li {
  color: #333333;
  font-weight: 600;
  filter: drop-shadow(7.182px 19.734px 16.5px rgba(202, 150, 47, 0.2));
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 13px 13px;
  border-radius: 10px;
  font-size: 14px;
}
.about-list ul {
  list-style: none;
  margin: 0;
}
.about-list ul li i {
  background-color: #00d566;
  font-size: 10px;
  color: white;
  padding: 3px 4px;
  border-radius: 50%;
}
.happy-customer-block {
  padding: 22px 30px;
  filter: drop-shadow(7.182px 19.734px 16.5px rgba(202, 150, 47, 0.2));
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  max-width: 71%;
}
.reviews-number {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
}
.customer-images img {
  margin-right: -11px;
}
.customer-images img:nth-child(3) {
  position: relative;
  z-index: 99;
}
.customer-images img {
  margin-right: -8px;
  border-radius: 50%;
  margin-top: 4px;
}
.customer-images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -4px;
}
.customer-trating-box {
  margin-top: 5em;
}
.main-banner-column-right .about-head {
  margin-top: 2em;
}
.main-banner-middle-image {
  position: relative;
}
.middle-banner-shadow {
  background-color: #fff3de;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
}
.main-banner-middle-image img {
  position: relative;
  z-index: 9;
}
.main-banner-column-right {
  padding-left: 4em;
}
.about_btn {
  margin-top: 32px;
}
/*----------------Services ----------------*/
#services {
  background-color: #0f0e2d;
  padding: 5em 0;
}
.services-image {
  background-color: white;
  display: inline-block;
  padding: 15px 14px;
  border-radius: 15px;
}
.services-box-content h5, .services-box-content h5 a {
  color: white;
  font-weight: 500;
  margin-top: 10px;
}
#services .section_main_head h3 {
  color: white;
}
#services .section-text, .services-box-content .section-text {
  color: #9494cc;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
.services-head {
  max-width: 50%;
  margin: 0 auto;
}
/* --------- Offer Banner --------- */
.offer-banners {
    background-color: #ffe9e8;
    position: relative;
}
.offer-banners-inner {
  position: relative;
}
.offer-banner-first-block .box-tagline {
  color: #ff3825;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
}
.offer-banners-inner h4, .promo-blocks-content h4 {
  font-size: 28px;
  color: #333333;
  font-weight: 800;
}
.offer-banners.offer-banner-third-block {
  margin-bottom: 0 !important;
}
.offer-banners-inner .box-text {
  margin-bottom: 39px;
  color: #7c6ca9;
  font-size: 14px;
}
.offer-banner-first-block a.theme_button {
  background-color: #ff5544;
  padding: 10px 17px;
}
.offer-banner-first-block a.theme_button:hover {
  background-color: #333333;
  color: white;
}
.offer-banner-first-block .offer-banners-content {
  padding: 6em 20px 20px 50px;
  width: 143%;
}
.offer-banner-first-block .offer-banners-image img {
  max-width: 84%;
}
.offer-banner-first-block .offer-banners-image {
  text-align: right;
  padding-right: 37px;
  padding-top: 4.5em;
}
.offer-banners-content {
 /* position: absolute;
  top: 25px;
  left: 25px;*/
}
.offer-banner-second-block .offer-banners-inner h4, .offer-banner-second-block .offer-banners-inner h4 a, .offer-banner-third-block .offer-banners-inner h4, .offer-banner-third-block .offer-banners-inner h4 a {
  color: #333333;
  font-weight: 800;
  font-size: 18px;
}
.offer-banners.offer-banner-second-block {
  background-color: #cadffc;
  padding: 32px 32px;
  margin-bottom: 23px;
}
.offer-banner-second-block .box-tagline {
  color: #1e5eb7;
  font-weight: 500;
  margin-top: 1em;
}
.box-price-blk {
  display: flex;
}
.box-tagline {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
}
.sale-price {
  color: #382864;
  font-weight: 800;
  font-size: 16px;
}
.compare-price {
  color: #7d94b4;
  font-weight: 800;
  font-size: 16px;
  margin-left: 11px;
}
.offer-banner-second-block .offer-banners-image img {
  position: absolute;
  right: -18px;
  bottom: -24px;
}
.offer-banner-third-block .box-tagline {
  color: #ff9d0a;
  font-weight: 500;
  margin-top: 1em;
}
.offer-banners.offer-banner-third-block {
  background-color: #fff0db;
  padding: 32px 32px;
  margin-bottom: 23px;
}
.offer-banner-third-block .offer-banners-image img {
  position: absolute;
  right: -19px;
  bottom: -32px;
  /* top: 1em; */
}
/*----------------Trending Pets ----------------*/
#trending-pets {
  background-color: #0f0e2d;
}
#trending-pets .section_main_head h3 {
  color: white;
}
#trending-pets .section-text, #discount-product .section-text {
  color: #9494cc;
  font-size: 16px;
}
#trending-pets .section_main_head {
  max-width: 50%;
  margin: 0 auto;
}
.trending_pets-col {
  background-color: white;
  border-radius: 8px;
  filter: drop-shadow(0 0 25px rgba(78,20,98,0.1));
  background-color: #ffffff;
  border: 0px solid #eee0f1;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
span.onsale {
  background-color: #de3618;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
}
#trending-pets a.theme_button:hover{
  background-color: white;
  color: #0f0e2d;
}
/* ----------- Testimonials ------------- */
#testimonials .section_main_head, #popular-categories .section_main_head, #latest-news .section_main_head, #insta-feed .section_main_head {
  max-width: 59%;
  margin: 0 auto;
}
.testimonial_box {
  border-radius: 16px;
  filter: drop-shadow(0 0 4px rgba(78,20,98,0.1));
  background-color: #ffffff;
  border: 1px solid #eee0f1;
  padding: 20px;
}
.testimonial-data.quote_box {
  border-radius: 14px;
  filter: drop-shadow(0 0 25px rgba(78,20,98,0.1));
  background-color: #ffffff;
  padding: 6px;
  width: 112%;
}
#testimonials .owl-stage-outer {
  padding: 36px 0;
}
#testimonials .section_main_head .section-text {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
}
#testimonials {
  padding: 67px 0;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonial_box {
  position: relative;
}
.quote_box i.fas.fa-quote-right {
  color: black;
  font-size: 50px;
  position: absolute;
  bottom: -25px;
  right: 28px;
}
.testimonial-star i {
  color: #fcbd19;
  font-size: 12px;
}
.testimonial-star span.without_filled i {
  color: #d8d8d8;
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img {
  width: auto !important;
  height: auto;
  border-radius: 11px;
  position: relative;
  z-index: 99;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.testimonial-title a {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  color: #333333;
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: #797979;
  font-weight: 400;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #757575;
  font-weight: 400;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box {
  transition: all .6s ease;
  margin-right: 16px;
}
.testimonials-info {
  padding-bottom: 10px;
  margin-top: 9px;
  margin-top: 8%;
}
.testimonial-star i {
  color: #fcbd19;
  font-size: 12px;
}
.testimonial-star span.without_filled i {
  color: #d8d8d8;
}


.rating-score > .rating-score-item, .rating-input > label {
   display: inline-block;
}
.rating-score > .rating-score-item:after, .rating-input > label:after {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffb700;
  letter-spacing: 1px;
}
 .rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after, .rating-input > input:checked ~ label:after, .rating-input:hover > input + label:hover:after, .rating-input:hover > input + label:hover ~ input + label:after {
   content: "\f005";
}
 .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
   content: "\f123";
}
 .rating-score > .rating-score-item:after, .rating-input > label:after, .rating-input:hover > input + label:after {
   content: "\f006";
}
 .rating-score {
   display: inline-flex;
   flex-direction: row;
   align-items: flex-start;
   margin: 0;
   padding: 0;
}
 .rating-input {
   border: none;
   display: inline-flex;
   flex-direction: row-reverse;
   justify-content: flex-end;
   margin: 0;
   padding: 0;
}
 .rating-input > input {
   display: none;
}
/*----------------Discount Products ----------------*/
#discount-product {
  background-color: #0f0e2d;
}
#discount-product .section_main_head h3 {
  color: white;
}
#discount-product .section-text {
  color: #9494cc;
  font-size: 16px;
}
#discount-product .deal-imagebox.section_main_head {
  max-width: 71%;
}
#discount-product .row {
  align-items: center;
  margin-bottom: 40px;
}
#banner-clock {
  background-color: #1d1d46;
  display: inline-block;
  padding: 32px 30px 13px 30px;
  border-radius: 10px;
  display: block;
}
.countdown-box {
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  width: 55px;
  height: 45px;
  position: relative;
  
}
.discount-timer {
  max-width: 61%;
  margin: 0 0 0 auto;
  text-align: center;
}
.countdown-text {
  background-color: var(--color-primary);
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
  bottom: -21px;
}
.countdown-box .countdown-block {
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  display: block;
  padding: 15px 10px;
  background-color: white;
  border-radius: 10px;
}
.countdown-time {
  color: #797979;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  margin-top: 9px;
}
.countdown-box:after {
  content: ':';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: white;
  font-size: 16px;
}
.countdown-box:nth-child(4) {
  right: 4px;
}
.countdown-box:last-child {
  margin-right: 0 !important;
}
.countdown-box:last-child:after {
  display: none;
}
.deals-timer {
  display: flex;
  align-items: center;
}
.timer-text {
  /* display: inline-block; */
  color: #26242D;
  margin-right: 23px;
  font-weight: 300;
  font-size: 14px;
}
.owl-carousel .owl-item .product_img_box img {
    width: 100% !important;
}
#discount-product .row {
  align-items: center;
}
#discount-product button.owl-prev {
  left: -63px;
}
#discount-product button.owl-next {
    right: -63px;
}
#discount-product .custom_product_meta{
  display: none;
}
#discount-product .owl-carousel .owl-dots button.owl-dot, #discount-product .owl-dots button.owl-dot {
  background-color: #573e22 !important;
}
#discount-product .owl-carousel .owl-dots button.owl-dot.active, #discount-product .owl-dots button.owl-dot.active {
    background-color: var(--color-primary) !important;
}
/* --------- Popular Categories --------- */
.popular-categories-title a, .popular-categories-title-name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.popular-categories-title {
  padding: 10px 0;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: -12px;
  position: absolute;
  max-width: 90%;
  margin: 0 auto;
  bottom: 15px;
  width: 100%;
  left: 0;
  right: 0;
}
.popular-categories-box:hover .popular-categories-title{
  background-color: var(--color-primary);
}
.popular-categories-box:hover .popular-categories-title a, .popular-categories-box:hover .popular-categories-title-name{
  color: white;
}
.owl-carousel .owl-item .popular-categories-image img {
    width: 100% !important;
}
.popular-categories-title {
  display: flex;
  justify-content: space-between;
  padding: 11px 17px;
}

/* --------- Our Product --------- */
#top-seller {
    /* padding-top: 20px; */
    background-color: #f6f9f8;
}
.average-star-rating {
    color: #222222;
}
.average-star-rating i {
  color: #faa72a;
  font-size: 13px;
  margin-right: 3px;
}
.product-category-name {
  display: inline-block;
  font-size: 14px;
  color: #959ead;
  font-weight: 400;
}
.flash_product {
}
.flash_product:hover .box-shadow-block, .news-box:hover .box-shadow-block {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow-block {
  height: 80%;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 19px;
  border: 1px solid rgba(232, 232, 232, 1);
}
#top-seller .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.product-title-box {
  text-align: center;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #222222;
}
.price-rating-block ins, .price-rating-block .price {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.price-rating-block{
  transition: all 0.3s ease 0s;
}
.price-rating-block del {
  font-size: 14px;
  color: #797979;
  font-weight: 500;
}
.flash_product  h5 a {
  font-size: 16px;
  color: #161d25;
  font-weight: 500;
}
.flash_product h5 {
  padding-top: 0;
}
.price-box ins {
  color: #ffae0b;
  font-weight: 500;
  text-decoration: none;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  margin-top: 12px;
  position: relative;
}
.flash_product .custom_product_meta a {
  transition: all 0.3s ease 0s;
}
.flash_product .custom_product_meta a, .flash_product .custom_product_meta a:hover {
  color: white;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--color-primary);
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
  border-radius: 4px;
}
.custom_product_meta .add_to_cart_button:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta {
  margin-top: 13px;
  text-align: center;
  /* display: none; */
  width: 86%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-100%);
  position: absolute;
  bottom: -46px;
  left: 50%;
  right: 0;
  transition: all 0.3s ease;
}
.flash_product:hover .custom_product_meta {
  opacity: 1;
  /* transform: translateX(-50%) translateY(0); */
}
.flash_product:hover .trending_pets-col {
  height: 109%;
  z-index: 9;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flash_product {
  margin-bottom: 30px;
}
.flash_product .add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.custom_product_meta .added_to_cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
  display: none;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
    font-size: 15px;
    color: #454f5b;
    background-color: transparent;
    margin: 0;
}
.product_img_box {
  position: relative;
  margin-bottom: 10px;
}
.flash_product  a.added_to_cart.wc-forward {
  margin-left: 0px;
}
#top-seller .owl-nav button.owl-prev, #top-seller .owl-nav button.owl-next {
  position: unset;
}
#top-seller .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 18px;
}
.product-quick-meta a.button.yith-wcqv-button {
  font-size: 0;
  padding: 1px 8px;
  position: relative;
  background-color: #222222;
  border-radius: 50%;
  line-height: 1.9;
  margin-top: 4px;
}
.product-quick-meta a.button.yith-wcqv-button:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 14px;
    /* position: absolute; */
    /* left: -16px; */
}
.flash_product .product-quick-meta a {
  color: white;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.product-quick-meta {
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.flash_product:hover .product-quick-meta {
  display: block;
  transition: all 0.3s ease 0s;
}

.flash_product:hover  .price-rating-block {
  display: none !important;
  transition: all 0.3s ease 0s;
}
.flash_product:hover  .custom_product_meta {
  display: block;
  transition: all 0.3s ease 0s;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
/* --------- App Promotion --------- */
.app-promo img {
  border-radius: 5px;
}
div#sbi_images {
  padding-bottom: 0 !important;
}
.app-promo-text {
  max-width: 82%;
  padding-top: 21px;
}
#app-promotion h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
  padding-top: 13px;
  padding-bottom: 0;
}
#app-promotion {
  background-color: #0f0e2d;
  padding: 70px 0;
}
#app-promotion .box-tagline {
  color: #ffae0b;
  font-weight: 400;
  font-size: 18px;
}
#app-promotion h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
}
.app-promo-text {
  max-width: 82%;
}
.app-promo-logo-image {
  padding: 0;
  text-align: center;
  margin-bottom: 3em;
}
.app-promo-google-play {
  text-align: right;
}
#app-promotion .row {
    align-items: center;
}
/* --------- Services --------- */
.services-boxes {
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 10px;
}
.services-img-inner i {
  position: absolute;
  bottom: -25px;
  background-color: #D1E7FF;
  padding: 18px;
  border-radius: 50%;
  color: black;
  right: 20px;
  font-size: 18px;
  border: 2px solid white;
}
.services-img-inner {
    position: relative;
}
.services-boxes h5 a {
  color: #1C1C1C;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}
.services-title-box {
  padding: 20px;
}
/* --------- Deals --------- */
/*.custom_product_meta {
  display: none;
}*/
.product_countdown>span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.product_countdown {
  margin-top: 4px;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
  font-size: 16px;
  color: var(--color-primary);
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
  background-color: transparent;
}
.flash_product span.feedback {
    font-size: 0;
}
.topbar_currency_switcher select#alg_currency_select option {
  color: black;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #FEC004;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.9em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FEC004;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 font-size: 12px;
 letter-spacing: 5px;
}
.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;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: #ffe6b5!important;
  /* border: 2px solid black; */
  margin-right: 8px;
  outline: none;
  /* border: none; */
  border-radius: 50%;
  padding: 3px !important;
  height: 13px!important;
  width: 13px !important;
  display: inline-block;
  border: none;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  border: 1px solid #222222;
  font-size: 14px;
  padding: 10px 16px;
  color: white;
  /* border: none; */
  background-color: #353564;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 25px;
  border: none;
}
button.owl-prev {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: -3em;
}
button.owl-next {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: -3em;
}
.owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  transition: .3s ease;
  background-color: var(--color-primary);
  color: white;
  border: none;
}
#latest-news .owl-nav{
  text-align: center;
}
/* ----------- Latest News ------------- */
.news-date-comment i {
  color: var(--color-primary);
  margin-right: 10px;
}
.news-date, .post_tag, .post_tag a {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.post_tag {
  margin-left: 24px;
}
.post_img {
  position: relative;
}
.news-content-inner {
  padding: 10px 0;
}
.post_img img {
  width: 100%;
  border-radius: 15px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #525252;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
}
.news-box .metabox {
  color: #8B96A5;
  font-size: 14px;
  text-transform: capitalize;
  padding-top: 12px;
  border-bottom: none;
  margin-top: 18px;
  margin-bottom: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 0;
}
.news-date {
  color: #797979;
}
.news-box  .metabox span i {
  margin-right: 7px;
  color: #8B96A5;
}
.sep {
  background: #797979;
  width: 6px;
  height: 2px;
  margin: 0px 5px 0px 18px;
}
.news-content {
  padding: 20px 0;
}
.news-date-comment {
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.news-content h5 a {
  font-size: 17px;
  color: #333333;
  font-weight: 600;
}
a.post_link {
  border-bottom: 1px solid var(--color-primary);
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news-link-box{
  margin-top: 14px !important;
}
a.post_link i {
    margin-left: 5px;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.wishlist_table.mobile li .item-details h3 a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details h3 {
  padding-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 14px;
}
.wishlist_table.mobile li table.additional-info td {
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  background-color: black;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 6px;
  margin: 0 auto;
  color: white;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: center;
  float: none;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
  text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  display: block;
}
.woocommerce .wishlist-title h2 {
  display: none;
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
  margin: 0 auto;
  width: auto;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-cart-form__cart-item td, .woocommerce table.shop_table td, .woocommerce .woocommerce-error, .woocommerce table.shop_table th {
  text-align: left;
}
#top-seller .yith-wcwl-wishlistaddedbrowse a, #blockbustor-deals .yith-wcwl-wishlistaddedbrowse a, #deals .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}
.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
#top-seller a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #hot-sale a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #discount-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse {
    text-align: left;
}
.deal-imagebox img {
  width: 100%;
  border-radius: 20px;
}
.owl-nav {
  margin-top: 10px;
}

/*---------------Newsletter ---------------*/
#newsletter_section .section_main_head h3  span.heading-part2{
  color: #222222;
}
.newsletter-container  h4 {
  color: white;
  font-size: 17px;
}
.newsletter-container {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
.newsletter_shortcode {
  width: 95%;
  margin: 0 auto;
  margin-top: 17px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #d3d3d3;
  padding: 9px 24px;
  font-family: var(--primary-font);
  border-radius: 0;
  border: 1px solid #E6E6E6;
  font-size: 16px;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #d3d3d3;
}
.newsletter_shortcode input[type="submit"] {
  padding: 12px 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border-radius: 0;
  box-shadow: none;
  background: #26242D;
  background-color: var(--color-primary);
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image:hover img, {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
}
#newsletter_section .section_main_head h3 {
    color: var(--color-primary);
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p {
  max-width: 100%;
  color: #797979;
  font-size: 16px;
}
#insta-feed {
  background-color: #0f0e2d;
  padding: 70px 0;
}
#insta-feed .section_main_head h3 {
  color: white;
}
#insta-feed .section-text {
  color: #9494cc;
  font-size: 16px;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}