/*----------------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 .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;
}
.sale-boxes-inner h5 {
  color: #333333;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 5px;
  padding-top: 0px;
  max-width: 61%;
}
.first-sale-box-image-1 {
  padding-left: 20%;
}
/*------------------ Main Banner ---------------*/
.slider-image2 img {
  margin: 0 !important;
}
.slider-content {
  max-width: 72%;
  padding: 40px;
  position: relative;
  top: 54px;
}
.slide-heading span {
  color: var(--color-secondary);
}
.slider-image2 {
  text-align: right;
  padding-right: 30px;
  position: relative;
  margin-top: 0;
}
.slide-image1 {
  position: absolute;
  right: 61px;
}
.slider-image2 img {
  margin: 0 !important;
  display: inline-block !important;
}
.slide-carousel-image {
  position: relative;
  border-radius: 10px;
  background-size: cover;
}
.second-sale-block  a.sale-btn.theme_button {
  background-color: white;
  color: var(--color-primary);
}
.second-sale-block a.sale-btn.theme_button:hover {
  background-color: var(--color-secondary);
  color: #333333;
}
.second-sale-block h5 span {
  color: white;
}
.sale-text {
  color: rgb(255 255 255 / 80%);
  margin: 4px 0 10px 0;
}
.sale-boxes-inner h5 {
  max-width: 74%;
}
.second-sale-box-image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-carousel {
    padding-top: 20px;
}
.slide-tagline {
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0;
  background-color: var(--color-secondary);
  padding: 8px 19px;
  display: inline-block;
  border-radius: 8px;
  letter-spacing: 3px;
}
.slide-heading {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  margin: 8px 0;
}
div#slider img {
  width: 100%;
}
#slider .slidesmalltext {
  color: #26242D;
  font-weight: 400;
  font-size: 14px;
}
.Slider-left-box {
  max-width: 43%;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 32px;
  font-weight: 700;
  color: #26242D;
  padding-bottom: 0;
}
.slide-text {
  color: rgb(255 255 255 / 80%);
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
.section_main_head {
  position: relative;
}
#slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.slide-sale-iconbox {
    width: 81%;
}
#slider .owl-nav {
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  z-index: 9999;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid  white;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  width: 26px !important;
}
#slider .owl-dots:before, #slider .owl-dots:after{
  display: none;
}
/* --------- Sale Boxes --------- */
.discount-text {
  color: #333333;
  width: 70px;
  height: 70px;
  background-color: white;
  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
}
.first-sale-box a.theme_button {
  background-color: white;
  color: var(--color-secondary);
  display: inline-block;
  margin-top: 10px;
}
.first-sale-box a.theme_button:hover {
  background-color: var(--color-primary);
  color: white;
}
.first-sale-box-image-2 {
  position: absolute;
  right: 16px;
  bottom: -7px;
}
.sale-box-inner img {
  border-radius: 20px;
}
.price-from {
  display: flex;
  margin-bottom: 7px;
}
.sale-boxes {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}
.sale-boxes-inner {
  /* max-width: 65%; */
  padding: 20px;
}
.sale-type {
  color: white;
  font-weight: 500;
  font-size: 23px;
  color: #FC2222;
  margin-left: 2px;
}
.sale-text {
  color: white;
  font-size: 14px;
  color: #26242D;
  line-height: 25px;
}
.price-from {
  display: flex;
}
/* --------- Icon Boxes --------- */
.iconbox_box  img {
  margin-right: 9px !important;
}
.iconbox_box h6 {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 16px;
}
.iconbox_p {
  color: #9A9CAA;
  font-size: 13px;
  margin-top: 4px;
}
.records-container {
  border-radius: 12px;
  box-shadow: 0px 24px 100px 0px #16193212;
  background-color: white;
  padding: 38px 32px;
}
/* --------- Categories --------- */
.section_main_head h3 span {
  color: var(--color-primary);
}
.cat_block .link-arrow a {
  background-color: #E7F2F2;
  padding: 9px 15px;
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.cat_block:hover .link-arrow a {
  background-color: var(--color-primary);
  color: white;
  bottom: -28px;
}
.cat_block {
  border: 10px solid #E7F2F2;
  border-radius: 200px;
  width: 176px;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
}
.owl-carousel .owl-item .cat_img img {
  border: 10px solid transparent;
}
.cat_block  a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.product-category-count {
  color: rgb(51 51 51 / 50%);
}
.category-media-body {
  padding-top: 12px;
}
.cat_block:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.owl-carousel  .owl-item .cat_block:hover .cat_img img {
  border: none;
}
.cat_block:hover a, .cat_block:hover .product-category-count {
  color: white;
}
/* --------- Our Product --------- */
.product_img_box img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}
.product-category-name {
  color: #444343;
  font-size: 12px;
  display: inline-block;
}
#best-seller .best-selling-col {
  width: 20%;
}
.best-selling-col-inner {
  background-color: white;
  border: 1px solid #ECECEC;
  border-radius: 15px;
}
.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);
}
#best-seller .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.product-title-box {
  padding: 4px 11px 21px 11px;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  color: var(--color-primary);
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-family: var(--secondary-font);
}
.price-rating-block del {
    color: #5B5F64;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
.flash_product:hover .custom_product_meta {
}
.flash_product .custom_product_meta a {
}
.flash_product:hover .custom_product_meta a {
  color: #0D6EFD;
}
.price-rating-block del {
  font-size: 14px;
  color: #ADADAD;
  font-weight: 500;
}
.flash_product  h5 a {
  color: #253D4E;
  font-size: 14px;
  font-weight: 500;
}
.flash_product 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;
}
.flash_product .custom_product_meta a {
  font: 700 14px var(--primary-font);
  display: inline-block;
  padding: 8px 8px;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  /* box-shadow: 0px 7px 10px 0px rgba(211, 162, 69, 0.6); */
  color: white;
  background-color: black;
  transition: all 0.3s ease 0s;
}
.flash_product .custom_product_meta a {
  color: #969797;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.flash_product .custom_product_meta a {
  font: 500 13px var(--primary-font);
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  /* box-shadow: 0px 7px 10px 0px rgba(211, 162, 69, 0.6); */
  color: white;
  background-color: #E7F2F2;
  transition: all 0.3s ease 0s;
  color: #969797;
  display: block;
  margin-top: 10px;
}
.best-selling-col-inner:hover{
  background-color: var(--color-primary);
}
.flash_product .best-selling-col-inner:hover  h5 a, .best-selling-col-inner:hover .price-rating-block del, .best-selling-col-inner:hover .price-rating-block ins{
  color: white;
}
.flash_product .best-selling-col-inner:hover .custom_product_meta a{
  background-color: var(--color-secondary);
  color: #333333;
} 
.custom-product-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  padding: 3px 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
}
.custom-product-badge span{
  color: white;
}
.product-sale span.onsale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #67BCEE;
  padding: 3px 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
  color: white;
}
.custom-product-new-badge {
  background-color: #F74B81;
}
/* .custom_product_meta .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;
} */
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.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);
    }
}
.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;
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .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;
}
.flash_product  a.added_to_cart.wc-forward {
  margin-left: 10px;
}
.flash_product:hover .custom_product_meta a{
  background-color: var(--color-primary);
}
#best-seller .owl-nav button.owl-prev, #best-seller .owl-nav button.owl-next {
  position: unset;
}
#best-seller .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 4px;
}
.product-quick-meta a.button.yith-wcqv-button {
  font-size: 0;
  padding: 2px 9px;
  position: relative;
  background-color: var(--color-primary);
  /* margin-left: 10px; */
  border-radius: 8px;
  line-height: 1.9;
}
.product-quick-meta a.button.yith-wcqv-button:before {
    content: "\f002";
    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;
  /* background-color: black; */
}
.product-quick-meta {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  transition: all 0.3s ease 0s;
}
.flash_product:hover .product-quick-meta {
  display: block;
  transition: all 0.3s ease 0s;
}
/*.flash_product:hover i.yith-wcwl-icon.fa.fa-heart, .flash_product:hover .product-quick-meta a.button.yith-wcqv-button{
  transform: rotateX(90deg);
  transition: all 0.3s ease 0s;
}*/
#blockbustor-deals button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
#blockbustor-deals button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
#blockbustor-deals .owl-carousel .owl-nav i:hover, #blockbustor-deals .owl-nav i:hover {
  background-color: white;
  color: #333333;
}
/* --------- Promotional Blocks --------- */
.promo-blocks-inner img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.promo-blocks-inner {
  position: relative;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
}
.promo-blocks-content h6 {
color: black;
font-size: 14px;
font-weight: 400;
padding-bottom: 0;
}
.promo-blocks-content h4 {
font-size: 17px;
}
.promo-blocks-content h3 {
color: white;
font-weight: 500;
font-size: 30px;
}
#promotional-blocks {
  padding: 0;
}
/* -----------------Block 1 -------------- */
.promo-block1 {
  background-color: #313131;
  padding: 22px;
  border-radius: 16px;
}
.promo-block1 .block-tagline {
  display: inline-block;
  background-color: #494949;
  padding: 6px 13px;
  border-radius: 8px;
  color: white;
}
.promo-block1 h4 {
  color: white;
  font-size: 18px;
}
.promo-block1 a.promo-link {
  color: #cdcaca;
}
.promo-block1 a.promo-link:hover {
  color: white;
}
a.promo-link i {
  padding-left: 10px;
}

