/*----------------All Categories ----------------*/
.cat_img.media {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  border: 1px solid rgba(232, 232, 232, 1);
  background-color: white;
}
#all-category {
  padding: 0px 0;
}
#all-category .owl-carousel .owl-item img {
    height: 57px !important;
    width: 80px !important;
}
#all-category .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.cat_block  a {
  color: black;
}
.categories-bar button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
}
#product-categories .owl-nav {
    margin-top: 10px;
    display: inline-block;
    margin-top: 0;
}
/*------------------ Main Banner ---------------*/
.slide-carousel-image {
  position: relative;
  border-radius: 20px;
  background: #0C8F02;
  background: linear-gradient(98deg, rgba(12, 143, 2, 1) 0%, rgba(10, 33, 79, 1) 73%);
  padding: 40px;
}
.main-carousel {
    padding-top: 20px;
}
#slider .owl-stage-outer, #slider .owl-carousel .owl-stage, #slider .owl-carousel .owl-stage .owl-item.active {
    height: 100%;
    align-items: center;
}
.slide-tagline {
  font-size: 13px;
  padding-bottom: 0;
  background-color: var(--color-primary);
  padding: 9px 15px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  font-family: var(--primary-font);
}
div#slider img {
  width: 100%;
}
#slider .slidesmalltext {
  color: white;
  font-weight: 300;
  font-size: 13px;
}
.Slider-left-box {
  max-width: 43%;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 27px;
  font-weight: 700;
  color: white;
  padding-top: 18px;
}
.slide-text {
  color: white;
  opacity: 0.8;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
#slider {
  overflow: hidden;
}
.section_main_head {
  position: relative;
}
#slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.slide-sale-iconbox {
    width: 81%;
}
#slider .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: #FFFFFF87 !important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
    background-color: white !important;
    border-color: white !important;
}

/* --------- Top Sellling --------- */
.product-stock-progress .progress {
  height: 5px;
  background-color: #E9ECEF;
  border-radius: 4px;
}
.product-stock-progress .progress .progress-bar {
  background-color: var(--color-secondary);
}
#top-selling {
    border: 3px solid var(--color-secondary);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
#top-selling h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 7px;
  color: black;
}
#top-selling h3 .product-grid  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--ternary-font);
}
span.stock-head {
  color: black;
  font-family: var(--ternary-font);
  font-weight: 500;
}
#top-selling .section_main_head .section-text {
  color: black;
}
.sale-text, .available-text {
  color: white;
  font-size: 14px;
  color: #A9A9A9;
  line-height: 25px;
  font-family: var(--ternary-font);
  font-weight: 400;
}
#top-selling .product-grid h5 a {
  font-family: var(--ternary-font);
  font-size: 17px;
}
.product-grid span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
span.average-rating {
  font-size: 10px;
  color: black;
}
/* --------- Latest Products --------- */
#latest-products {
  background-color: #F6F9FF;
}
.custom-product-grid .product-img-box {
  border: none;
}
.custom-product-grid .product-img-box {
  /* padding: 0; */
  border: none;
  padding: 0 20px;
}
.latest_products-col {
  background-color: white;
  padding: 24px 24px 0px 24px;
  border-radius: 20px;
  overflow: hidden;
}
#latest-products .custom-product-grid .product-img-box img {
  padding: 0px 16px 16px 16px;
}
span.time span {
  margin: 0 4px;
  color: black;
  font-size: 12px;
}
.product-countdown-timer {
  text-align: center;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  z-index: 9;
}
.product-rating {
    font-size: 12px;
    color: black;
}
.custom-product-grid.product-grid h5 a {
  color: #171717;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--primary-font);
}
.product-seller {
  color: #525252;
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 3px;
}
.product-sold-count {
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
}
.sale-badge {
  background-color: var(--color-primary);
  display: inline-block;
  padding: 4px 17px;
  font-size: 12px;
  color: white;
  position: absolute;
  top: -24px;
  left: -24px;
  border-bottom-right-radius: 20px;
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button, .custom-product-grid .product-grid-add-to-cart .added_to_cart {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  background-color: #171717;
  border-radius: 0;
  color: white;
  padding: 7px 12px;
  border-radius: 10px;
  margin-top: 11px;
}
.product-rating i.fas.fa-star {
  color: #FFA245;
  font-size: 11px;
  margin-right: 4px;
  margin-left: 4px;
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button:before{
  color: white;
}
.custom-product-grid:hover .product-grid-add-to-cart .add_to_cart_button{
  background-color: var(--color-secondary);
  color: white;
}
/* --------- Icon Boxes --------- */
#iconbox {
    background-color: var(--color-primary);
}
#iconbox .owl-carousel .owl-stage-outer {
    margin-left: -1px;
}
.iconbox_box h6 {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 14px;
}
.iconbox_p {
  color: white;
  font-size: 12px;
  margin-top: 4px;
}
.iconbox_block {
  padding: 29px;
  border-radius: 20px;
}
.iconbox_box h6 {
  color: white;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--primary-font);
  margin-top: 16px;
}
.iconbox_block:hover{
  background-color: white;
}
.iconbox_block:hover h6, .iconbox_block:hover .iconbox_p {
  color: var(--color-primary);
}
/* --------- Promotion Products --------- */
.promo-products-inner {
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.promo-products-inner img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.promo-products-inner img {
  border-radius: 10px;
}
.promo-products-one .promo-products-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  max-width: 50%;
}
.promo-products-content h4 {
  color: #F5F5F5;
  font-family: var(--primary-font);
  font-size: 20px;
}
span.promo-text {
  color: #D9D9D9;
  font-size: 13px;
  display: block;
}
span.promo-price {
  display: block;
}
span.promo-price {
    display: block;
    color: #D9D9D9;
}
span.promo-price-cur {
  color: var(--color-secondary);
  font-weight: 500;
}
.promo-products-inner a.theme_button {
  background-color: var(--color-secondary);
  padding: 6px 13px;
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
}
.promo-products-inner a.theme_button:hover{
  background-color: var(--color-primary);
  color: white;
}
.promo-products-two .promo-products-inner {
  background-color: var(--color-primary);
  padding: 24px 40px 0px 40px;
  height: 100%;
  display: flex;
  align-items: end;
}
.promo-products-inner .row {
    align-items: center;
}
.promo-products-two .promo-products-content {
  padding: 10px;
  position: relative;
  top: -40px;
}
.promo-products-two h4 {
  color: white;
  font-size: 30px;
  font-weight: 300;
  padding-right: 10px;
}
.promo-products-two h4 span.promo-text {
  font-weight: 600;
  padding-left: 2px;
}
.promo-products-two span.promo-price {
  color: white;
  font-weight: 600;
}
span.promo-price-text {
  color: #D9D9D9;
}

