/* --------- Main Product Slider --------- */
.banner-slider-container {
  width: 71%;
}
.banner-sale-container {
  width: 29%;
}
.slide-carousel-image {
  position: relative;
}
.colored_word{
  color: var(--color-primary);
}
.main-carousel {
  padding-top: 20px;
}
.slide-tagline {
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
  letter-spacing: 2px;
}
div#slider img {
  width: 100%;
}
.Slider-left-box {
  max-width: 43%;
}
#slider h1, #slider h2 {
  font-weight: 400;
  color: white;
  padding-bottom: 0;
  font-size: 48px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.slide_btn {
  text-align: center;
  margin-top: -15px;
}
#slider {
  overflow: hidden;
  padding: 40px 30px;
  border-radius: 15px;
}
.section_main_head {
  position: relative;
}
#slider .owl-dots {
  margin-top: 20px;
}
.slide-sale-iconbox {
    width: 81%;
}
#slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
#slider button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: white !important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active{
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
/* --------- Sale Boxes --------- */
.sale-boxes-inner2 {
  max-width: 75%;
  padding: 40px 40px 50px 40px;
  margin: 0 0 0 auto;
}
.sale-boxes-inner {
      max-width: 75%;
      padding: 40px 40px 52px 40px;
}
.sale-type {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.sale-boxes-inner h5 {
  color: white;
  font-weight: 400;
  font-size: 24px;
  padding-bottom: 0;
  padding-top: 0px;
}
.sale-boxes-first {
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sale-text {
  color: white;
  font-size: 12px;
}
a.sale-btn {
  color: white;
  margin-top: 14px;
  display: block;
  border: 1px solid white;
  padding: 5px 20px;
  display: inline-block;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  transform: skew(-17deg);
  border-radius: 3px;
}
a.sale-btn span {
  transform: skew(17deg);
  display: inline-block;
}
.sale-boxes-inner2 {
  max-width: 64%;
  padding: 40px 40px 50px 40px;
  margin: 0 0 0 auto;
}
.sale-boxes-inner2 h5 {
  color: white;
  font-weight: 400;
  font-size: 23px;
  padding: 0;
}
/* --------- Hop By Goal --------- */
.shop-by-goal-title-box {
  text-align: center;
  margin-top: 16px;
}
.shop-by-goal-title-box h5 a {
  color: #151515;
  font-weight: 400;
}
.shop_by_goal_p {
  color: #151515;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.shop-by-goal-img-inner {
  position: relative;
}
.image-rect-bg {
  background-color: #DBDADA;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 51px;
  clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
  border-radius: 5px;
}
.shop-by-goal-img-inner img {
  position: relative;
  z-index: 9;
}
.shop-by-goal-boxes:hover .image-rect-bg{
  background-color: var(--color-primary);
}
.shop-by-goal-boxes:hover .shop_by_goal_p{
  color: var(--color-primary);
}
.shop-by-goal-boxes:hover .shop_by_goal_p:after {
  content: '';
  background-color: rgb(246 80 0 / 40%);
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
/* --------- Popular Categories --------- */
#popular-categories button.owl-prev {
  margin-right: 10px;
}
.popular-categories-title a {
    color: #151515;
    font-family: var(--secondary-font);
    font-size: 18px;
}
.popular-categories-title-container {
  padding: 4em 0 13em 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#popular-categories h3 {
  color: white;
}
.popular-categories-box {
  text-align: center;
}
.popular-categories-title {
  margin-top: 20px;
}
.popular-categories-box .owl-carousel {
  margin-top: -9em;
  z-index: 999;
  position: relative;
}
#popular-categories {
  background-color: white;
  padding-top: 0;
}
/* --------   Our Products --------- */

.product-category-name {
  display: inline-block;
  color: #787878;
  font-size: 14px;
  font-weight: 700;
}
.custom_product_meta .add_to_cart_button, .custom_product_meta .added_to_cart {
  font-size: 0 !important;
}
.custom_product_meta .add_to_cart_button:before {
    content: "\f218";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c5bac0;
  display: block;
  font-size: 16px;
  position: relative;
  top: 10px;
}
.custom_product_meta .added_to_cart:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: block;
  font-size: 16px;
  position: relative;
  top: 10px;
}
.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 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.flash_product {
  border-radius: 5px;
  background-color: #FFF6F6;
}
.our-products-title-box {
  padding: 0 20px;
}
.price-rating-block ins, .price-rating-block .price {
  color: #151515;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.price-rating-block del {
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #c5bac0;
  font-weight: 400;
}
.flash_product h5 {
  padding-top: 0;
}
.flash_product  h5 a {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
}
.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;
  align-items: center;
}
.price.price-rating-block {
  padding: 0 20px;
}
.flash_product .custom_product_meta a {
  color: #000000;
  font-weight: 500;
  display: block;
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 19px;
  color: #8B96A5;
  background-color: white;
  padding: 13px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: 20px;
}
.product_img_box {
  position: relative;
  text-align: center;
}
.product-buy-now-link {
  background-color: #2F2E2E;
  width: 100%;
  height: 100%;
  padding: 12px;
  text-align: center;
}
.product-buy-now-link a {
  color: white;
  font-family: var(--secondary-font);
  font-weight: 400;
}
.product-price-cart.product-on-hover {
  display: none;
}
.flash_product:hover .product-price-cart.product-on-hover{
  display: flex;
}
.flash_product:hover .product-price-cart.product-on-normal{
  display: none;
}
.flash_product:hover .custom_product_meta{
  background-color: #151515;
}
.flash_product:hover .product-price-cart{
  border: none;
}
.flash_product:hover {
  background-color: var(--color-primary);
  border-radius: 15px;
}
.flash_product:hover .product-category-name, .flash_product:hover h5 a, .flash_product:hover .custom_product_meta .add_to_cart_button:before {
  color: white;
}
.custom_product_meta {
  display: flex;
  align-items: center;
  background-color: #DDDBDB;
  padding: 0 19px;
  position: relative;
}
/* --------- Promo Banner --------- */
.promo-banner-head {
  text-align: center;
}
.promo-banner-text {
  color: white;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}