/* -----------------Block 2 -------------- */
.promo-block2 {
  background-color: #FFF3CC;
  padding: 22px;
  border-radius: 16px;
}
.promo-block2 .block-tagline {
  display: inline-block;
  background-color: #F6DE8D;
  padding: 6px 13px;
  border-radius: 8px;
  color: #222222;
}
.promo-block2 h4, .promo-block3 h4 {
  color: #222222;
  font-size: 18px;
}
.promo-block2 a.promo-link,.promo-block3 a.promo-link {
  color: #222222;
}
.promo-block2 a.promo-link:hover, .promo-block3 a.promo-link:hover {
  color: #222222;
}
/* -----------------Block 3 -------------- */
.promo-block3 {
  background-color: #FFECDF;
  padding: 22px;
  border-radius: 16px;
}
.promo-block3 .block-tagline {
  display: inline-block;
  background-color: #FFD1B0;
  padding: 6px 13px;
  border-radius: 8px;
  color: #222222;
}
.block-shadow-inner {
  background-color: #404040;
  width: 200px;
  height: 200px;
  display: inline-block;
  /* top: -66px; */
  /* right: -30px; */
  border-radius: 50%;
  /* margin: 7px; */
  position: absolute;
  top: -66px;
  right: -30px;
}
.block-shadow span {
  display: inline-block;
  position: absolute;
  top: -78px;
  right: -41px;
  border: 1px solid #414141;
  border-radius: 50%;
  width: 216px;
  height: 216px;
  margin: 5px;
}
.promo-blocks-content {
  overflow: hidden;
}
/*bg color clock 2*/
.promo-block2 .block-shadow-inner {
  background-color: #F6DE8D;
}
.promo-block2 .block-shadow span {
  border: 1px solid #F6DE8D;
}

