/*
Theme Name: Taran Prakashan
Theme URI: https://webthink.in/
Author: Arvind Pandey
Author URI: https://webthink.in/
Description:  Arvind Pandey
Version: 1.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
*/


:root {
    --theme-color: #D16655;
    --secondary-color: #BD7579;
    --title-color: #2E4A5B;
    --body-color: #F8EBE5;
    --text-color: #505050;
    --smoke-color: #F3ECDC;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e6edfd;
    --title-font: 'Lato', sans-serif;
    --body-font: 'Merriweather', serif;
    --font-size: 16px;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: var(--body-font); /* Body text */
  font-size: var(--font-size);
  line-height: 1.6;
  color: var(--text-color);
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #424242;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu,
.button {
  font-family: var(--title-font);
  font-weight: 700;
  font-style: normal;
  color: var(--title-color);
}


.header-top {
  height: 45px;
  line-height: 45px;
  background-color: var(--theme-color);
}

.top-container {
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.head-left, .head-right {
  display: flex;
  justify-content: space-between;
}

/* svg icon  */

.st0{fill:#fff;}


.link-float-right ul li {
  display: inline-block;
}
  
/* Main menu container */
#menu-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #fff; /* Top menu background */
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
}

/* Top-level menu items */
#menu-header-menu > li {
    position: relative;
}

#menu-header-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

#menu-header-menu > li > a:hover,
#menu-header-menu > li.current-menu-item > a {
    color: var(--theme-color)
}

#cgency {
  padding: 6px 0;
}

/* Sub-menu container */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 999;
}

/* Show sub-menu on hover */
#menu-header-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Sub-menu items */
.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.sub-menu li a:hover {
    background-color: #f4f4f4;
    color: var(--theme-color);
}

/* Optional: arrow indicator for menu items with children */
.menu-item-has-children > a::after {
    font-size: 0.7em;
    margin-left: 5px;
}

/* Responsive: stack menu items vertically on small screens */
@media (max-width: 768px) {
    #menu-header-menu {
        flex-direction: column;
    }

    #menu-header-menu li {
        width: 100%;
    }

    .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }

    .menu-item-has-children > a::after {
        content: " ▼";
        float: right;
    }
}


/* banner*/ 

.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Hero section */
.banner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Background image */
.banner-box .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text overlay - left aligned */
.banner-text-box {
  position: absolute;
  top: 50%;
  left: 6%; /* left margin */
  transform: translateY(-50%);
  text-align: left;
}

/* Heading - darker color for light background */
.banner-text-box .themes {
  font-size: 36px;
  font-weight: bold;
  color: var(--title-color); /* dark gray for readability */
  margin-bottom: 15px;
}

/* Subtext */
.banner-text-box .sub_text p {
  font-size: 28px;
  color: #000; /* black subtext */
  margin-bottom: 20px;
}

/* CTA Button */
.banner-text-box .cta-button {
  display: inline-block;
  background-color: #D16655;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.banner-text-box .cta-button:hover {
  background-color: #b54d44;
}



.offer-style1 {
    padding: 40px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Star Rating */
.offer-style1 .star-rating {
    margin-bottom: 15px;
}



/* Offer Price */
.offer-style1 .offer-price {
    display: block;
    font-family: Arial, sans-serif; /* replace $title-font */
    font-weight: 700;
    color: #2c2c2c; /* replace $text-color */
    margin-bottom: 20px;
}

.offer-style1 .offer-price span {
    display: inline-block;
    color: #D16655; /* replace $theme-color */
}

/* Offer Title */
.offer-style1 .offer-title {
    margin-bottom: 5px;
}

/* Button */
.offer-style1 .vs-btn {
    font-weight: 700;
    padding: 12px 31px;
    background-color: #D16655;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.offer-style1 .vs-btn:hover {
    background-color: #b54d44;
    color: #fff;
}

/* White Style Variant */


.offer-style1.white-style .offer-price {
    color: #fff;
}

.offer-style1.white-style .offer-price span {
    color: #fff;
}

.offer-style1.white-style .offer-title {
    color: #fff;
}

.offer-style1.white-style .vs-btn {
    color: #D16655;
    background-color: #fff;
}

.offer-style1.white-style .vs-btn:hover {
    color: #fff;
}

/* Offer Image */
.offer-style1 .offer-img {
    position: relative;
    display: inline-block;
    perspective: 1000px;
}

.offer-style1 .offer-img img {
    display: block;
    width: 100%;
    height: auto;
    transform: rotateX(0deg);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center;
    border-radius: 10px;
}

/* Hover Effect on Image */
.offer-style1:hover .offer-img img {
    transform: rotateX(-12deg);
}


.space-top {
  margin-top: 80px;
  margin-bottom: 30px;
} 


/*categoryies*/

.categorie-style2 {
  background-color: var(--body-color);
  padding: 0 38px 30px 38px;
  margin-top: 45px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}

.categorie-style2 .categorie-img {
  transform: translateY(-44px);
}

.categorie-style2 .product-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -35px);
  width: 100%;
  text-align: center;
}

.categorie-style2:hover {
  background-color: var(--theme-color);
}

.categorie-style2:hover .product-title a {
  color: var(--white-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .categorie-style2 {
    padding: 20px 10px;
  }
}


/*title and category*/

.title-area {
  margin-bottom: calc(var(--section-title-space) - 30px);
}

.title-area2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  /* Small devices */
}
.title-area2 .sec-title {
  color: var(--title-color);
  margin: 0;
  line-height: initial;
  letter-spacing: normal;
  font-size: 40px;
}
.title-area2 .vs-btn {
  padding: 17px 32px;
  line-height: normal;
}
.title-area2 .border-line {
  right: 17%;
  top: 50%;
  max-width: 680px;
}
@media (max-width: 767px) {
  .title-area2 {
    display: block;
    text-align: center;
  }
  .title-area2 .sec-title {
    margin-bottom: 20px;
  }
}



.categorie-img img{
  width: 100%;
}


.product-title {
    font-size: 20px;
    font-family: var(--title-font);
    margin-bottom: 0;
    line-height: 100%;
}

.category-img img {
  height: 230px;
}



.logo img {
  height: 50px;
}

.sec-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.01em;
}

/*banner*/

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  padding: 17px 41px;
  border-radius: 30px;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
}
.vs-btn::after, .vs-btn::before {
  width: 103%;
  height: 103%;
  content: "";
  margin: auto;
  position: absolute;
  top: -2%;
  left: 0%;
  background: var(--title-color);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}