.promo-products-two img {
  margin-top: -80px;
}
/* --------- Hot deals --------- */
#hot-deals {
    background-color: #F5F8FF;
}
/* --------- Sale Boxes --------- */
.sale-box-inner img {
    border-radius: 20px;
}
.price-from {
  display: flex;
  margin-bottom: 7px;
}
.sale-boxes {
  position: relative;
}
.sale-boxes-inner {
  /* max-width: 65%; */
  padding: 20px;
  position: absolute;
  top: 0;
}
.sale-type {
  color: white;
  font-weight: 500;
  font-size: 23px;
  color: #FC2222;
  margin-left: 2px;
}
.sale-boxes-inner h5 {
  color: black;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  padding-top: 0px;
}
.sale-text {
  color: white;
  font-size: 14px;
  color: #26242D;
  line-height: 25px;
}
.price-from {
  display: flex;
}

/* --------- Our Product --------- */
.product-img-box img {
  border-radius: 20px;
}
.product-category-name {
  color: #444343;
  font-size: 12px;
  display: inline-block;
}
.best-selling-col {
  width: 20%;
  padding: 0 15px;
}
.product-grid {
}
.product-grid: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);
}
#best-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, .product-price ins{
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--ternary-font);
}
.price-rating-block del, .product-price del {
  font-size: 11px;
  color: black;
  font-weight: 400;
  font-family: var(--ternary-font);
  margin-left: 7px;
}
.product-grid  h5 a {
  color: black;
  font-size: 14px;
  font-weight: 600;
}
.product-grid h5 {
  padding-top: 0;
}
.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;
}
.product-grid .product-grid-add-to-cart a {
  font: 700 14px var(--primary-font);
  display: inline-block;
  padding: 0 8px;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  color: white;
  transition: all 0.3s ease 0s;
}
.product-grid-add-to-cart .add_to_cart_button, .product-grid-add-to-cart .added_to_cart {
  font-size: 0 !important;
}
.product-grid .product-grid-add-to-cart a {
  color: #000000;
  font-weight: 500;
  display: block;
}
.product-grid-add-to-cart .add_to_cart_button:before {
  content: "\f218";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: black;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.product-grid-add-to-cart .added_to_cart:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.product-grid-add-to-cart .added_to_cart {
  margin-left: 8px;
}
.product-grid-add-to-cart .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;
}
.product-grid-add-to-cart .add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
#product-tab .product-grid-add-to-cart .added_to_cart {
    margin-left: 7px;
}
#product-tab  .product-grid-add-to-cart .added_to_cart:before {
  display: none;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.product-price-cart:after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