.timer-text {
  color: white;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 14px;
}
.countdown-box {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 8px;
  text-align: center;
  width: 78px;
  height: 71px;
  position: relative;
  background-color: var(--color-primary);
  border-radius: 5px;
  transform: skew(-11deg);
}
.countdown-box-inner {
  transform: skew(11deg);
  padding-top: 8px;
}
.countdown-box .countdown-block {
  font-size: 28px;
  color: white;
  font-weight: 400;
  display: block;
  font-family: var(--secondary-font);
}
.countdown-time {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: 700;
}
#promo-banner a.theme_button {
  background-color: transparent;
  border: 1px solid white;
}
.deals-timer {
  margin-bottom: 4em;
}
#promo-banner {
  padding-bottom: 0;
}
.app-image-right {
  text-align: right;
}
/* --------- Best Seller / Recommended --------- */
#best-seller .flash_product {
    background-color: transparent;
}
.best-seller-block, .recommended-block {
    padding: 15px;
    background-color: white;
    border-radius: 10px;
}
#best-seller .price-rating-block del {
  font-family: var(--primary-font);
  font-weight: 700;
  position: relative;
  margin-right: 10px;
}
#best-seller .price-rating-block del:after {
  content: '';
  background-color: #c5bac0;
  display: inline-block;
  width: 5px;
  height: 2px;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translate(-50%);
}
#best-seller .price-rating-block ins, #best-seller.price-rating-block .price {
    font-family: var(--primary-font);
    color: var(--color-primary);
    font-weight: 700;
}
#best-seller .price.price-rating-block {
  padding: 0;
}
#best-seller .flash_product h5 a {
  font-size: 14px;
}
#best-seller .our-products-title-box {
  padding: 0;
}
#best-seller .our-products-col.position-relative {
  padding: 10px;
}
#best-seller .flash_product:hover{
  background-color: var(--color-primary);
}
#best-seller .flash_product:hover h5 a, #best-seller .flash_product:hover .price-rating-block ins, #best-seller .flash_product:hover .price-rating-block .price, #best-seller .flash_product:hover .price-rating-block del{
  color: white;
}
#best-seller .price-rating-block del:after{
  content: '';
}
#best-seller .flash_product:hover .price-rating-block del:after{
  background-color: white;
}
/* --------- Bundle Promotion --------- */
.bundle-promotion-text {
  color: white;
  margin: 20px 0;
  font-size: 15px;
}
.bundle-promotion-text-two {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.bundle-promotion-offer-inner {
  background-color: var(--color-primary);
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.bundle-promotion-offer-text {
  color: white;
}
.bundle-promotion-offer-number {
  font-weight: 700;
  color: white;
  font-size: 16px;
  line-height: 1;
}
.bundle-promotion-image {
  position: relative;
}
.bundle-promotion-offer {
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
}
#bundle-promotion {
  padding-top: 6em;
}
/* --------- About Us --------- */
.about-head-outer h5 {
  color: #151515;
  font-weight: 400;
}
#about-us .section-text {
  margin: 1em 0;
}
.about-exp-box-content {
  display: inline-block;
  transform: skew(8deg);
}
.about-exp-box {
    background-color: var(--color-primary);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    transform: skew(-8deg);
    max-width: 156px;
    position: absolute;
    bottom: 17%;
    left: -15%;
}
.about-since {
  display: block;
  font-weight: 700;
  color: white;
  font-size: 16px;
}
.about-year {
  font-family: var(--secondary-font);
  color: white;
  font-weight: 400;
  font-size: 41px;
  display: block;
  margin: 17px 0;
}
.about-exp-text {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-top: 26px;
}
.about-block {
  max-width: 70%;
  margin: 0  0 0 auto;
  position: relative;
}
/* --------- Testimonials --------- */
#testimonials {
  overflow: hidden;
}
.testimonial_outer {
  position: relative;
}
.testimonials-carousel {
  position: relative;
  background-color: white;
  padding: 30px;
  box-shadow: 0px 4px 44px 0px #00000008;
  border-radius: 20px;
  /* max-width: 622px; */
  width: 770px;
  z-index: 99;
  margin-top: 3em;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_outer i {
  color: black;
  font-size: 44px;
}
.testimonial-body {
  padding-left: 4em;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_outer i {
  color: black;
  font-size: 44px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials-info p {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
}
.t-desig {
  color: #151515;
  font-weight: 700;
}
.testimonial-title a {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
}
h5.testimonial-title {
  padding: 0;
}
.testimonials_image {
  margin-right: 10px;
}
.testimonial-body .media {
  align-items: center;
}
#testimonials .owl-carousel .owl-nav i, #testimonials .owl-nav i {
  background-color: #D9D9D9;
}
#testimonials .owl-carousel .owl-nav i:hover, #testimonials .owl-nav i:hover{
  background-color: var(--color-primary);
}
#testimonials button.owl-prev {
    margin-right: 10px;
}
.custom-testimonials-nav.owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial-right-block-image {
  width: var(--container-widget-width, 1045px);
  max-width: 1045px;
  --container-widget-width: 1045px;
  --container-widget-flex-grow: 0;
  top: 0;
  border-radius: 40px;
  /*transform: skewX(-12deg);*/
}
.testimonial-right-block-image img {
    border-radius: 40px 0px 0px 40px;
    /*transform: skewX(12deg);*/
}
.testimonial-right-block-image {
  overflow: hidden;
}
.testimonial-right-block-outer a.video_icon {
    display: inline-block;
    border: 2px solid white;
    padding: 10px;
    border-radius: 50%;
}
.testimonial-right-block-outer i {
    background-color: var(--color-primary);
    padding: 30px 34px;
    color: white;
    font-size: 28px;
    border-radius: 50%;
}
.testimonial-right-block-image {
  overflow: hidden;
  position: relative;
}
.video-box {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 50%;
  left: 30%;
  margin: 0 auto;
  text-align: center;
}
.testimonial-image-two {
  position: absolute;
  bottom: -2em;
  right: 0;
}
/* --------- Records --------- */
.records-box {
  text-align: center;
}
.box-count {
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--color-primary);
  font-size: 36px;
}
.record_detail h6, .record_detail h6 a {
  font-family: var(--primary-font);
  color: black;
  font-size: 14px;
  font-weight: 700;
}
.records-box {
  text-align: center;
  position: relative;
  border-right: 1px solid #D9D9D9;
}
#records {
  margin: 4em 0;
}
.records-info:last-child .records-box {
    border-right: none;
}
/* --------- Promotional Blocks --------- */
.promo-blocks-col-one .promo-blocks-content {
  max-width: 46%;
  padding: 40px;
}
.promo-blocks-col-one .promo-blocks-content h6 {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
}
.promo-blocks-col-one .promo-blocks-content h3 {
  padding: 0;
  font-size: 34px;
}
.promo-blocks-text {
  padding: 12px 0 0px 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.promo-blocks-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.promo-blocks-content h3 {
  padding: 0;
  color: white;
  font-weight: 500;
  font-size: 30px;
}
.promo-blocks-inner img {
    width: 100%;
}
.promo-blocks-inner {
  position: relative;
}
.promo-blocks-content h6 {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
#promotional-blocks {
  padding: 40px 0;
}
.promo-blocks.promo-blocks-col-two .promo-blocks-content {
  max-width: 53%;
  padding: 30px;
}
.promo-blocks-content a.theme_button2 {
  margin-top: 15px;
}
.promo-blocks.promo-blocks-col-two .promo-blocks-content h3, .promo-blocks.promo-blocks-col-three .promo-blocks-content h3 {
  font-size: 24px;
}
.promo-blocks.promo-blocks-col-two a.theme_button2, .promo-blocks.promo-blocks-col-three a.theme_button2 {
  padding: 7px 30px;
}
.promo-blocks.promo-blocks-col-three .promo-blocks-content {
  max-width: 51%;
  margin: 0 0 0 auto;
  padding: 20px 30px;
}
.promo-blocks.promo-blocks-col-two {
  margin-bottom: 20px;
}
/* --------- Icon Boxes --------- */
.container-row {
  padding: 2em 2em;
  box-shadow: 0px 8px 40px 0px rgba(0, 38, 3, 0.08);
  border-radius: 20px;
  background-color: white;
}
.iconbox_box  img {
  margin-right: 10px !important;
}
.iconbox_box h6 {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 15px;
}
.iconbox_p {
  color: #999999;
  font-size: 13px;
  margin-top: 4px;
}
/* --------- Our Product --------- */

/* --------- Home and Outdoor --------- */
.home-and-outdoor-bg, .consumer-products-bg{
  background-size: cover;
  background-repeat: no-repeat;
}
.boxes-loop  h5 a {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 15px;
}
.boxes-loop .home_and_outdoor_p, .boxes-loop .consumer_products_p {
  color: #8B96A5;
  max-width: 47%;
}
.boxes-loop .home-and-outdoor-img-inner img, .boxes-loop .consumer-products-img-inner img {
  width: 70px;
  height: 70px;
}
.boxes-loop {
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-left: none;
}
.boxes-loop:nth-child(5), .boxes-loop:nth-child(6), .boxes-loop:nth-child(7), .boxes-loop:nth-child(8){
  border-bottom: 1px solid #D9D9D9;
}
.home-and-outdoor-head h3, .consumer-products-head h3 {
  max-width: 39%;
  font-size: 18px;
  font-weight: 600;
}
.home-and-outdoor-head, .consumer-products-head {
  margin: 20px;
}
.home-and-outdoor-head a.theme_button2, .consumer-products-head a.theme_button2 {
  border-radius: 6px;
  color: #1C1C1C;
  font-weight: 500;
  padding: 10px 28px;
}
#home-and-outdoor, #consumer-products {
  padding-top: 0;
  padding-bottom: 20px;
}
/* --------- 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;
}

/*----------------- 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: #ff8a00;
  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: #ff8a00;
 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;
}

/* --------- Process --------- */
.process-boxes h5 a, .process-boxes h5 {
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.process-text {
  color: #475569;
}
.process-steps {
  background-color: #CFE2FF;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  color: var(--color-primary);
  font-weight: 500;
}
.process-img-inner {
  margin-bottom: 30px;
}

/*-------------- 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-right: 16px;
  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: white;
  border: none;
  background-color: rgb(255 246 246 / 30%);
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 5px;
}
.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;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.custom-seller-nav, .custom-blockbustor-nav {
  position: absolute;
  right: 0;
  top: 0;
}
/* ----------- Latest News ------------- */
.post_img {
  position: relative;
}
.newsdate {
  position: absolute;
  top: 30px;
  background-color: white;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
  right: 30px;
  transform: skew(-17deg);
}
.newsdate .entry-date {
  color: #787878;
  font-weight: 700;
  transform: skew(17deg);
  display: inline-block;
}
.news_block {
  position: absolute;
  bottom: 20px;
  width: 90%;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 93% 100%, 0 100%);
}
.news-content-inner {
  padding: 20px;
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 18px;
  font-weight: 400;
  color: #151515;
}
.news_content .metabox .entry-author a, .news_content .metabox .entry-comments {
  color: #787878;
  font-weight: 700;
}
.news-text {
  margin: 10px 0;
  font-size: 14px;
  color: #8B96A5;
}
.news-box .metabox {
  color: #8B96A5;
  padding-top: 12px;
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.news-box  .metabox span i {
  margin-right: 7px;
  color: #8B96A5;
}
.news-box  a.read-more {
  color: white;
  font-weight: 400;
  background-color: var(--color-primary);
  padding: 9px 12px;
  font-family: var(--secondary-font);
  left: 0;
  writing-mode: tb-rl;
  height: 100%;
}
.news-content-inner2 {
  padding-left: 0px;
  transition: all .6s ease;
}
.news-box-btn {
  transform: translateX(-100%);
}
.news-box:hover .news-box-btn{
  transform: translateX(0%);
  transition: all .6s ease;
}
.news-box:hover .news-content-inner2 {
    padding-left: 43px;
    transition: all .6s ease;
}
.news-box-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-primary);
  text-align: center;
  transition: all .6s ease;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news-box:hover .newsdate{
  background-color: var(--color-primary);
}
.news-box:hover .newsdate span{
  color: white;
}
/*-------------------- Our Pertner -------------------*/
#our-partner {
  padding-top: 0;
}
#our-partner .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.partner-images{
  position: relative;
}
.owl-item.active:last-child:after .partner-images:after{
  display: none;
}
.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;
}