.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.vs-icon {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 0;
  color: var(--white-color);
  font-size: 24px;
  background-color: transparent;
  border: 2px solid var(--white-color);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.vs-icon:hover {
  color: var(--theme-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}


.icon-btn {
  padding: 0;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.icon-btn2 {
  padding: 0;
  font-size: var(--icon-font-size, 20px);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 60px);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: transparent;
  border-radius: 30px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.icon-btn2:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}
.icon-btn2:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}


.play-btn.style2:after, .play-btn.style2:before {
  border-radius: 0px;
  background-color: var(--theme-color);
}

.play-btn.style2:hover::before, .play-btn.style2:hover::after {
  background-color: var(--theme-color);
}

.play-btn.style3:after, .play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style4:after, .play-btn.style4:before,


.play-btn.style5:after, .play-btn.style5:before {
  border: 2px solid var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.play-btn.style6 {
  --icon-size: 60px;
  --icon-font-size: 18px;
}
.play-btn:hover:after, .play-btn:hover::before,


.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
  .icon-btn2 {
    width: 60px;
    height: 40px;
  }
 
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-icon {
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
  }
}



/*------------------- 4.27. product  -------------------*/

.product-style1 .product-img img {
    width: 100%;
    height: auto; /* preserve aspect ratio */
    object-fit: cover; /* crops if needed */
    display: block;
}


.product-style1 .product-img {
    position: relative;
    width: 100%;
    padding-top: 160%; /* 4:5 ratio, adjust as needed */
    overflow: hidden;
}

.product-style1 .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-style1 {
  height: 100%;
}
.product-style1 .product-img {
  position: relative;
  margin-bottom: 15px;
}
.product-style1 .product-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 74, 91, 0.3960784314);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-style1 .product-img img {
  width: 100%;
}
.product-style1 .post-box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.product-style1 .product-btns {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-style1 .product-btns .icon-btn {
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: var(--theme-color);
  background-color: var(--white-color);
}
.product-style1 .product-btns .icon-btn:not(:last-child) {
  margin-bottom: 10px;
}
.product-style1 .product-btns .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.product-style1 .product-btns .cart {
  visibility: hidden;
  opacity: 0;
}
.product-style1:hover .product-img::after {
  visibility: visible;
  opacity: 1;
}
.product-style1:hover .product-btns .cart {
  visibility: visible;
  opacity: 1;
}
.product-style1.style2 {
  display: inline-flex;
  align-items: center;
}
.product-style1.style2 .product-img {
  margin-right: 20px;
  margin-bottom: 0;
  max-width: 195px;
  width: 100%;
}
.product-style1.style2 .product-img img {
  width: 100%;
}
.product-style1.style2 .product-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 5px;
}
.product-style1.style2 .product-title a {
  color: var(--title-color);
}
.product-style1.style2 .product-title a:hover {
  color: var(--theme-color);
}
.product-style1.style2 .product-author {
  margin-bottom: 13px;
}
.product-style1.style2 .price-list {
  margin-bottom: 15px;
}
.product-style1.style2 .price-list li {
  font-size: 20px;
  font-weight: 700;
}
.product-style1.style2 .price-list li del {
  font-size: 16px;
  font-weight: 500;
}
.product-style1.style2 .vs-btn {
  font-weight: 700;
  padding: 12px 25px;
  letter-spacing: 1px;
}
.product-style1.style2 .star-rating {
  margin-bottom: 6px;
  gap: 2px;
}

.post-box {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.post-box li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  background-color: var(--theme-color);
  padding: 0px 10px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: var(--white-color);
}
.post-box li:last-child {
  background-color: var(--title-color);
}

.product-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-rating .star {
  color: var(--text-color);
  font-size: 14px;
}


.price-list {
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
}
.price-list li {
  margin: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--title-font);
}
.price-list li del {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-right: 5px;
}

.product-author {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.product-author strong {
  font-weight: 500;
}

.product-title {
  font-size: 20px;
  font-family: var(--title-font);
  margin-bottom: 0;
  line-height: 100%;
}
.product-title a {
  color: var(--title-color);
}
.product-title a:hover {
  color: var(--theme-color);
}

.offer-style1 {
  padding: 40px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.offer-style1 .star-rating {
  margin-bottom: 15px;
}


.offer-style1 .offer-price {
  display: block;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}
.offer-style1 .offer-price span {
  display: inline-block;
  color: var(--theme-color);
}
.offer-style1 .offer-title {
  margin-bottom: 5px;
}
.offer-style1 .vs-btn {
  font-weight: 700;
  padding: 12px 31px;
}

.offer-style1.white-style .offer-price {
  color: var(--white-color);
}
.offer-style1.white-style .offer-price span {
  color: var(--white-color);
}
.offer-style1.white-style .offer-title {
  color: var(--white-color);
}
.offer-style1.white-style .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.offer-style1.white-style .vs-btn:hover {
  color: var(--white-color);
}
.offer-style1 .offer-img {
  position: relative;
  display: inline-block;
  perspective: 1000px;
}
.offer-style1 .offer-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateX(0deg);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center;
  border-radius: 10px;
}
.offer-style1:hover .offer-img img {
  transform: rotateX(-12deg);
}

.romance-layout1 {
  position: relative;
}
.romance-layout1 .border-line {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 85%;
}

.Kids-layout1 {
  position: relative;
}
.Kids-layout1 .border-line {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 85%;
}

.books-layout1 {
  position: relative;
}
.books-layout1 .product-style1 .icon-btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
}
.books-layout1 .product-style1 .product-btns {
  top: 20px;
  right: 20px;
}
.books-layout1 .product-style1 .post-box {
  top: 20px;
  left: 20px;
}
.books-layout1.style2 .arraw-area .icon-btn {
  background-color: var(--body-color);
  color: var(--theme-color);
}

.books-layout1.style2 .arraw-area .icon-btn:hover {
  background-color: var(--theme-color);
}


.product-sidebar {
  padding: 64px 40px 60px 40px;
}
.product-sidebar .product-author {
  line-height: 170%;
  margin-bottom: 15px;
}
.product-sidebar .post-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 4px;
}
.product-sidebar .price-list del {
  font-size: 16px;
  margin-right: 8px;
}
.product-sidebar .price-list li {
  font-size: 20px;
}
.product-sidebar .recent-post .media-img {
  width: auto;
  border-radius: 0;
}
.product-sidebar .vs-btn {
  margin-top: 10px;
}

.banner-layout1 .offer-style1 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 80px;
}
.banner-layout1 .offer {
  display: block;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 25px;
}
.banner-layout1 .star-rating {
  margin-bottom: 37px;
}

.banner-layout1 .offer-title {
  line-height: 125%;
  margin-bottom: 20px;
  color: var(--white-color);
}
.banner-layout1 .offer-price {
  color: var(--white-color);
}
.banner-layout1 .offer-price span {
  font-size: 20px;
  color: var(--white-color);
}
.banner-layout1 .vs-btn {
  background-color: var(--theme-color);
}

