
/*------------------ Currency Switcher ---------------*/
#alg_currency_select {
  border: none;
  background-color: transparent;
}
/*------------------ Main Banner ---------------*/
.inner_carousel {
  padding-top: 5em;
}
.carousel-item {
   background-color: var(--color-primary);
  padding: 4em 2em;
  border-radius: 30px;
}
.main-carousel {
  padding: 0;
}
.slide-tagline {
  color: black;
  font-weight: 700;
  font-size: 14px;
}
div#slider img {
  width: 100%;
}
#slider .slidesmalltext {
  color: black;
  color: black;
  font-weight: 400;
  font-size: 14px;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 45px;
  font-weight: 800;
  color: black;
}
.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-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
#slider .owl-carousel .owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  bottom: 20px;
}
#slider .owl-nav button.owl-prev, #slider .owl-nav button.owl-next{
  margin: 0 5px;
}
/* --------- Promotional Blocks --------- */
.promo-blocks-content {
  max-width: 56%;
}
.best-deals .promo-blocks-content h3 {
  padding-bottom: 0;
}
.promo-blocks-inner img {
    width: 100%;
}
.promo-blocks-content h4 {
  color: white;
  font-weight: 700;
}
.block-text {
  color: #c9c8c8;
}
a.block-link {
  color: white;
  font-size: 11px;
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  display: inline-block;
  margin-top: 13px;
  font-weight: 600;
}
.promo-blocks-inner {
  position: relative;
  padding: 60px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  background-size: cover;
}
.promo-blocks-content h6 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--quarterly-font);
}
.promo-blocks-content h3 {
  color: white;
  font-weight: 500;
  font-size: 30px;
}
.countdown-box {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 8px;
  text-align: center;
  width: 70px;
  height: 70px;
  position: relative;
}
.countdown-box .countdown-block{
  font-size:20px;
  color: white;
  font-weight: 500;
  display: block;
}
.countdown-time {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  font-weight: 400;
}
.countdown-box:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: white;
  font-size: 14px;
}
.countdown-box:last-child:after {
  display: none;
}