#best-seller {
  padding-top: 20px;
}
.product-grid .yith-wcwl-add-button a span {
  display: none;
}
.product-grid .yith-wcwl-add-button a i {
  font-size: 16px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.product-img-box {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #D4D4D4;
  padding: 31px;
  border-radius: 20px;
}
#best-seller .owl-nav button.owl-prev, #best-seller .owl-nav button.owl-next {
  position: unset;
}
.product-grid  a.added_to_cart.wc-forward {
    /* margin-left: 10px; */
    /* margin: 0; */
}
#best-seller .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 7px;
}
.product-quick-links a.button.yith-wcqv-button {
  font-size: 0;
  padding: 2px 9px;
  position: relative;
  line-height: 1.9;
}
.product-quick-links a.button.yith-wcqv-button:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  font-size: 14px;
}
.product-grid .product-quick-links a {
  color: black;
  font-weight: 500;
  display: inline-block;
  font-size: 0;
}
.product-quick-links {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
    transition: all 0.3s ease 0s;
    display: none;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
  width: 30px;
  max-width: 18px;
}
.product-grid:hover .product-quick-links {
  display: flex;
  transition: all 0.3s ease 0s;
}
.product-quick-links .yith-add-to-wishlist-button-block {
    width: auto;
    display: inline-block;
    margin: 0;
}
/*.product-grid:hover i.yith-wcwl-icon.fa.fa-heart, .product-grid:hover .product-quick-links a.button.yith-wcqv-button{
  transform: rotateX(90deg);
  transition: all 0.3s ease 0s;
}*/
/* --------- Product Categories --------- */
.popular-categories-image {
  background-color: #F5F8FF;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  margin: 0 auto;
}
.popular-categories-title a {
  display: block;
  color: #101010;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
span.category-count {
  color: #525252;
  font-size: 12px;
}
span.product-count-text {
    padding-left: 2px;
}
.categories-link-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section-link a {
    color: black;
    margin-right: 10px;
}
.section-link a:hover {
  color: var(--color-secondary);
}


.popular-categories-image {
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item  .popular-categories-image img {
    position: relative;
    z-index: 99;
}
.popular-categories-image:before, .popular-categories-image:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: var(--color-secondary);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.1);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;
}

.popular-categories-image:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform-origin: right bottom 0;
}

.popular-categories-box:hover .popular-categories-image:before, .popular-categories-box:hover .popular-categories-image:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}
.popular-categories-box:hover .popular-categories-title a, .popular-categories-box .popular-categories-title a:hover {
    color: var(--color-secondary);
}


/* --------- Promotional Banner --------- */
#promo-banner {
    padding: 0;
}
.promo-banner-row {
  padding: 3em 2em;
  border-radius: 20px;
}
.promo-banner-row {
  padding: 3em 2em;
  border-radius: 20px;
  background-size: 100% 100%;
}
.promo-banner-text {
  color: black;
}

/* --------- BLockbustor deals --------- */
.deal-imagebox {
  position: relative;
}
.deals-blocks-content {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 20px;
  /* max-width: 80%; */
  text-align: left;
  margin: 0 auto;
}
.deals-blocks-content h6 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
}
.deals-blocks-content h3 {
  padding: 6px 0 15px 0;
}
.countdown-box {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 8px;
  text-align: center;
  width: 77px;
  height: 35px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #00000026;
}
.countdown-box .countdown-block {
  font-size: 16px;
  color: black;
  font-weight: 400;
  display: inline-block;
}
.countdown-time {
  color: black;
  text-transform: capitalize;
  font-size: 10px;
  display: inline;
  font-weight: 400;
  line-height: 1.2;
}
.countdown-box:after {
  content: ':';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: black;
  font-size: 22px;
}
#banner-clock {
  margin-right: 25px;
}
.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;
}

/* --------- Deals --------- */
.product-grid-add-to-cart {
  display: flex;
  align-items: center;
}
.product_countdown>span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.product_countdown {
  margin-top: 4px;
}
.product-grid .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.product-grid .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.product-grid i.yith-wcwl-icon.fa.fa-heart {
    color: white;
    background-color: black;
    padding: 6px 8px;
    border-radius: 8px;
}
.product-grid i.yith-wcwl-icon.fa.fa-heart {
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 6px 7px;
    border-radius: 8px;
    margin: 0;
}
.product-grid span.feedback {
    font-size: 0;
}
/*----------------- 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: 5.4em;
  font-family: star;
}
.star-rating {
  color: #E4A544;
  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: #E4A544;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 10px;
  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: 10px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}
/* --------- Promotional Blocks --------- */