.arraw-area .icon-btn {
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.arraw-area .icon-btn:hover {
  background-color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .offer-style1 {
    padding: 40px 30px;
  }
  .offer-style1 .offer-title {
    font-size: 28px;
  }
  .product-style1.style2 .product-img {
    max-width: 130px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .offer-style1 {
    text-align: center;
  }
  .offer-style1 .offer-title {
    font-size: 32px;
  }
  .product-sidebar .post-title {
    font-size: 20px;
  }
  .product-sidebar {
    padding: 54px 30px 40px 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .offer-style1 .offer-title {
    font-size: 25px;
  }
  .product-style1.style2 .product-img {
    max-width: 130px;
  }
  .product-style1.style2 .product-title {
    font-size: 20px;
  }
  .product-style1.style2 .vs-btn {
    padding: 8px 20px;
  }
  .product-style1.style2 .price-list {
    margin-bottom: 5px;
  }
  .product-style1.style2 .product-author {
    margin-bottom: 5px;
  }
  .product-title {
    font-size: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .offer-style1 {
    display: block;
    text-align: center;
  }
  .offer-style1 .offer-img {
    margin-bottom: 20px;
  }
  .offer-style1 .offer-title {
    font-size: 30px;
  }
  .product-style1.style2 .product-img {
    max-width: 190px;
  }
  .product-style1.style2 .product-title {
    font-size: 24px;
  }
  .product-title {
    font-size: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-big-img {
    padding: 22px;
  }
  .product-style1.style2 .product-img {
    max-width: 130px;
  }
  .product-style1.style2 .product-title {
    font-size: 20px;
  }
  .product-sidebar .post-title {
    font-size: 20px;
  }
  .product-sidebar {
    padding: 64px 20px 60px 20px;
  }
}
@media (max-width: 399px) {
  .product-style1.style2 .product-img {
    max-width: 120px;
  }
  .product-style1.style2 .product-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .product-style1.style2 .vs-btn {
    padding: 5px 18px;
    font-size: 14px;
  }
  .product-style1.style2 .star-rating {
    margin-bottom: 0;
    gap: 1px;
  }
  .product-style1.style2 .product-author {
    margin-bottom: 5px;
  }
  .product-style1.style2 .price-list {
    margin-bottom: 5px;
  }
  .banner-layout1 .offer-style1 {
    padding: 60px 20px;
  }
}










/*footer*/

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 48px;
  padding-bottom: 10px;
}

.copyright-wrap {
  text-align: center;
  padding: 29px 0;
}

.copyright-text {
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.copyright-text a {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.copyright-text a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.footer-text {
  color: var(--body-color);
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .footer-text {
    max-width: 100%;
  }
}

.footer-communicate {
  max-width: 92%;
}
.footer-communicate > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-communicate > ul > li {
  margin-bottom: 30px;
}
.footer-communicate > ul > li:last-child {
  margin-bottom: 0;
}
.footer-communicate > ul > li > a:hover {
  color: var(--theme-color);
}
.footer-communicate__text {
  padding: 0px 0px 0 45px;
  position: relative;
  display: flex;
  color: var(--white-color);
  min-height: 30px;
  align-items: self-start;
  text-align: left;
}
.footer-communicate__text > span {
  display: inline-block;
  padding-top: 3px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-communicate__text > span.link::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-communicate__text > span.link:hover::before {
  width: 100%;
  left: 0;
}

.footer-communicate__text:hover > span {
  transition: all 0.3s ease-in-out;
  color: var(--white-color);
}

.footer-layout1 {
  overflow: hidden;
  background-color: var(--title-color);
  padding-top: 150px;
}
.footer-layout1.style2 {
  overflow: unset;
  padding-top: 14px;
}
.footer-layout1.style2 .cta-layout1 {
  transform: translateY(-80px);
  padding-right: 60px;
  border-radius: 20px;
}
.footer-layout1.style2 .cta-layout1 .cta-logo {
  border-left: none;
}
.footer-layout1 .widget {
  margin-bottom: 0;
}
.footer-layout1 .footer-top {
  padding-bottom: 70px;
}
.footer-layout1 .footer-menu {
  column-count: 2;
  gap: 60px;
}
.footer-layout1 .list-style1 {
  max-width: 300px;
  width: 100%;
}

.footer-layout1 .list-style1 li a:hover {
  transform: unset;
}
.footer-layout1 .list-style1 li a::before {
  display: none;
}

.footer-layout1 .space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}
.footer-layout1 .logo-area {
  max-width: 385px;
}

.footer-layout1 .title-shape {
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
}

.search-btn {
  position: relative;
  height: 60px;
  color: var(--text-color);
  margin-bottom: 0;
  background-color: var(--white-color);
  position: relative;
  border-radius: 30px;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
}
.search-btn .form-control {
  height: 100%;
  color: var(--text-color);
  padding: 0 5px 0 30px;
  background-color: var(--white-color);
  border: none;
}
.search-btn .form-control::placeholder {
  color: var(--text-color);
}
.search-btn .vs-btn {
  line-height: 160%;
  right: 0px;
  top: 50%;
  padding: 17px 65px;
  height: 60px;
  color: var(--theme-color);
  font-weight: 500;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
}

.search-btn .vs-btn:hover {
  color: var(--title-color);
}

.newsletter-style1 {
  background-color: var(--secondary-color);
}
.newsletter-style1 .title-area {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.newsletter-style1 .widget_title {
  font-size: 20px;
  color: var(--white-color);
  margin: 0;
}
.newsletter-style1 .sub_title {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}
.newsletter-style1 .icon {
  margin-right: 20px;
}
.newsletter-style1 .search-btn .icon-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  padding: 20px;
  color: var(--theme-color);
  background-color: var(--theme-color);
}

.newsletter-style1 .search-btn .icon-btn:hover {
  color: var(--theme-color);
}

.bottom-info {
  background-color: #435C6B;
  padding: 20px 0;
}
.bottom-info .contact-body {
  display: inline-flex;
  align-items: center;
}
.bottom-info .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 60px;
  margin-right: 20px;
}
.bottom-info .icon img {
  width: 100%;
}
.bottom-info .title {
  margin-bottom: 0;
}
.bottom-info .title a {
  color: var(--body-color);
}
.bottom-info .title a:hover {
  color: var(--theme-color);
}
.bottom-info .sub-title {
  margin-bottom: 0;
  color: var(--body-color);
  font-weight: 500;
  text-transform: capitalize;
}

.copyright-menu ul {
  margin-bottom: 0;
}
.copyright-menu li {
  display: inline-block;
}
.copyright-menu li a {
  color: var(--white-color);
}
.copyright-menu li a:hover {
  color: var(--theme-color);
}
.copyright-menu li:not(:last-child) {
  margin-right: 20px;
}

.contact-box2 {
  position: relative;
}
.contact-box2::before {
  position: absolute;
  content: "";
  width: 10000%;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  top: 0px;
  left: 0px;
}
.contact-box2 .newsletter-style1 {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
}
.contact-box2 .title-area {
  margin-right: 40px;
}
.contact-box2 .search-btn {
  max-width: 417px;
}
.contact-box2 .title-area {
  margin-bottom: 0;
}
.contact-box2 .contact-body {
  text-align: end;
  padding: 40px 0;
}
.contact-box2 .widget_title {
  text-align: left;
}
.contact-box2 .vs-btn {
  background-color: var(--theme-color);
}
.contact-box2 .logo-area {
  background-color: var(--theme-color);
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.contact-box2 .logo-area::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-layout1 {
    padding-top: 80px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    padding-top: 80px;
  }
  .footer-layout1 .footer-menu {
    gap: 0px;
  }
  .copyright-menu li:not(:last-child) {
    margin-right: 10px;
  }
  .footer-layout1.style2 .cta-layout1 {
    padding-right: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .footer-text {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-layout1.style2 .cta-layout1 {
    padding-right: 0px;
  }
  .bottom-info {
    padding: 40px 0;
  }
  .bottom-info .copyright-img,
  .bottom-info .copyright-menu,
  .bottom-info .contact-body {
    display: block;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-layout1 .footer-menu {
    gap: 0px;
  }
  .footer-layout1.style2 .cta-layout1 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .newsletter-inner .newsletter-content {
    text-align: left;
  }
}
/* Extra small devices */
/*------------------- 4.4. Breadcrumb  -------------------*/
.breadcumb-menu span {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu span:after {
  content: "//";
  position: relative;
  font-size: 16px;
  color: var(--title-color);
  padding: 0 5px 0 10px;
}
@media (max-width: 767px) {
  .breadcumb-menu span:after {
    font-size: 20px;
    padding-top: 4px;
  }
}
.breadcumb-menu span:last-child:after {
  display: none;
}
.breadcumb-menu span {
  white-space: normal;
  color: var(--theme-color);
  word-break: break-word;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
}
.breadcumb-menu span a {
  color: var(--title-color);
}
.breadcumb-menu span a:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .breadcumb-menu span {
    font-size: 14px;
  }
}

.breadcumb-menu-wrap {
  text-align: center;
}

.breadcumb-title {
  color: var(--title-color);
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 115%;
  text-align: center;
}
@media (max-width: 767px) {
  .breadcumb-title {
    margin-bottom: 0px;
  }
}

.breadcumb-text {
  color: var(--silver-color);
  margin-bottom: 0;
  max-width: 50%;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .breadcumb-text {
    max-width: 73%;
  }
}
@media (max-width: 991px) {
  .breadcumb-text {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .breadcumb-text {
    max-width: 100%;
    font-size: 17px;
  }
}

.breadcumb-wrapper {
  padding: 150px 0;
  background-color: var(--title-color);
  position: relative;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 50px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    max-width: 100%;
    font-size: 40px;
  }
  .breadcumb-menu {
    margin-top: 15px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: var(--white-color);
  border-radius: 5px;
}

.post-pagi-box {
  display: flex;
  align-items: center;
}
.post-pagi-box > a {
  color: var(--title-color);
  font-weight: 700;
  font-size: 20px;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: var(--theme-color);
}
.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
}
.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}

.pagi-icon {
  color: var(--theme-color);
  font-size: 40px;
}
.pagi-icon:hover {
  color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .post-pagi-box > a {
    font-size: 12px;
  }
  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }
  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}
.vs-pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.vs-pagination span,
.vs-pagination a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: var(--body-color);
  color: var(--title-color);
  text-transform: capitalize;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--theme-color);
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-pagination span:before,
.vs-pagination a:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  top: 3px;
  background-color: var(--vs-secondary-color);
  border-radius: inherit;
  transition: all ease 0.4s;
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.vs-pagination span.active:before,
.vs-pagination span:hover:before,
.vs-pagination a.active:before,
.vs-pagination a:hover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 2.5px;
  list-style-type: none;
}

.vs-pagination .pagi-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: var(--body-color);
  color: var(--theme-color);
  text-transform: capitalize;
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.vs-pagination .pagi-btn.active, .vs-pagination .pagi-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

@media (max-width: 767px) {
  .vs-pagination {
    gap: 5px;
  }
  .vs-pagination .pagi-btn {
    width: 35px;
    height: 35px;
  }

  .vs-pagination ul {
    padding: 3px 3px;
  }
  .vs-pagination span,
  .vs-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .vs-pagination li {
    margin: 0 0;
  }
  .vs-pagination .pagi-btn {
    padding: 11px 15px;
    font-size: 12px;
  }
}


/*------------------- 4.29. selling  -------------------*/
.selling-title {
  color: var(--white-color);
  line-height: 125%;
  margin-bottom: 35px;
}

.selling-text {
  color: var(--white-color);
  margin-bottom: 32px;
}

.selling-layout1 .author-name {
  color: var(--white-color);
  line-height: 132%;
  margin-bottom: 5px;
}
.selling-layout1 .published {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  display: inline-block;
  margin-bottom: 15px;
}
.selling-layout1 .vs-btn {
  letter-spacing: 1px;
}
.selling-layout1 .vs-btn::after, .selling-layout1 .vs-btn::before {
  background-color: var(--white-color);
}
.selling-layout1 .vs-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}
.selling-layout1 .tag {
  display: inline-flex;
  align-items: center;
  background-color: var(--white-color);
  border-left: 4px solid var(--theme-color);
  border-right: 4px solid var(--theme-color);
  padding: 20px 30px;
  max-width: 320px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selling-layout1 .tag img {
  margin-right: 20px;
}
.selling-layout1 .tag .tag-title {
  margin: 0;
  font-size: 20px;
}

.selling-img-tag {
  position: relative;
  padding-top: 50px;
}

.selling-books {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .selling-books {
    grid-template-columns: repeat(4, 1fr);
  }
  .selling-books .book-item {
    text-align: center;
  }
}
@media only screen and (max-width: 399px) {
  .selling-books {
    grid-template-columns: repeat(2, 1fr);
  }
  .selling-books .book-item img {
    width: 100%;
  }
  .selling-layout1 .tag {
    padding: 20px;
  }
}
/*------------------- 4.29. selling  -------------------*/


/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: left;
  color: var(--title-color);
  background-color: var(--body-color);
  border-radius: 20px;
  padding: 35px 40px;
  margin: 35px 0;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 65%;
  width: 4px;
  background-color: var(--secondary-color);
  border-radius: 10px;
}
blockquote p {
  font-family: inherit;
  color: var(--text-color);
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.6;
  position: relative;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 150%;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background-color: var(--theme-color);
}
blockquote .quote-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

blockquote.vs-quote cite {
  padding: 0;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
blockquote.vs-quote cite::before {
  position: static;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.widget-area {
  padding-top: 120px;
  padding-bottom: 93px;
}

.widget-area2 {
  padding-top: 60px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 24px;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  color: var(--white-color);
  position: relative;
  text-align: left;
}
.footer-widget .widget_title::before {
  content: "";
  position: absolute;
}
.footer-widget .widget_title::before {
  width: 52px;
  height: 4px;
  background-color: var(--theme-color);
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.footer-widget .vs-btn {
  background-color: var(--theme-color);
}
.footer-widget .vs-btn::before, .footer-widget .vs-btn::after {
  background-color: var(--theme-color);
}
.footer-widget.widget_nav_menu {
  margin-bottom: 30px;
  text-align: left;
}
.footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 30px;
}
.footer-widget.widget_nav_menu a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  border: none;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  max-width: 100%;
  padding: 0 0 0 0px;
  color: var(--white-color);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: auto;
  line-height: 1.625;
}

.footer-widget.widget_nav_menu a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--body-color);
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
  background-color: transparent;
  transform: translateX(5px);
}
.footer-widget.widget_nav_menu a:hover::before {
  width: 100%;
  left: 0;
  background-color: var(--theme-color);
}

.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-widget .sidebar-gallery a {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}
.footer-widget .sidebar-gallery a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.footer-widget .sidebar-gallery a img {
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
.footer-widget .sidebar-gallery a .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1.5);
  width: var(--icon-size, 35px);
  height: var(--icon-size, 35px);
  line-height: calc(var(--icon-size, 35px) + 2px);
  margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  background-color: transparent;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.footer-widget .sidebar-gallery a:hover img {
  transform: scale(1.12);
}
.footer-widget .sidebar-gallery a:hover::before {
  opacity: 0.8;
  visibility: visible;
}
.footer-widget .sidebar-gallery a:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.footer-widget .sidebar-gallery a:hover .gal-btn:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.vs-widget-about .footer-text {
  max-width: 275px;
  font-family: var(--body-font);
  font-size: 16px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style1 a {
  margin-right: 18px;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.social-style1 a:hover {
  color: var(--theme-color);
}
.social-style1 a:last-child {
  margin-right: 0;
}

.footer-contact .menu a {
  padding-left: 24px;
}


.footer-widget .widget_title::before {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .widget-area2 {
    padding-bottom: 20px;
  }
}
.widget__schedule > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widget__schedule > ul > li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--white-color);
  gap: 43px;
  margin-bottom: 6px;
}
.widget__schedule > ul > li:last-child {
  margin-bottom: 0;
}
.widget__schedule > ul > li > span {
  color: var(--white-color);
}
.widget__schedule > ul > li > span > span {
  padding-left: 10px;
}





/*------------------- 4.18. Newsletter  -------------------*/
.cta-layout1 {
  background-color: var(--secondary-color);
  position: relative;
  overflow: hidden;
}
.cta-layout1 .cta-logo {
  padding: 40px 60px;
  background-color: var(--theme-color);
  text-align: center;
  border-right: 1px solid var(--white-color);
  border-left: 1px solid var(--white-color);
}

.cta-layout1 .cta-logo img {
  width: 100%;
}

.cta-layout1 .newsletter-form {
  text-align: right;
}
.cta-layout1 .search-btn {
  max-width: 620px;
}
.cta-layout1.style2 .search-btn {
  max-width: 530px;
}
.cta-layout1 .vs-btn {
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  background-color: var(--title-color);
  z-index: 2;
  width: 100%;
  max-width: 160px;
  padding: 20px;
}
.cta-layout1 .vs-btn::before, .cta-layout1 .vs-btn::after {
  background-color: var(--theme-color);
}
.cta-layout1 .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.subscribe-block--style1 {
  position: relative;
}
.subscribe-block--style1 .subscribe-block__field {
  height: 70px;
}
.subscribe-block--style1 .vs-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-inner {
  display: inline-flex;
  align-items: center;
}
.newsletter-inner .newsletter-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.newsletter-inner .newsletter-icon img {
  width: 100%;
}
.newsletter-inner .newsletter_title {
  font-size: 24px;
  color: var(--white-color);
  line-height: 100%;
  margin: 0 0 3px 0;
}
.newsletter-inner .newsletter-text {
  margin-bottom: 0;
  color: var(--white-color);
}
.newsletter-inner .newsletter-content {
  position: relative;
  top: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-layout1 .cta-logo {
    padding: 40px 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .cta-layout1 {
    text-align: center;
    padding: 40px 0;
  }
  .cta-layout1 .cta-logo {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
  }
  .cta-layout1 .newsletter-inner {
    margin-bottom: 20px;
  }
  .cta-layout1 .newsletter-form {
    text-align: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .cta-layout1 .search-btn .form-control {
    padding: 0 5px 0 15px;
  }
  .cta-layout1 .vs-btn {
    padding: 0;
  }
}
/*------------------- 4.19. shop-sortbar  -------------------*/


/*------------------- 4.19. shop-sortbar  -------------------*/
.vs-sort-bar {
  margin-bottom: 40px;
}
.vs-sort-bar select {
  height: 50px;
  border: 1px solid #eee;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 0 45px 0 25px;
  font-size: 16px;
  margin: 0;
  background-position: right 22px center;
}
.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}
.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: #2D2D2D;
}
.vs-sort-bar p.woocommerce-result-count span {
  color: #2D2D2D;
}

.nice-select {
  width: 100%;
  min-width: 242px;
  padding-right: 50px;
  padding-left: 20px;
  height: 52px;
  line-height: 52px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--title-font);
  border: 1px solid var(--vs-border-color4);
  color: var(--title-color);
  background-color: var(--body-color);
  /* Small devices */
}
.nice-select:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.nice-select:hover::after {
  border-color: var(--white-color);
}
.nice-select .current {
  font-weight: 700;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: 1px solid var(--vs-border-color4);
  box-shadow: none;
  font-size: 14px;
  z-index: 2;
  color: var(--title-color);
  border-radius: 6px;
  background-color: var(--body-color);
  margin-bottom: 0;
}
.nice-select .list .option.selected {
  color: var(--white-color);
}
.nice-select .list .option.selected:not(:hover) {
  color: var(--title-color);
}
.nice-select .list .option:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.nice-select::after {
  border-bottom: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
  height: 8px;
  margin-top: -4px;
  right: 25px;
  width: 8px;
}
@media (max-width: 767px) {
  .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra small devices */
/* Extra small devices */
@media (max-width: 575px) {
  .nice-select {
    min-width: 100%;
  }
}


/*------------------- 4.21. shop  -------------------*/
.vs-product {
  background-color: var(--white-color);
  border: 2px solid var(--border-color);
  margin-bottom: 30px;
}
.vs-product .product-img {
  background-color: var(--border-color);
  max-height: 225px;
  position: relative;
}
.vs-product .product-img > a {
  display: inline-block;
  width: 100%;
}
.vs-product .product-img > a > img, .vs-product .product-img > img,
.vs-product .product-img img {
  max-height: 225px;
  width: 100%;
  object-fit: cover;
}
.vs-product .product-img .star-ratings {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  min-height: 30px;
  padding: 0 15px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  display: none;
}
.vs-product .product-img .star-ratings > li {
  display: inline-flex;
  align-items: center;
}
.vs-product .product-img .star-ratings > li > span {
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-right: 6px;
  padding-top: 1px;
}
.vs-product .product-content {
  padding: 21px 27px 27px;
}
.vs-product .product-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
}
.vs-product .product-title > a {
  display: inline-block;
}
.vs-product .product-price {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 24px;
  color: var(--theme-color);
}
.vs-product .product-price > del {
  font-size: 16px;
  color: var(--title-color);
}
.vs-product .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.vs-product .icon-btn {
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--title-color);
  border-radius: 0%;
  color: var(--white-color);
  border-color: var(--title-color);
}
.vs-product .icon-btn::before {
  background-color: var(--theme-color);
}
.vs-product .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.vs-product .vs-btn {
  background-color: var(--title-color);
  flex: auto;
  justify-content: center;
}
.vs-product .vs-btn::before, .vs-product .vs-btn::after {
  background-color: var(--theme-color);
}