.promo-block3 .block-shadow-inner {
  background-color: #FFD1B0;
}
.promo-block3 .block-shadow span {
  border: 1px solid #FFD1B0;
}
/* --------- Discount Products --------- */
.discount_products_box  img {
  border-radius: 20px;
  border: 3px solid transparent;
}
.discount-products-body h5, .discount-products-body h5 a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.discount_products_p {
  color: #ADADAD;
  font-weight: 500;
  font-size: 16px;
}
.discount_products_box:hover .discount_products_p{
  color: var(--color-primary);
}
.discount_products_box:hover img{
  border: 3px solid var(--color-secondary);
}
/* --------- Brand New Products --------- */
#brand-new-products a.theme_button2, #latest-news a.theme_button2 {
  background-color: transparent;
  border: 2px solid var(--color-secondary);
}
#brand-new-products a.theme_button2:hover, #latest-news a.theme_button2:hover {
  background-color: #333333;
  color: white;
}
/* ----------- Testimonials ------------- */
#testimonials {
  background-color: var(--color-secondary);
}
#testimonials .section-tagline {
  color: white;
}
#testimonials .section_main_head:after {
  margin: 0 auto;
  background-color: var(--color-primary);
  left: 0;
  right: 0;
}
#testimonials .section_main_head:before {
  background-color: rgb(237 237 237 / 30%);
}
.testimonials_image img {
  width: 132px;
  border-radius: 50%;
}
.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: 13px;
  color: #FFC107;
  letter-spacing: 7px;
}
.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;
  margin-left: 12px;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: rgba(0, 0, 0, 0.08);
  font-size: 50px;
  position: absolute;
  top: -2%;
  right: 6px;
}
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.testimonial-block.testimonial_outer {
  padding: 20px;
  border-radius: 0;
  background-color: rgba(243, 243, 243, 1);
  position: relative;
  background-color: white;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 0px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 15px;
  position: relative;
  color: #1A1A1A;
  font-weight: 500;
}
.testimonials_image {
  margin-right: 12px;
  position: relative;
  border-right: 1px solid rgb(250 250 250 / 10%);
  /* padding-right: 25px; */
}
.testimonial-media-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#testimonials .owl-carousel .owl-dots button.owl-dot, #testimonials .owl-dots button.owl-dot {
  background-color: #3333334D !important;
  border: 2px solid #3333334D;
}
#testimonials .owl-carousel button.owl-dot.active, #testimonials button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
#testimonials .owl-dots:before, #testimonials .owl-dots:after {
  display: none;
}
.testimonial_box {
  background-color: white;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 25px 25px;
}
.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: 14px;
  margin-bottom: 10px !important;
  color: #4D4D4DB2;
  font-weight: 400;
}
.testimonial-block .media {
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-info {
  margin-top: 9px;
}
.testimonials-quote-icon {
  color: rgb(44 188 190 / 30%);
  font-size: 31px;
}
.testimonial_box  .media {
  align-items: center;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.testimonial-image-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
}
/* --------- BLockbustor deals --------- */
.product-stock-progress .progress {
  height: 5px;
  background-color: #E9ECEF;
  border-radius: 4px;
}
.product-stock-progress .progress .progress-bar {
  background-color: var(--color-primary);
}
.best-selling-col-inner:hover .product-stock-progress .progress .progress-bar{
  background-color: var(--color-secondary);
}
.deal-imagebox {
  position: relative;
  height: 100%;
}
.product-sale-sold-count span {
  color: #253D4E;
  font-size: 12px;
}
.product-stock-progress {
  margin: 10px 0;
}
.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;
}