.promo-blocks-inner {
  position: relative;
  background-size: cover;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  background-color: #F6F9FF;
  text-align: center;
}
.promo-blocks-content h6 {
  color: black;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 0;
  background-color: var(--color-secondary);
  display: inline-block;
  margin-top: 19px;
  padding: 10px 14px;
  color: white;
  border-radius: 10px;
  font-family: var(--primary-font);
}
.promo-blocks-content h4 {
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  font-family: var(--primary-font);
}
.promo-blocks-content {
  max-width: 57%;
  margin: 0 auto;
  margin-top: 10px;
}
.promo-blocks-content h3 {
  color: white;
  font-weight: 500;
  font-size: 30px;
}
.promo-blocks-inner img {
  width: 65%;
  position: relative;
  z-index: 9;
}
.promo-blocks-image {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 19px;
}
.promo-blocks-image:before {
  content: '';
  background-color: var(--color-primary);
  width: 569px;
  height: 343px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  top: 81px;
  transition: all 0.3s linear 0s;
}
.promo-blocks-inner:hover .promo-blocks-image:before{
  background-color: var(--color-secondary);
  transform: translateY(-30px);
  transition: all 0.3s linear 0s;
}
/*-------------- Our Logos ---------------*/
#our-logos .owl-item.active {
  height: 100%;
}
#our-logos {
  padding: 8em 0;
}
/*-------------- Product Tab ---------------*/
#product-tab {
  background-color: #F6F9FF;
}
#product-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 27px;
}
#product-tab .nav-tabs .nav-link {
  background-color: white;
  border: 1px solid #F0F0F0;
  margin: 0 6px;
  border-radius: 10px;
  color: black;
  font-weight: 500;
  padding: 7px 20px;
  text-align: center;
}
.product-content {
    padding: 0 17px;
    text-align: center;
}
#product-tab .product-grid h5 a {
  color: #000000;
  font-weight: 500;
  font-family: var(--primary-font);
}
#product-tab .price-rating-block ins, #product-tab .price-rating-block .price, #product-tab .price-rating-block del {
    font-family: var(--primary-font);
    font-weight: 600;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button:before{
  display: none;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button, #product-tab .product-grid-add-to-cart .added_to_cart {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  background-color: var(--color-secondary);
  border-radius: 0;
  color: white;
  padding: 7px 18px;
  border-radius: 10px;
  margin-top: 11px;
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
  justify-content: center;
}
#product-tab  .star-rating {
  margin: 0 auto 8px auto;
}
#product-tab .product-grid {
  background-color: white;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
}
#product-tab .product-grid:hover .product-grid-add-to-cart .add_to_cart_button, #product-tab .product-grid:hover .product-grid-add-to-cart .added_to_cart{
  background-color: var(--color-primary);
  color: white
}
#product-tab .product-img-box {
  padding: 0;
  border: none;
}
#product-tab .product-img-box {
  padding: 31px;
}
#product-tab .nav-tabs .nav-link.active, #product-tab .nav-tabs .nav-link:hover {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
#product-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 27px;
  justify-content: space-between;
  margin-left: 0 !IMPORTANT;
}
#product-tab .nav-tabs li {
  flex: 1;
}
.product-tab-nav-container {
  position: absolute;
  top: 0;
  right: 0;
}
#product-tab .section-link {
    margin-right: 70px;
}
#product-tab .tab_list {
    margin-top: 2em;
}
#product-tab .nav-tabs li:first-child a {
    margin-left: 0;
}
.digital-countdown-timer .countdown-output {
  font-size: 14px;
  color: #000000;
  display: flex;
  gap: 6px;
  font-weight: 500;
  justify-content: center;
  border: 1px solid #E4E4E4;
  padding: 4px 14px;
}
.digital-countdown-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* border: 1px solid #E4E4E4; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-output:before{
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.digital-countdown-timer span {
  padding: 0 4px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FF0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 7px;
  border-radius: 3px;
  z-index: 10;
}
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 9px;
    border-radius: 3px;
    z-index: 10;
    text-transform: uppercase;
}
/*-------------- New Arrivals ---------------*/
.new_arrivals-col .media, .product-grid-col, .latest_products-col .row, .promo-product-block {
    position: relative;
    z-index: 99;
}
#new-arrivals .product-grid h5 a {
  font-weight: 400;
  font-family: var(--primary-font);
}
#new-arrivals .price-rating-block ins, #new-arrivals .price-rating-block .price, #new-arrivals .price-rating-block del {
    font-family: var(--primary-font);
    font-weight: 600;
}
#new-arrivals .price-rating-block del {
    display: none;
}
#new-arrivals .product-img-box {
  padding: 0;
  width: 96px;
  margin-right: 10px;
  margin-bottom: 0;
  border: none;
}
.new_arrivals-col {
  background-color: white;
  padding: 10px;
  border-radius: 12px;
}
/*-------------- Popular Products ---------------*/
.popular-box {
  background-color: white;
  border-radius: 12px;
}
.popular-box .product-block-content {
  text-align: center;
  max-width: 59%;
  margin: 0 auto;
}
.popular-box .product-seller {
  border-bottom: none;
}
.popular-box .product-grid-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-head {
    text-align: center;
}
#new-arrivals-popular-products {
    background-color: #F6F9FF;
}
#popular-products button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    margin: 0;
}
#popular-products button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    margin: 0;
}
#popular-products button.owl-prev i, #popular-products button.owl-next i {
  border-radius: 50%;
  border: none;
}
#popular-products .owl-carousel .owl-nav i:hover, #popular-products .owl-nav i:hover{
  background-color: var(--color-primary);
  color: white;
  border: none;
}
/*-------------- 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: black !important;
  /* border: 2px solid black; */
  margin-right: 8px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 13px!important;
  width: 13px !important;
  display: inline-block;
  border: none;
  border-radius: 50%;
  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 {
  font-size: 12px;
  padding: 10px 14px;
  color: white;
  border: none;
  background-color: var(--color-secondary);
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  display: inline;
  border-bottom: 2px solid transparent;
}
.owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  transition: .3s ease;
  color: #222222;
  background-color: white;
  border-bottom: 2px solid var(--color-primary);
}
#latest-news .owl-nav{
  text-align: center;
}
/* ----------- Latest News ------------- */
.post_img {
  position: relative;
}
.blog-author-box .media img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.media-author-image {
  display: flex;
}
.blog-btn {
  margin-right: 22px;
}
.auther_name {
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 16px;
}
.blog-author-box a i {
  color: var(--color-primary);
  margin-right: 5px;
}
.blog-author-box a {
  color: #444343;
  font-size: 12px;
}
span.entry-date {
    margin-right: 0 !important;
}
.newsdate {
  position: absolute;
  top: 0;
  left: 0;
  /* margin-top: -21px; */
  background-color: white;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 15px 0px 0px 0px;
  border: 3px solid #FFF;
  background: var(--color-primary);
}
.news-box span.news_date {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
span.news_year {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: 1.2;
}
.news-box {
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #F0F0F0;
}
.news-box:hover{
  background-color: var(--color-primary);
}
.news-box:hover .news_content h5 a, .news-box:hover .news-text p, .news-box:hover .news-text, .news-box:hover .news_block .metabox .entry-author a, .news-box:hover .news_block .metabox .entry-comments, .news-box:hover .news_block .metabox .entry-date, .news-box:hover .metabox span i{
  color: white;
}
.post_img img {
  width: 100%;
  border-radius: 15px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  padding: 14px;
}
.news_content h5 a {
  font-size: 17px;
  font-weight: 700;
  color: #4D4D4D;
  font-family: var(--primary-font);
  max-width: 60%;
  display: block;
  margin: 0 auto;
  line-height: 26px;
  margin-top: 6px;
}
.news-text p {
  color: #707070;
  line-height: 22px;
}
.metabox span i {
  color: var(--color-primary);
}
.news_block .metabox .entry-author a, .news_block .metabox .entry-comments, .news_block .metabox .entry-date {
  color: black;
  font-size: 12px;
}
.news-box  .metabox span i {
    margin-right: 7px;
    color: black;
}
.news-text, .news-text p {
  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;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  display: flex;
  justify-content: space-between;
}
a.read-more {
  font-weight: 500;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.news_date {
  color: white;
}
.owl-item.active:last-child:after .partner-images:after{
  display: none;
}
#all-category .owl-carousel .owl-dots, #all-category .owl-dots {
    margin-bottom: 10px;
}
.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 {
  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 {
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.woocommerce .wishlist-title-container {
    display: none;
}
.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;
}
#best-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;
}
#best-seller a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #blockbustor-deals 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;
}
.categories-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.categories-body::-webkit-scrollbar{
  width: 10px;
  background-color: transparent;
}
.categories-body::-webkit-scrollbar-thumb{
  background-color: transparent;
}
/*----------------- About us ---------------------*/
#about-us .row:nth-child(even) {
  flex-direction: row-reverse;
}
#about-us h6 {
  color: var(--color-secondary);
  font-size: 18px;
}