.product-about {
  padding-right: 3%;
}

.product_meta > span {
  display: flex;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-weight: 700;
}
.product_meta > span > p {
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  min-width: 80px;
  font-family: var(--title-font);
}

.tags .chips {
  display: inline-block;
    background: #F8EBE5;
    color: #333;
    padding: 9px 20px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-about,
.product-slide-row {
  margin-bottom: 30px;
}
.product-about .text,
.product-slide-row .text {
  color: var(--text-color);
}

.product-about .product-rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .product-about .product-rating {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.product-about .product-rating__total {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}

.product-about .product-rating .star-rating {
  margin-right: 10px;
  font-size: 16px;
  width: 104px;
}

.product-about .product-title {
  font-size: 36px;
  margin-bottom: 13px;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product-about .product-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.quantity {
  display: flex;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}
.quantity .screen-reader-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.quantity__field {
  display: flex;
  align-items: center;
  border: 0px solid var(--smoke-color);
  background-color: var(--smoke-color);
  min-width: 150px;
  padding-right: 0px;
  position: relative;
  min-height: 50px;
}
.quantity__buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: row-reverse;
}

.product-about .qty-input {
  border: 0;
  padding: 0;
  width: auto;
  min-height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--black-color);
  text-align: center;
  background-color: var(--smoke-color);
}
.product-about .product-instock {
  display: inline-flex;
  align-items: center;
  color: var(--title-color);
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 700;
  gap: 10px;
  margin-bottom: 30px;
}
.product-about .product-instock > p {
  margin-bottom: 0;
  color: var(--title-color);
}
.product-about .product-instock > span {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  font-family: var(--body-font);
  color: var(--text-color);
  gap: 5px;
  font-weight: 400;
}

.product-about .star-rating:before,
.product-about .star-rating span:before {
  color: var(--theme-color);
  transform: translate(0%, 0%);
  font-weight: 700;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.product-big-img {
  background-color: var(--body-color);
  margin-bottom: 0px;
  text-align: center;
  border-radius: 20px;
  padding: 80px 120px;
}
.product-big-img img {
  width: 100%;
}

.product-thumb-slide {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .product-thumb-slide {
    max-width: 100%;
  }
}
.product-thumb-slide.row {
  --bs-gutter-x: 20px;
}
.product-thumb-slide .thumb {
  background-color: #f1f1f1;
  overflow: hidden;
  transition: all ease 0.4s;
  border: 1px solid rgba(203, 203, 203, 0.3);
  cursor: pointer;
  border-radius: 0px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .product-thumb-slide .thumb {
    margin-bottom: 0;
    margin: 0 7.5px;
  }
}
.product-thumb-slide .thumb img {
  transition: all ease 0.4s;
  width: 100%;
}
.product-thumb-slide .thumb:hover {
  border-color: var(--theme-color);
}
.product-thumb-slide .slick-current .thumb {
  border-color: var(--theme-color);
}

.qty-btn {
  background: var(--theme-color);
  border: 0;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  margin: -4px 0;
  color: var(--white-color);
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.qty-btn:hover {
  background-color: var(--theme-color);
}

.product-about .product-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1;
  margin: 0 0 25px 0;
  font-family: var(--title-font);
}

.vs-product-wrapper .product-about .star-rating {
  overflow: hidden;
  position: relative;
  width: 85px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
.vs-product-wrapper .product-about .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--theme-color);
  letter-spacing: 2px;
  transform: translate(0%, 0%);
  font-weight: 700;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.vs-product-wrapper .product-rating {
  display: inline-flex;
  margin: 0 0 30px 0;
}
.vs-product-wrapper .product-rating__total {
  color: var(--title-color);
}
.vs-product-wrapper .product-author {
  font-size: 16px;
  margin-bottom: 30px;
}
.vs-product-wrapper .product-author a {
  text-decoration: underline;
}
.vs-product-wrapper .product-about .product-title {
  margin-bottom: 10px;
}
.vs-product-wrapper .product-about .actions .vs-btn {
  padding: 12px 55px;
  min-height: 50px;
  display: inline;
}

.vs-product-wrapper .product-about .actions .vs-btn:hover {
  background-color: var(--title-color);
}
.vs-product-wrapper .product-about .actions .vs-btn::after, .vs-product-wrapper .product-about .actions .vs-btn::before {
  background-color: var(--title-color);
}
.vs-product-wrapper .product-about .actions .icon-btn {
  border-radius: 50%;
}
.vs-product-wrapper .product-about .actions .icon-btn:hover {
  background-color: var(--title-color);
}
.vs-product-wrapper .product-about .qty-btn {
  transition: all 0.5s ease;
}

.vs-product-wrapper .product-about .qty-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.vs-product-wrapper .quantity {
  border-radius: 30px;
  overflow: hidden;
}

.product-about .product-price del {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.product-about .product-text {
  margin-bottom: 24px;
}

.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}

.product-about .actions .vs-btn {
  padding: 17px 55px;
  min-height: 50px;
  clip-path: none;
  flex: auto;
  background: var(--theme-color);
}

.product-about .actions .vs-btn::after,
.product-about .actions .vs-btn::before {
  background-color: var(--theme-color);
}

.product-about .actions .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--silverLight-color);
  font-size: 20px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.product-about .actions .icon-btn::before {
  background-color: var(--theme-color);
  --border-size: 0;
}

.product-about .actions .icon-btn:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}