.best-sale-text, .summer-sale-text {
  color: white;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.best-sale-text span {
    color: #FF8A00;
    font-weight: 600;
}
.summer-sale-text span {
  background-color: #FCC900;
  padding: 5px 10px;
  color: black;
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
#promotional-blocks {
  padding: 0;
}

/* --------- New Arrivals --------- */
.new-arrival-block {
  position: relative;
}
.new-arrival-text {
  position: absolute;
  top: 20px;
  left: unset;
  text-align: center;
  padding: 0 10px;
}
.new-arrival-text h3 {
  color: white;
  font-weight: 700;
}
.image-box-link {
  color: white;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  display: inline-block;
  margin-top: 13px;
  font-weight: 600;
}
/*----------------Testimonials ----------------*/
#testimonials {
  padding-top: 0;
}
.testimonials-content-inner i {
  background-color: var(--color-primary);
  color: white;
  font-size: 39px;
  padding: 16px 20px;
  border-radius: 50%;
}
.testimonial-title a {
  color: black;
}
.t-desig {
  color: black;
  font-size: 13px;
}
.testimonial-title {
  padding-bottom: 0;
}
.testimonials-info p {
  color: #212121;
}
.testimonials-info {
  margin-top: 16px;
}
.custom-testimonials-nav.owl-nav {
  text-align: left;
}
/*----------------All Categories ----------------*/
#all-category, #promo-banner {
  background-color:#FFF5EA;
}
#all-category .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.cat_block  a {
  color: black;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-top: 17px;
}
.product-category-count {
    color: #000000;
    font-size: 12px;
}
/* --------- Promo Banner --------- */
.promo-banner-row {
  background-color: var(--color-primary);
  padding: 0px 40px 0px 40px;
  border-radius: 10px;
}
.promo-banner-head h3 {
  color: white;
}
.promo-banner-text {
  color: white;
}
.promo-banner-head a.theme_button2 {
  background-color: white;
  color: var(--color-primary);
}
/* .promo-banner-image-box img {
  margin-top: -19px;
} */
.owl-carousel .owl-item .iconbox_box img {
    width: 50px !important;
}
#promo-banner {
  padding-top: 0;
}
/* --------- Icon Boxes --------- */
.iconbox_box {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 10px 10px;
}
.container-row {
  padding: 20px 20px;
  background-color: white;
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 10px;
}
.iconbox_box  img {
  margin-right: 10px !important;
}
.iconbox_box h6 {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.iconbox_p {
  color: #1E1E1E;
  font-size: 12px;
  margin-top: 4px;
}
/* --------- Our Product --------- */
.flash_product span.onsale {
  background-color: #FF0000;
  padding: 0px 10px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.flash_product {
  padding: 13px;
  border: 0.5px solid #8D8D8D;
  padding-bottom: 0;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.product-title-box {
    text-align: center;
    padding: 14px 0;
}
.price-rating-block ins, .price-rating-block .price {
  color: #3B3B3B;
  /* font-family: var(--ternary-font); */
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.price-rating-block del {
    color: #5B5F64;
    font-size: 20px;
    font-family: var(--ternary-font);
}
.price-rating-block del {
    font-size: 14px;
    font-family: var(--ternary-font);
    color: #8B96A5;
    font-weight: 500;
}
.flash_product  h5 a {
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.flash_product .product-quick-meta a {
  color: white;
  font-weight: 500;
  display: block;
  /* background-color: black; */
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 15px;
  color: white;
  background-color: black;
  padding: 12px;
}

.product-quick-meta {
  justify-content: center;
  display: none !important;
  transition: .3s ease;
}
.flash_product:hover .product-quick-meta{
  display: flex !important;
  transition: .3s ease;
}
.product_img_box {
  position: relative;
}
.flash_product  a.added_to_cart.wc-forward {
  margin-left: 10px;
}
#trending-products .owl-nav button.owl-prev, #trending-products .owl-nav button.owl-next {
  position: unset;
}
#trending-products .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 10px;
}
.product-quick-meta .add_to_cart_button, .product-quick-meta .added_to_cart {
  /* font-size: 0; */
  padding: 7px 12px;
  position: relative;
  background-color: var(--color-primary);
}
.product-quick-meta .add_to_cart_button:after {
  content: "\f291";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  font-size: 14px;
  /* position: absolute; */
  /* left: -16px; */
}
.product-quick-meta a.button.yith-wcqv-button {
  font-size: 0;
  padding: 5px 12px;
  position: relative;
  background-color: black;
  margin-left: 10px;
}
.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; */
}
.product-quick-meta .added_to_cart:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  font-size: 14px;
}
.product-quick-meta .added_to_cart {
  margin-left: 8px;
}
.add_to_cart_button.ajax_add_to_cart.loading{
  opacity: 0.8;

}
.add_to_cart_button.ajax_add_to_cart.loading::before {
  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;
}
/*.add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}*/
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.flash_product .star-rating {
  margin: 0 auto;
  margin-top: 4px;
}
.product-brand-name {
  color: #3B3B3B;
}
/* --------- Deals --------- */
#deals {
  background-position: bottom;
}
.lc_product .flash_product {
  border: none;
  position: relative;
  padding: 0;
}
.lc_product .flash_product .product-quick-meta a.add_to_cart_button {
  background-color: var(--color-primary);
  color: white;
  padding: 8px;
  display: block;
  width: 87%;
  border-radius: 30px;
}
.product-quick-meta {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
.lc_product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-right: 10px;
}
.lc_product .yith-wcwl-add-button a i {
    position: unset;
    margin: 0;
}
.deals-col {
  max-width: 80%;
  margin: 0 auto;
}
.lc_product .flash_product h5 a {
  /* color: black; */
  /* font-size: 16px; */
}
a.add_to_cart_button {
  background-color: var(--color-primary);
  padding: 10px 15px;
  display: inline-block;
  color: white;
}
.timer_blk {
  padding: 3px 12px;
  width: 75px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  text-align: center;
}
.timer_blk span {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.timer_blk .smalltext {
  font-weight: 500;
  line-height: 15px;
  font-size: 10px;
  color: #999999;
}
.timer_blk:after {
  content: '';
  position: absolute;
  /* left: 0; */
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  background-color: #cdcdcd;
  font-size: 14px;
  width: 1px;
  height: 22px;
}
.product-title-rate-box {
  margin-top: 22px;
}
.timer_blk:last-child:after {
  display: none;
}
.product_countdown>span {
  display: block;
  font-size: 12px;
  color: #999999;
}
.product_countdown {
  margin-top: 4px;
  display: inline-block;
  padding: 4px 0px;
  border: 1px solid #a79b9b;
  border-radius: 8px;
  /* text-align: center; */
}
.timer_blk:nth-child(2), .timer_blk:nth-child(3) {
  width: 95px;
}

.lc_product .add_to_cart_button:after {
  content: "\f290";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding-left: 8px;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i, .flash_product .yith-wcwl-wishlistaddedbrowse i {
  font-size: 15px;
  background-color: black;
  padding: 10px;
  padding: 11px 11px;
  position: relative;
  background-color: black;
  color: white;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.deal-block {
  padding-bottom: 7em;
}
.custom-deals-nav.owl-nav {
  position: absolute;
  right: 0;
  bottom: 40%;
  text-align: right;
}
.lc_product{
  position: relative;
}
.custom-deals-nav.owl-nav button.owl-next {
  display: block;
}
.custom-deals-nav.owl-nav button.owl-prev {
  display: block;
  margin-bottom: 10px;
}
.custom-deals-nav.owl-nav {
  position: absolute;
  right: 0;
  bottom: 40%;
  text-align: right;
  /* left: unset; */
  display: block;
  width: auto;
}
/*----------------- 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: #FFC107;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.7em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FFC107;
 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;
}
/*-------------- 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: transparent !important;
  /* border: 2px solid black; */
  margin: 0 4px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.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: 14px;
  padding: 13px 17px;
  color: black;
  border: 1px solid #8B96A5;
  background-color: white;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  /* border-radius: 50%; */
  font-size: 15px;
}
.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;
}
#latest-news .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Latest News ------------- */
.newsdate-box {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -21px;
}
.news-content-inner {
  margin-top: 34px;
  text-align: center;
}
.post_img {
  position: relative;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding: 14px 0;
}
.newsdate {
  background-color: white;
  display: inline-block;
  padding: 5px 18px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--color-primary);
  color: white;
  font-size: 12px;
}
.news-content-inner {
  margin-top: 27px;
}
.newsdate i {
  margin-right: 2px;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
span.news_year {
  font-size: 12px;
  text-transform: uppercase;
}
.news-box {
  background-color: white;
  padding: 10px;
  box-shadow: 0px 2px 6px #00000029;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  display: flex;
  align-items: center;
}
.post-right-volumn .post_img img {
  /* width: 100px !important; */
  height: 100px;
}
.post-right-volumn .news-box .metabox {
  margin-top: 0;
  border-top: none;
  padding-top: 9px;
}
.news_content h5 a {
  font-size: 16px;
  font-weight: 700;
  color: #010F1C;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #8B96A5;
}
.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-around;
  padding: 14px;
  /* border-top: 1px solid #D9D9D9; */
  padding-bottom: 0;
}
.news-box .metabox span {
  margin-right: 10px;
  font-family: var(--primary-font);
  font-size: 13px;
}
.news-box  .metabox span i {
  margin-right: 7px;
  color: var(--color-primary);
  font-size: 12px;
}
a.read-more {
  color: #8B96A5;
  font-weight: 500;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.read-more-btn {
  visibility: hidden;
}
.news-box:hover .read-more-btn{
  visibility: visible;
}
.post-right-volumn .news_content h5 a {
  font-size: 15px;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.news-box:hover span.news_date, .news-box:hover span.news_year{
 color: white;
}
.news-box:hover a.read-more{
 color: black;
}
.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 {
  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;
}
#trending-products .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;
}
#trending-products 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;
}
#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* left: 0; */
  /* right: 0; */
  margin: 0 auto;
  text-align: center;
  /* display: block; */
}
#insta-feed {
    padding-top: 0;
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#sb_instagram .sbi_follow_btn a span, #sb_instagram .sbi_follow_btn a span {
  display: block;
}
#sb_instagram {
  position: relative;
}
#sb_instagram .sbi_follow_btn svg {
    margin-right: 0;
}
#sb_instagram .sbi_follow_btn a {
  background: #ffffff4a !important;
  color: #fff;
  backdrop-filter: blur(30px);
  border-radius: 9px;
}