/* --------- Deals --------- */
.custom_product_meta {
  text-align: center;
}
.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 {
    color: white;
    background-color: black;
    padding: 6px 8px;
    border-radius: 8px;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 6px 7px;
    border-radius: 8px;
    margin: 0;
}
.flash_product 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: 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: #D9D9D9 !important;
  border: 2px solid #D9D9D9;
  margin-right: 8px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 10px!important;
  width: 10px !important;
  display: inline-block;
  border: none;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary);
  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: 9px 10px;
  color: white;
  border: none;
  background-color: var(--color-secondary);
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
}
.owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  transition: .3s ease;
  background-color: #F0F2F3;
  color: #333333;
}
#latest-news .owl-nav{
  text-align: center;
}

.owl-dots {
  position: relative;
}
.owl-dots:before {
  content: '';
  background-color: #D9D9D9;
  height: 1px;
  width: 47%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.owl-dots:after {
  content: '';
  background-color: #D9D9D9;
  height: 1px;
  width: 47%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* ----------- 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: 14px;
  line-height: 16px;
  color: #4D4D4D;
  margin-right: 12px;
}
.news-content-inner a span#direct-comments {
  color: #4D4D4D;
}
.news-content-inner a span#direct-comments i, .auther_name i {
  color: #B3B3B3;
  padding-right: 8px;
}
.blog-author-box a i {
  color: var(--color-primary);
  margin-right: 5px;
}
.blog-author-box a {
  color: #444343;
  font-size: 12px;
}
.newsdate {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: white;
  display: inline-block;
  padding: 3px 15px;
  background: white;
  border-radius: 4px;
}
.news-box:hover{
  background-color: var(--color-secondary);
}
.news-box:hover .news_content h5 a, .news-box:hover a.read-more{
  color: #333333;
}
.news-box:hover .news-content-inner a span#direct-comments i, .news-box:hover .auther_name i{
  color: var(--color-primary);
}
.news-content-inner {
  padding: 13px 19px;
}
.news-box span.news_date {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
span.news_year {
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
  line-height: 1;
}
.news-box {
  background-color: white;
  padding: 0;
  border-radius: 20px;
  border-radius: 0px 0px 8px 8px;
  background: #FFF;
}
.post_img img {
  width: 100%;
  border-radius: 8px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  display: flex;
  align-items: center;
}
.news_content h5 a {
  font-size: 17px;
  font-weight: 500;
  color: #1A1A1A;
}
.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-box  .metabox span i {
  margin-right: 7px;
  color: #8B96A5;
}
a.read-more {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 14px;
}
a.read-more i {
  padding-left: 5px;
}
.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: #1A1A1A;
}
.auther_name i, .news_date i{
  padding-right: 5px;
}
.news-box:hover a.read-more{
 color: #333333;
}
.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;
}
#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;
  height: 100%;
  object-fit: cover;
}
.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;
}

.brand-row{
  background-color: var(--color-primary);
  padding: 48px;
  border-radius: 30px;
}
.brand-images:after{
  content: '';
}
.brand-images:after {
  content: '';
  width: 1px;
  height: 21px;
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-item .product_img_box img {
  width: 100% !important;
}
span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}