.product-about .product-getway {
  padding-top: 30px;
}

.product-about .getway-title {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 700;
  margin: -0.15em 0 15px 0;
  line-height: 1;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}

.product_meta > span > a {
  color: var(--title-color);
}
.product_meta > span > a:hover {
  color: var(--theme-color);
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 5px;
}

.product_meta > span > a:not(:last-child)::after,
.product_meta > span > span:not(:last-child)::after {
  content: ",";
  margin-right: 3px;
}

.product-description {
  background: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
}
.product-description .tab-content {
  border-bottom: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
  border-radius: 0 0 20px 20px;
}
.product-description .description .comment-list {
  margin: 0 0 0 0;
}
.product-description .product_meta > span > p {
  font-size: 16px;
}
.product-description__tab .nav {
  border: none;
  background-color: var(--body-color);
  padding: 0px 25px 0 25px;
}
@media (max-width: 767px) {
  .product-description__tab .nav .nav-item {
    width: 100%;
  }
}
.product-description__tab .nav .nav-link {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--title-font);
  padding: 17px 39px 17px 39px;
  border: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.product-description__tab .nav .nav-link .product-description__tab .nav .nav-link:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .product-description__tab .nav .nav-link {
    padding: 17px 19px 17px 19px;
  }
}
@media (max-width: 767px) {
  .product-description__tab .nav .nav-link {
    width: 100%;
    padding: 17px 0px 17px 0;
    font-size: 16px;
  }
}
.product-description__tab .nav .nav-link::before, .product-description__tab .nav .nav-link::after {
  position: absolute;
  content: "";
  transition: all ease 0.4s;
}
.product-description__tab .nav .nav-link::before {
  width: 0%;
  min-height: 100%;
  background-color: var(--white-color);
  bottom: 0px;
  left: auto;
  right: 0;
  z-index: -1;
}
.product-description__tab .nav .nav-link::after {
  display: none;
}
.product-description__tab .nav .nav-link.active {
  color: var(--theme-color);
}
.product-description__tab .nav .nav-link.active::before {
  width: 100%;
  left: 0;
  right: 0;
}
.product-description__tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.product-description .vs-comments-wrap .comment-content {
  position: unset;
}
.product-description .commented-on {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 14px;
  margin-bottom: 0;
}
.product-description .vs-comment-form {
  background-color: var(--body-color);
  padding: 60px 40px;
  border-radius: 20px;
}

.list-style2 li {
  color: var(--charcoalGreyDeep-color);
  font-weight: 400;
}
.list-style2 li::before {
  margin-top: 7px;
  margin-right: 15px;
}

.product-information__item {
  background-color: #f5f5f5;
  min-height: 66px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--black-color);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-information__item {
    font-size: 16px;
  }
}
.product-information__item:last-child {
  margin-bottom: 0;
}
.product-information__name {
  color: var(--theme-color);
  background-color: var(--white-color);
  min-height: 66px;
  border: 1px solid var(--theme-color);
  display: inline-flex;
  align-items: center;
  min-width: 310px;
  padding: 10px 47px;
  margin-right: 24%;
}
@media (max-width: 991px) {
  .product-information__name {
    min-width: 180px;
    padding: 10px 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .product-information__name {
    min-width: 140px;
  }
}

.woocommerce-reviews,
.description {
  padding: 40px 40px;
}
.woocommerce-reviews .text,
.description .text {
  color: var(--text-color);
}
.woocommerce-reviews textarea,
.description textarea {
  border-radius: 20px !important;
}

.description .product_meta {
  margin-bottom: 15px;
}
.description .text:last-child {
  margin-bottom: 0;
}

.woocommerce-reviews .blog-inner-title {
  margin-bottom: 14px;
}
.woocommerce-reviews .rating-select {
  margin-bottom: 35px;
}
.woocommerce-reviews .vs-comments-wrap {
  margin: 0;
  margin-bottom: 40px;
}
.woocommerce-reviews .vs-comments-wrap ul.comment-list {
  margin: 0 0 0 0;
}
.woocommerce-reviews .vs-comments-wrap .vs-comment-item {
  margin-bottom: 30px;
}
.woocommerce-reviews .vs-comments-wrap .vs-comment-item:last-child {
  margin-bottom: 0;
}
.woocommerce-reviews .comment-respond {
  margin-bottom: 0;
}
.woocommerce-reviews .comment-respond .vs-btn {
  width: 100%;
}
.woocommerce-reviews .comment-respond .vs-btn:hover {
  background-color: var(--title-color);
}
.woocommerce-reviews .comment-respond .vs-btn::after, .woocommerce-reviews .comment-respond .vs-btn::before {
  background-color: var(--title-color);
}

.product-details-img {
  margin-top: 0;
}
.product-details-img .product-img {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  min-height: 550px;
  overflow: hidden;
}
.product-details-img .img {
  padding: 115px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbs-item {
  list-style: none;
  padding: 18px 10px;
  margin: 0 5px;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 10px;
  border: 1px solid transparent;
}
.thumbs-item:hover {
  border-color: var(--theme-color);
}
.thumbs-item.slick-center {
  border: 1px solid var(--theme-color);
}

.control-thumbs {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.control-thumbs img {
  width: 77px;
  height: 70px;
  cursor: pointer;
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
}

.shop-result-count {
  margin-bottom: 0;
}

.shop-details {
  margin-bottom: 45px;
}

.sku_wrapper {
  display: flex;
}

.sku_wrapper p {
  font-weight: 600;
  margin-right:8px;
  color: var(--title-color);
}

.product-description{
    border: 1px solid var(--theme-color);
    border-top: 0;
    border-radius: 0 0 20px 20px;
}

.product-desc-heading {
      padding: 10px 20px;
    background: #F8EBE5;
    margin: 0;
    border-radius: 20px 20px 0 0;
}

/* Medium devices */
@media (max-width: 991px) {
  .product-description__tab .nav {
    padding: 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-reviews, .description {
    padding: 40px 15px;
  }
  .product-description .vs-comment-form {
    padding: 40px 15px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 390px) {
  .vs-comments-wrap .vs-post-comment {
    padding: 55px 15px 30px 15px;
  }
  .product-description .commented-on {
    right: unset;
    left: 15px;
    top: 20px;
  }
  .product-description .tab-content {
    border: none;
  }
  .woocommerce-reviews, .description {
    padding: 40px 0px;
    border: none;
  }
  .vs-comments-wrap .comment-avater {
    margin-bottom: 0px;
  }
}


/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  text-align: left;
  color: var(--title-color);
  background-color: var(--body-color);
  border-radius: 20px;
  padding: 35px 40px;
  margin: 35px 0;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 65%;
  width: 4px;
  background-color: var(--secondary-color);
  border-radius: 10px;
}
blockquote p {
  font-family: inherit;
  color: var(--text-color);
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.6;
  position: relative;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 150%;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background-color: var(--theme-color);
}
blockquote .quote-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

blockquote.vs-quote cite {
  padding: 0;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
blockquote.vs-quote cite::before {
  position: static;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
  display: inline-block;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.blog--layout2 {
  padding-top: 235px;
  margin-top: -155px;
}

.blog-group-imgs img {
  border-radius: 20px;
  width: 100%;
}

.vs-blog {
  border-radius: 20px;
  overflow: hidden;
}
.vs-blog .blog-video {
  border-radius: 20px;
  overflow: hidden;
}
.vs-blog .blog-video,
.vs-blog .blog-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vs-blog .blog-video .play-btn,
.vs-blog .blog-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}


.vs-blog .blog-video .play-btn::before, .vs-blog .blog-video .play-btn::after,
.vs-blog .blog-img .play-btn::before,
.vs-blog .blog-img .play-btn::after {
  background-color: var(--theme-color);
}
.vs-blog .blog-video .play-btn:hover i,

.vs-blog .blog-video .play-btn:hover::before, .vs-blog .blog-video .play-btn:hover::after,
.vs-blog .blog-img .play-btn:hover::before,
.vs-blog .blog-img .play-btn:hover::after {
  background-color: var(--title-color);
}
.vs-blog .blog-video .slick-prev.slick-arrow,
.vs-blog .blog-img .slick-prev.slick-arrow {
  left: 5%;
}
.vs-blog .blog-video .slick-next.slick-arrow,
.vs-blog .blog-img .slick-next.slick-arrow {
  left: auto;
  right: 5%;
}
.vs-blog .blog-video__img,
.vs-blog .blog-img__img {
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all 0.6s ease-in-out;
}
.vs-blog .blog-video::before, .vs-blog .blog-video::after,
.vs-blog .blog-img::before,
.vs-blog .blog-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: var(--title-color);
  right: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}
.vs-blog .blog-video::after,
.vs-blog .blog-img::after {
  top: 0;
  opacity: 0.35;
}
.vs-blog .blog-video::before,
.vs-blog .blog-img::before {
  bottom: 0;
  opacity: 0.35;
}
.vs-blog .blog-date {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-family: var(--title-font);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  border: 5px solid var(--theme-color);
  height: 60px;
  line-height: normal;
  z-index: 2;
  transition: all 0.5s ease;
}
.vs-blog .blog-date strong {
  display: block;
  color: var(--theme-color);
  line-height: 100%;
  font-size: 24px;
  font-weight: 700;
}
.vs-blog .blog-title {
  font-size: 24px;
  line-height: 1.41666667;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--theme-color);
}
.vs-blog .blog-title > a:hover {
  color: var(--theme-color);
}
.vs-blog .blog-content {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 0 0 20px 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .vs-blog .blog-content {
    padding: 15px;
  }
}
.vs-blog .vs-btn {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 8px 32px;
  height: 47px;
  line-height: 170%;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 10px;
}
.vs-blog .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-sidebar2 .blog-title {
  font-size: 40px;
}

.blog-layout1 .blog-content {
  padding: 35px 30px 30px 30px;
}
.blog-layout1 .blog-date {
  transform: rotate(-90deg);
  bottom: 41%;
  left: -17%;
  height: auto;
}

.blog-style1 {
  border-bottom: 2px solid var(--theme-color);
  transition: all 0.5s ease;
}
.blog-style1 .blog-content {
  background-color: var(--body-color);
  padding: 25px 40px 40px;
}
.blog-style1:hover {
  border-color: var(--title-color);
}
.blog-style1:hover .blog-content {
  background-color: var(--secondary-color);
  border-color: var(--theme-color);
}
.blog-style1:hover .blog-img__img {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}
.blog-style1:hover .blog-img::before, .blog-style1:hover .blog-img::after {
  height: 100%;
}
.blog-style1:hover .blog-date {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}
.blog-style1:hover .blog-date strong,
.blog-style1:hover .blog-date span {
  color: var(--white-color);
}
.blog-style1:hover .blog-title {
  border-color: var(--body-color);
}
.blog-style1:hover .blog-title a {
  color: var(--white-color);
}
.blog-style1:hover .blog-title a:hover {
  color: var(--title-color);
}
.blog-style1:hover .blog-meta a {
  color: var(--body-color);
}

.blog-style1:hover .blog-text {
  color: var(--body-color);
}
.blog-style1:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.blog-style1:hover .vs-btn::after, .blog-style1:hover .vs-btn::before {
  background-color: var(--title-color);
}
.blog-style1:hover .vs-btn:hover {
  color: var(--white-color);
}
.blog-style1:hover .icon-btn {
  background-color: var(--title-color);
}
.blog-style1:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}
.blog-style1:hover .member-links {
  background-color: var(--title-color);
}
.blog-style1:hover .member-links a {
  color: var(--white-color);
}

.social-media {
  position: relative;
  cursor: pointer;
}
.social-media .member-links {
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 40px;
  text-align: center;
  background-color: var(--title-color);
  border-radius: 10px;
  padding: 12px 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-style: preserve-3d;
  transform: scaley(0);
  transform-origin: bottom;
}
.social-media .member-links a {
  color: var(--white-color);
  font-size: 14px;
  display: block;
  transition: all 0.5s ease;
}
.social-media .member-links a:not(:last-child) {
  margin-bottom: 5px;
}
.social-media .member-links a:hover {
  color: var(--theme-color);
}
.social-media .member-links.active {
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
.social-media:hover .member-links {
  visibility: visible;
  opacity: 1;
  transform: scaley(1);
}

.blog-meta {
  margin-bottom: 22px;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #fff;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-color);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}


.list-style1 ul li {
  color: var(--text-color);
  position: relative;
  text-transform: capitalize;
  padding-left: 30px;
  font-weight: 400;
  font-family: var(--body-font);
  line-height: 160%;
}
.list-style1 ul li:not(:last-child) {
  margin-bottom: 10px;
}


.title-shep {
  position: relative;
  padding-bottom: 10px;
}
.title-shep:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 60px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 10px;
}
.title-shep:after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: 0px;
  width: 20px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 10px;
}

.blog-inner-title {
  font-size: 40px;
  margin-top: -0.2em;
  margin-bottom: 40px;
  line-height: 125%;
}

.blog-single {
  position: relative;
  margin-bottom: 30px;
  background: var(--white-color);
  padding: 0.1px 0 0.1px 0;
  border: 1px solid var(--border-color);
}
.blog-single .blog-inner-img {
  margin-bottom: 25px;
}
.blog-single .blog-meta {
  margin: -0.2em 0 20px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
}

.blog-single .share-links-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  display: inline-block;
  line-height: 150%;
}
.blog-single .share-links {
  margin: 50px 0 80px 0;
  padding: 40px 0 20px;
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
}
.blog-single .share-links .tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 0;
  gap: 10px;
  margin-bottom: 20px;
}
.blog-single .share-links .tagcloud .share-links-title {
  margin-right: 10px;
}
.blog-single .share-links .tagcloud a {
  border-radius: 0;
  color: var(--text-color);
  background-color: var(--body-color);
  text-transform: capitalize;
  display: inline-flex;
  font-family: var(--body-font);
  align-items: center;
  padding: 7px 10px;
  min-height: 30px;
  border: 0;
  font-weight: 400;
  border-radius: 5px;
}
.blog-single .share-links .tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  background-color: transparent;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio::before,
.blog-single .blog-img::before {
  display: none;
}
.blog-single .blog-audio::after,
.blog-single .blog-img::after {
  opacity: 0.3;
  height: 100%;
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.blog-single .social-links a {
  transition: all 0.5s ease;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.blog-single .social-links .share-links-title {
  margin-right: 10px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-links li {
  display: inline-block;
}
.social-links li:not(:last-child) {
  margin-right: 5px;
}
.social-links a {
  min-height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  border: none;
}
.social-links a:hover {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.blog-author {
  background-color: var(--theme-color);
  padding: 40px;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.blog-author .media-img {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}
.blog-author .media-img img {
  border-radius: 20px;
}
.blog-author .title-shep {
  padding-bottom: 15px;
}
.blog-author .title-shep::after, .blog-author .title-shep::before {
  background-color: var(--theme-color);
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: var(--white-color);
  margin-bottom: 5px;
}
.blog-author .author-name a {
  color: var(--white-color);
}
.blog-author .author-name a:hover {
  color: var(--theme-color);
}
.blog-author .author-degi {
  color: var(--body-color);
  margin-bottom: 24px;
}
.blog-author .author-text {
  margin-bottom: 0px;
}
.blog-author .social-links {
  position: absolute;
  top: 30px;
  right: 30px;
}
.blog-author .social-links a {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.blog-author .social-links a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
}
.blog-details .blog-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
.blog-details .blog-img img {
  width: 100%;
}
.blog-details .blog-img .blog-tag {
  background-color: var(--theme-color);
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  color: var(--body-color);
  padding: 17px 40px;
  position: absolute;
  top: 40px;
  left: 40px;
  transition: all 0.5s ease;
}
.blog-details .blog-img .blog-tag:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}
.blog-details .blog-img::after {
  display: none;
}
.blog-details .blog-img .blog-meta {
  position: absolute;
  bottom: 30px;
  background-color: var(--theme-color);
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  padding: 17px 40px;
  text-align: center;
  width: 100%;
  max-width: 645px;
  justify-content: space-between;
  border-left: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
}
.blog-details .blog-img .blog-meta a {
  color: var(--white-color);
}


.blog-details .blog-content {
  margin: 0;
}
.blog-details .blog-title {
  font-size: 48px;
  line-height: 120%;
  border: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.blog-text {
  color: var(--text-color);
}

.blog-standard .blog-date {
  left: 30px;
  transform: unset;
}
.blog-standard .vs-blog .vs-btn {
  padding: 17px 41px;
}
.blog-standard .vs-blog .blog-content {
  padding: 55px 40px 50px;
}
.blog-standard .vs-blog .blog-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.blog-standard .vs-blog .blog-text {
  margin-bottom: 30px;
}

.blog-style2 {
  display: inline-flex;
  align-items: center;
  background-color: var(--body-color);
  border-right: 2px solid var(--theme-color);
  transition: all 0.5s ease;
}
.blog-style2 .blog-title {
  font-size: 24px;
}
.blog-style2 .blog-content {
  background-color: transparent;
}
.blog-style2 .blog-img {
  max-width: 420px;
  width: 100%;
}
.blog-style2 .blog-img img {
  width: 100%;
}
.blog-style2 .blog-date {
  top: 20px;
  left: 20px;
}
.blog-style2:hover {
  background-color: var(--secondary-color);
  border-color: var(--title-color);
}
.blog-style2:hover .blog-content {
  border-color: var(--theme-color);
}
.blog-style2:hover .blog-img__img {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}
.blog-style2:hover .blog-img::before, .blog-style2:hover .blog-img::after {
  height: 100%;
}
.blog-style2:hover .blog-date {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}
.blog-style2:hover .blog-date strong,
.blog-style2:hover .blog-date span {
  color: var(--white-color);
}
.blog-style2:hover .blog-title {
  border-color: var(--body-color);
}
.blog-style2:hover .blog-title a {
  color: var(--white-color);
}
.blog-style2:hover .blog-title a:hover {
  color: var(--title-color);
}
.blog-style2:hover .blog-meta a {
  color: var(--body-color);
}


.blog-style2:hover .blog-text {
  color: var(--body-color);
}
.blog-style2:hover .vs-btn {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.blog-style2:hover .vs-btn::after, .blog-style2:hover .vs-btn::before {
  background-color: var(--title-color);
}
.blog-style2:hover .vs-btn:hover {
  color: var(--white-color);
}
.blog-style2:hover .icon-btn {
  background-color: var(--title-color);
}
.blog-style2:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}
.blog-style2:hover .member-links {
  background-color: var(--title-color);
}
.blog-style2:hover .member-links a {
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-details .blog-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
  .blog-style3 .blog-content {
    padding: 25px 25px 30px 25px;
  }
  .blog-style4 {
    padding: 10px;
  }
  .blog-style4 .blog-content {
    padding: 0 15px 20px 15px;
  }
  .blog-style4 .blog-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .blog-style2 {
    display: block;
    border: none;
  }
  .blog-style2 .blog-img {
    max-width: 100%;
  }
  .blog-style2 .blog-content {
    padding: 30px;
  }
  .blog-author {
    padding: 30px;
    display: block;
    text-align: center;
  }
  .blog-author .social-links {
    position: relative;
    top: 30px;
    right: unset;
    text-align: center;
    justify-content: center !important;
  }
  .blog-author .media-img {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .blog-details .blog-img {
    margin-bottom: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-blog .blog-title {
    font-size: 22px;
  }
  .blog-details .blog-img {
    margin-bottom: 40px;
  }
  .blog-details .blog-title {
    font-size: 32px;
  }
  .blog-single .social-links {
    justify-content: start;
  }
 
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
    font-size: 16px;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-details .blog-title {
    font-size: 28px;
  }
 
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta {
    display: block;
  }
  .blog-details .blog-img .blog-meta {
    padding: 10px;
    bottom: 5px;
    max-width: 90%;
  }
  .blog-details .blog-img .blog-tag {
    top: 5px;
    left: 5px;
    padding: 10px 20px;
  }
}
@media (max-width: 399px) {
  .blog-layout1 .blog-content {
    padding: 25px 20px 40px;
  }
  .blog-layout1 .blog-date {
    width: initial;
  }
  .blog-style1 .blog-content {
    padding: 25px 20px 40px;
  }
}

.feature-style2 {
  text-align: center;
}
.feature-style2 .feature-img {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.feature-style2 .feature-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.feature-style2 .feature-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: #D16655;
  background: linear-gradient(179deg, rgba(209, 102, 85, 0) 0%, rgba(209, 102, 85, 0.71) 100%);
  transition: all 0.5s ease;
}
.feature-style2 .feature-title {
  font-size: 20px;
}
.feature-style2 .feature-title:hover a {
  color: var(--theme-color);
}
.feature-style2:hover .feature-img::after {
  height: 100%;
}
.feature-style2:hover .feature-img img {
  transform: scale(1.1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .feature-style1 {
    padding: 20px;
  }
}
@media (max-width: 399px) {
  .feature-style2 .feature-title {
    font-size: 15px;
  }
}
/*------------------- 4.11. About  -------------------*/
.about-layout1 .about-img {
  border-radius: 20px;
  overflow: hidden;
}
.about-layout1 .about-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}
.about-layout1 .about-img:hover img {
  transform: scale(1.1);
}
.about-layout1 .sec-title {
  margin-bottom: 0;
  max-width: 25ch;
}
.about-layout1 .about-text {
  color: var(--text-color);
  max-width: 65ch;
}
.about-layout1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 35px);
}
.about-layout1 .list-style1 {
  margin-bottom: 40px;
}
.about-layout1 .list-style1 .list-unstyled {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-layout1 .list-style1 .list-unstyled li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #565656;
  font-family: var(--title-font);
  padding-left: 50px;
  line-height: 40px;
}
.about-layout1 .list-style1 .list-unstyled li i {
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  border-radius: 10px;
}
.about-layout1 .about-box {
  display: inline-flex;
  align-items: center;
}
.about-layout1 .about-box .about-img {
  margin-right: 30px;
}
.about-layout1 .vs-btn {
  padding: 12px 34px;
}

.video-style1 {
  padding: 140px 0;
}
.video-style1 .sec-title {
  color: var(--white-color);
  font-size: 40px;
  max-width: 15ch;
  margin: 0 auto 50px auto;
}
.video-style1 .video-btn .play-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.video-style1 .video-btn .play-btn:hover i {
  color: var(--theme-color);
  background-color: var(--white-color);
}
.video-style1 .video-btn .play-btn:hover::before, .video-style1 .video-btn .play-btn:hover::after {
  background-color: var(--white-color);
}

.author-details .author-img {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.author-details .author-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.author-details .author-img:hover img {
  transform: scale(1.1);
}
.author-details .author-content .text {
  color: var(--text-color);
}
.author-details .social-title {
  font-size: 30px;
}
.author-details .author-social {
  margin-top: 45px;
}
.author-details .border-line {
  bottom: 0;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, -50%);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-layout1 .list-style1 .list-unstyled li {
    align-items: start;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-layout1 .sec-title {
    font-size: 32px;
    max-width: 100%;
  }
  .about-layout1 .list-style1 .list-unstyled li {
    align-items: center;
    line-height: inherit;
  }
  .about-layout1 .list-style1 .list-unstyled li i {
    top: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-layout1 .list-style1 .list-unstyled li {
    font-size: 16px;
  }
  .video-style1 {
    padding: 80px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-layout1 .about-box {
    display: block;
  }
  .about-layout1 .about-box .about-img {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .about-layout1 .list-style1 .list-unstyled {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}