/*===============================================
Template Name: Pet Shop - Cat Store & Pet Food Shop HTML5 Template
Author:  https://templatemonster.com/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Pet Shop
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Cat Shop Header Top Menu Section Css
02. Cat Shop Nav Menu Section Css 
03. Cat Shop Banner Section Css
04. Cat Shop Section Title Css
05. Cat Shop Service Section css
06. Cat Shop About Section Css
07. Cat Shop Counter Section Css
08. Cat Shop Case Study Section Css
09. Cat Shop Testimonial Section Css
10. Cat Shop Process Section Css
11. Cat Shop Team Section Css
12. Cat Shop Faq Section Css
13. Cat Shop Brand Section Css
14. Cat Shop Call Do Section Css
15. Cat Shop Form Box Css
16. Cat Shop Skill Section Css
17. Cat Shop Blog Section Css
18. Cat Shop footer Section Css
19. Cat Shop Subscribe Section Css
20. Cat Shop Lines CSS
21. Cat Shop Prossess Ber Css
22. Cat Shop Scrollup Section
23. Cat Shop Bounce Animation Css 
24. Cat Shop Animation Dance
25. Cat Shop Breadcumb Section Css
26. Cat Shop abouts_Sections Css
27. Cat Shop Feture-Section Css
28. Cat Shop Pricing Section Css
29. Cat Shop Web Development Section CSS
30. Cat Shop Contact  US Css
31. Cat Shop Blog Sidber Widget CSS
32. Cat Shop Case Study Details Css
33. Cat Shop Search Box Css
34. Cat Shop Loader Css
=======================*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Reset Code & Common Start Here -->
<!-- ============================================================== -->*/

.cat-shop-section-title h1 {
  font-size: 42px;
  line-height: 50px;
  color: #062e5f;
  font-weight: 800;
  font-family: "Nunito";
}

.cat-shop-section-title.style2 h1 {
  font-size: 60px;
  line-height: 70px;
}

.cat-shop-section-sub-title h4 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #ff791f;
  font-weight: 800;
  font-family: "Nunito";
}

.cat-shop-section-title h1 span {
  color: #ff791f;
}

.cat-shop-btn a,
.cat-shop-btn button {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito";
  background: #ff7a1f;
  border-radius: 5px;
  padding: 12px 70px 12px 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.cat-shop-btn i {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #ff7a1f;
  line-height: 35px;
  text-align: center;
  font-size: 28px;
  transition: 0.5s;
  margin-left: 8px;
  margin-top: -1px;
}

.cat-shop-btn a:hover i,
.cat-shop-btn button:hover i {
  background: #8b66d8;
  color: #fff;
  filter: hue-rotate(360deg);
}

.cat-shop-btn.style2 i {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: transparent;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  transition: 0.5s;
  padding-left: 0px;
}

.cat-shop-btn.style2 a:hover i {
  color: #fff;
  padding-left: 6px;
  background: transparent;
}

.cat-shop-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #062e5f;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cat-shop-btn a:hover span,
.cat-shop-btn button:hover span {
  width: 40rem;
  height: 40rem;
}

.cat-shop_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 70px 0;
  margin-bottom: -95px;
  border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(254, 254, 254, 0.1);
  box-shadow: 0 2px 5px -2px rgba(254, 254, 254, 0.1);
  background: #ffffff;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms ease-in-out slideInDown;
  animation: 500ms ease-in-out slideInDown;
  backdrop-filter: blur(5px);
  filter: drop-shadow(0 0 17.5px rgba(156, 156, 156, 0.20));
}

.sticky nav.header-menu {
  background: transparent;
}

.sticky nav.header-menu ul li {
  display: inline-block;
  padding: 24px 0 24px 24px;
  position: relative;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Reset Code & Common End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Header Menu Start Here -->
<!-- ============================================================== -->*/

nav.header-menu {
  text-align: center;
}

nav.header-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 35px 0 35px 46px;
}

nav.header-menu ul li:first-child {
  padding-left: 0;
}

nav.header-menu ul li:first-child a {
  color: #6839cc;
}

nav.header-menu ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #062e61;
  font-weight: 600;
  font-family: "Nunito";
  transition: 0.5s;
}

nav.header-menu ul li a:focus-within,
nav.header-menu ul li:hover a {
  color: #6839cc;
  filter: hue-rotate(360deg);
}

nav.header-menu i {
  font-size: 12px;
  transform: rotate(0deg);
  transition: 0.5s;
}

nav.header-menu ul li:focus-within i,
nav.header-menu ul li:hover i {
  transform: rotate(-180deg);
  color: #6839cc;
}

.sticky nav .submenu ul li {
  padding: 0;
}

.header-menu-right {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: right;
}

.header-search {
  position: relative;
}

.header-search input {
  width: 280px;
  height: 50px;
  border-radius: 4px;
  background-color: #e9f2f7;
  border: none;
  padding: 10px 20px;
}

.header-search button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ff791f;
  border: none;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  right: 10px;
  top: 10px;
}

.header-search button:hover {
  filter: hue-rotate(360deg);
}

.header-menu-btn ul li {
  display: inline-block;
}

.header-menu-btn li a {
  color: #072f60;
  font-size: 18px;
  transition: 0.5s;
  position: relative;
}

.header-menu-btn ul li:nth-child(1) {
  margin-right: 40px;
  border: none;
  background: transparent;
  position: relative;
}

.header-menu-btn ul li:nth-child(1):before {
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  height: 30px;
  width: 1px;
  background: #072f6033;
}

.header-menu-btn small {
  position: absolute;
  top: -7px;
  right: -3px;
  border-radius: 30px;
  height: 18px;
  width: 16px;
  background: #ff791f;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.header-menu-btn ul li:nth-child(2) {
  margin-right: 14px;
}

.header-menu-bar div {
  width: 20px;
  height: 2px;
  background: #072f60;
  margin: 4px;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.header-menu-bar:focus-within .line1 {
  transform: rotate(-45deg) translate(-4px, 4px);
}

.header-menu-bar:focus-within .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.header-menu-bar:focus-within .line3 {
  transform: rotate(45deg) translate(-4px, -4px);
}

.header-menu-bar div:last-child {
  margin-bottom: 0;
}

/* Submenu Start Here */

nav.header-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.submenu {
  position: absolute;
  top: 99px;
  left: 0;
  width: 205px;
  background: #fff;
  z-index: 50;
  border-top: 3px solid #ff791f;
  transition: 0.4s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  filter: drop-shadow(5px 5px 5px rgba(60, 115, 206, 0.2));
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sticky .submenu {
  top: 76px;
}

nav .submenu > ul > li {
  display: block;
  width: 100%;
  background: #fff;
  transition: 0.4s;
  padding: 0;
  position: relative;
  z-index: 1;
}

nav .submenu ul li:last-child {
  margin-left: 0;
  padding-left: 0;
}

nav .submenu ul li:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #ff791f;
  top: 0;
  right: -15px;
  transform: skewX(-35deg);
  transition: 0.4s;
  z-index: -1;
}

nav .submenu ul li:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #c39e75;
  top: 0;
  left: -15px;
  transform: skewX(-35deg);
  transition: 0.4s;
  z-index: -1;
}

nav .submenu ul > li > a {
  color: #282828 !important;
  transition: 0.4s;
  width: 100%;
  padding: 8px 20px;
}

nav .submenu ul > li:first-child > a {
  color: #282828;
  font-weight: 500;
}

nav .submenu ul li:hover a {
  color: #fff !important;
}

nav .submenu ul li:hover:before,
nav .submenu ul li:hover:after {
  background: #ff791f;
  filter: hue-rotate(360deg);
  width: 58%;
}

/* Submenu End Here */

/*<!-- ============================================================== -->
 <!-- Cat Shop Header Menu End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Banner Section Start Here -->
<!-- ============================================================== -->*/

.banner-bg {
  height: 905px;
  display: flex;
  align-items: center;
  background: url(../image/banner-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-content > * {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.banner-sub-title h6 {
  font-size: 16px;
  line-height: 30px;
  color: #ff791f;
  font-weight: 700;
  font-family: "Nunito";
  position: relative;
  padding-left: 50px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}

.slick-active .banner-sub-title h6 {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.banner-content > * {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.banner-content > *:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner-content > *:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.banner-content > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.banner-content > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.banner-thumb {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.banner-thumb img {
  width: 100%;
}

/* Active Slide Animation */
.slick-active .banner-content > * {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slick-active .banner-thumb {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.banner-sub-title h6:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #ff791f;
}

.banner-title h1 {
  font-size: 62px;
  line-height: 70px;
  color: #062e5f;
  font-weight: 800;
  font-family: "Nunito";
  margin: 14px 0 16px;
}

.banner-title span {
  color: #ff791f;
}

.banner-desc p {
  font-size: 22px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  font-family: "Nunito";
  margin-bottom: 38px;
  width: 80%;
}

.banner-shape1 {
  position: absolute;
  top: -1rem;
  right: 0rem;
  -webkit-animation: dance2 2s alternate infinite;
  animation: dance2 2s alternate infinite;
}

.banner-shape2 {
  position: absolute;
  top: 7.2rem;
  left: 10.2rem;
  -webkit-animation: Rotateme 1.5s alternate infinite;
  animation: Rotateme 1.5s alternate infinite;
}

.banner-shape3 {
  position: absolute;
  top: 6rem;
  left: 9rem;
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

.banner-shape4 {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

.banner-shape5 {
  position: absolute;
  top: 14rem;
  left: 46%;
  -webkit-animation: Dance 2.5s alternate infinite;
  animation: Dance 2.5s alternate infinite;
}

.banner-shape6 {
  position: absolute;
  bottom: 13rem;
  left: 50%;
  -webkit-animation: Rotateme 1.5s linear infinite;
  animation: Rotateme 1.5s linear infinite;
}

span.slick-next {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 50px;
}

span.slick-prev {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 0 50px 0 0;
}

span.slick-prev i,
span.slick-next i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  font-size: 30px;
  color: #fff;
  background: #ff791f;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  display: inline-block;
}

span.slick-next i:after,
span.slick-prev i:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #062e5f;
  border-radius: 30px;
  transition: 0.5s;
  z-index: -1;
}

span.slick-prev i:hover:after,
span.slick-next i:hover:after {
  width: 100%;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Banner Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Category Section Start Here -->
<!-- ============================================================== -->*/

section.category-section {
  padding: 100px 0 70px;
}

.category-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin: 58px 0 92px;
}

.category-item {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}

.category-thumb {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.category-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  background-color: #ff791f;
  opacity: 70%;
  border-radius: 100%;
}

.category-item.active .category-thumb:before,
.category-item:hover .category-thumb:before {
  transform: scale(1);
}

.category-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0) rotate(360deg);
  transition: 0.5s;
}

.category-item.active .category-content,
.category-item:hover .category-content {
  transform: translateY(-50%) scale(1) rotate(0deg);
}

.category-title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
}

.category-capecity p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Nunito";
}

.category-single-box {
  display: flex;
  align-items: center;
  padding: 42px 32px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.category-single-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  clip-path: polygon(100% 100%, 100% 100%, 100% 0%, 0% 0%);
  transform: scale(0);
  transform-origin: top right;
  background-image: linear-gradient(-86deg, #dd1d25 0%, #fb9737 100%);
  pointer-events: none;
  transition: all 400ms ease-in-out;
  opacity: 60%;
  z-index: -1;
}

.category-single-box.active:before,
.category-single-box:hover:before {
  transform: scale(1);
}

.category-box-content {
  width: 48%;
}

.category-box-sub-title h6 {
  font-size: 16px;
  line-height: 28px;
  color: #dd1d26;
  font-weight: 600;
  font-family: "Nunito";
}

.category-box-title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  font-family: "Outfit";
  margin: 12px 0 30px;
}

.category-single-box.active span,
.category-single-box:hover span {
  width: 40rem;
  height: 40rem;
}
.category-single-box.active i,
.category-single-box:hover i {
  background: #8b66d8;
  color: #fff;
  filter: hue-rotate(360deg);
}

.category-box-thumb img {
  width: 100%;
}

.category-single-box.style1 {
  background: #b6b5b5;
  padding: 42px 32px 32px;
}

.category-single-box.style2 {
  background: #d1d1d1;
}

.category-single-box.style3 {
  background: #eeeeee;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Category Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Collection Section Start Here -->
<!-- ============================================================== -->*/

section.collection-section {
  text-align: center;
  padding: 100px 0 70px;
  background-color: #f6f6f6;
}

.collection-box {
  margin-top: 52px;
}

.collection-single-box {
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.collection-box-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.collection-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.collection-single-box.active .collection-box-thumb img,
.collection-single-box:hover .collection-box-thumb img {
  transform: scale(1.1);
}

.collection-box-content {
  border-radius: 0 0 5px 5px;
  background: #f6f6f6;
  padding: 22px 0 24px;
  position: relative;
  transition: 0.5s ease;
}

.collection-single-box.active .collection-box-content,
.collection-single-box:hover .collection-box-content {
  background: #ff7a1f;
  padding: 74px 0 24px;
  margin-top: -52px;
  filter: hue-rotate(360deg);
}

.collection-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.collection-single-box.active .collection-icon,
.collection-single-box:hover .collection-icon {
  bottom: 102px;
  visibility: visible;
  opacity: 1;
}

.collection-icon ul li {
  display: inline-block;
  margin: 0 5px;
}

.collection-icon button {
  font-size: 16px;
  color: #dd1d26;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  line-height: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: none;
}

.collection-icon button:hover {
  color: #fff;
}

.collection-icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8b66d8;
  border-radius: 16px;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.collection-icon button:hover::after {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

.collection-box-title h6 {
  font-size: 22px;
  line-height: 32px;
  color: #062e5f;
  font-weight: 500;
  font-family: "Outfit";
  transition: 0.5s;
}

.collection-single-box.active .collection-box-title h6,
.collection-single-box:hover .collection-box-title h6 {
  color: #fff;
}

.collection-box-price h6 {
  font-size: 16px;
  line-height: 30px;
  color: #062e5f;
  font-weight: 400;
  font-family: "Outfit";
  transition: 0.5s;
}

.collection-single-box.active .collection-box-price h6,
.collection-single-box:hover .collection-box-price h6 {
  color: #fff;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Collection Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Brands Section End Here -->
<!-- ============================================================== -->*/

section.brand-section {
  text-align: center;
  padding: 100px 0;
}



.brand-section .cat-shop-section-title {
  margin-bottom: 44px;
}

.brand-thumb {
  position: relative;
  height: 90px;
}

.brand-thumb img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.brand-thumb img:hover {
  filter: saturate(5);
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Brands Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Discount Section Start Here -->
<!-- ============================================================== -->*/

.discount-bg {
  background: linear-gradient(transparent 50%, #f7f7f7 50%);
}

section.discount-section {
  padding: 46px 50px;
  border-radius: 5px;
  background: url(../image/offer-bg.jpg) no-repeat right;
  background-size: cover;
  filter: drop-shadow(5px 5px 20px rgba(207, 214, 224, 0.3));
}

.discount-desc p {
  margin: 17px 0 35px;
  mix-blend-mode: difference;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Discount Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Product Section Start Here -->
<!-- ============================================================== -->*/

section.product-section {
  padding: 100px 0 70px;
  background: #f6f6f6;
  text-align: center;
}

.product-box {
  margin-top: 52px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Product Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Testimonial Section Start Here -->
<!-- ============================================================== -->*/

section.testimonial-section {
  padding: 100px 0 125px;
}

.testimonial-content {
  position: relative;
}

.testimonial-content > * {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.testimonial-content > *:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.testimonial-content > *:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.testimonial-content > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.testimonial-content > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.testimonial-thumb {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

/* Active Slide Animation */
.slick-active .testimonial-content > * {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slick-active .testimonial-thumb {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.testimonial-desc p {
  font-size: 17px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  font-family: "Outfit";
  margin: 50px 0 32px;
  width: 83%;
}

.testimonial-profile-name h5 {
  font-size: 20px;
  line-height: 35px;
  color: #062e5f;
  font-weight: 700;
  font-family: "Nunito";
}

.testimonial-profile-name span {
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  position: relative;
  padding-left: 18px;
}

.testimonial-profile-name span::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 1px;
  width: 10px;
  height: 2px;
  background: #062e5f;
}

.testimonnial-rating ul li {
  display: inline-block;
  margin: 0 2px;
  color: #ffc007;
}

.testimonial-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.testimonial-shape i {
  font-size: 70px;
  opacity: 0.2;
  color: #ff791f;
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

.slick-dots {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: absolute;
  bottom: 7rem;
  left: 24rem;
}

ul.slick-dots li {
  height: 8px;
  width: 8px;
  border: 1px solid #ff791f;
  text-align: center;
  line-height: 5px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  background: #ff791f;
}

ul.slick-dots li:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ff791f;
}

ul.slick-dots li button {
  display: none;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Testimonial Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Latest News Section Start Here -->
<!-- ============================================================== -->*/

.latest-news-box {
  margin-top: 52px;
}

.latest-news-single-box {
  overflow: hidden;
  background: #fff;
  transition: 0.5s ease;
  border-radius: 5px;
  margin-bottom: 30px;
}

.latest-news-single-box.active,
.latest-news-single-box:hover {
  filter: drop-shadow(0px 5px 15px rgba(240, 240, 240, 0.75));
}

.latest-news-box-thumb {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease;
  border-radius: 5px 5px 0 0;
}

.latest-news-box-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #ff791f;
  opacity: 40%;
  transition: 0.5s ease;
  z-index: 1;
}

.latest-news-single-box.active .latest-news-box-thumb::before,
.latest-news-single-box:hover .latest-news-box-thumb::before {
  border: 20px solid #ff791f;
}

.latest-news-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.latest-news-single-box.active .latest-news-box-thumb img,
.latest-news-single-box:hover .latest-news-box-thumb img {
  transform: scale(1.1);
}

.latest-news-content-top {
  display: flex;
  align-items: center;
  gap: 25px;
}

.latest-news-post-by h6,
.latest-news-comment h6 {
  font-size: 15px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "Roboto";
}

.latest-news-post-by i,
.latest-news-comment i {
  color: #ff7a1f;
  margin-right: 8px;
}

.latest-news-box-content {
  border-radius: 0 0 5px 5px;
  padding: 28px 30px;
}

.latest-news-title a {
  font-size: 22px;
  line-height: 34px;
  color: #062e5f;
  font-weight: 600;
  font-family: "Outfit";
  margin: 10px 0;
  transition: 0.5s;
}

.latest-news-single-box.active .latest-news-title a,
.latest-news-single-box:hover .latest-news-title a {
  color: #ff7a1d;
  filter: hue-rotate(360deg);
}

.latest-news-desc p {
  margin: 0;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Latest News Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Brand Two Section Start Here -->
<!-- ============================================================== -->*/

.brand-section.style2 {
  padding: 100px 0;
}

.brand2-thumb {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.brand2-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.brand2-thumb:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.brand2-thumb img {
  width: 100%;
  border-radius: 5px;
}

.brand2-content {
  position: absolute;
  top: 100%;
  left: 35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.brand2-thumb:hover .brand2-content {
  position: absolute;
  top: 20px;
  visibility: visible;
  opacity: 1;
}

.brand2-content a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 20px;
  background: #ff7a1f;
  border-radius: 5px;
  transition: 0.5s;
}

.brand2-content a:hover {
  filter: hue-rotate(360deg);
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Brand Two Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Footer Section Start Here -->
<!-- ============================================================== -->*/

footer.footer-section {
  padding: 100px 0 0;
  background-image: linear-gradient(0deg, #f5e7ff 0%, #eff1df 100%);
  position: relative;
  z-index: 1;
}

.footer-desc p {
  color: #666666;
  margin: 42px 0 32px;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 4px;
}

.footer-social a {
  font-size: 16px;
  color: #ff7a1d;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(35, 50, 83, 0.07));
  text-align: center;
  line-height: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-social a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7a1d;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 15px;
  z-index: -1;
}

.footer-social a:hover:before {
  transform: scale(1);
}

.footer-title h5 {
  font-size: 22px;
  line-height: 60px;
  color: #062e5f;
  font-weight: 800;
  font-family: "Nunito";
  margin-bottom: 30px;
  display: inline-block;
}

.footer-link a {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  font-family: "Nunito";
  transition: 0.5s;
  margin: 6px 0;
}

.footer-link a:hover {
  color: #ff791f;
  filter: hue-rotate(360deg);
}

.footer-link i {
  font-size: 18px;
  margin-right: 10px;
  transition: 0.5s;
}

.footer-link a:hover i {
  margin-right: 6px;
  color: #ff791f;
}

.footer-contact-item {
  display: flex;
  margin: 14px 0 28px;
}

.footer-contact-item i {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #ff791f;
  text-align: center;
  line-height: 28px;
  color: #fff;
  margin-right: 10px;
}

.footer-contact-item a,
.footer-contact-item h6 {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  font-family: "Nunito";
  transition: 0.5s;
}

.footer-contact-item a:hover {
  color: #ff791f;
  filter: hue-rotate(360deg);
}

.footer-bottom {
  border-top: 1px solid rgb(255 121 31 / 30%);
  margin-top: 80px;
}

.footer-bottom-desc p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  font-family: "Nunito";
  margin: 36px 0;
}

.footer-bottom-link {
  text-align: right;
}

.footer-bottom-link ul li {
  display: inline-block;
  margin-left: 24px;
}

.footer-bottom-link a {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  font-family: "Nunito";
  transition: 0.5s;
}

.footer-bottom-link a:hover {
  filter: hue-rotate(360deg);
  color: #ff791f;
}

.footer-shape1 {
  position: absolute;
  top: 5rem;
  left: 5%;
  -webkit-animation: dance2 2s alternate infinite;
  animation: dance2 2s alternate infinite;
}

.footer-shape2 {
  position: absolute;
  top: 9rem;
  left: 41%;
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

.footer-shape3 {
  position: absolute;
  bottom: 8rem;
  left: 3%;
  -webkit-animation: dance 1s alternate infinite;
  animation: dance 1s alternate infinite;
}

.footer-shape4 {
  position: absolute;
  bottom: 4rem;
  left: 45%;
  -webkit-animation: Dance 2.5s alternate infinite;
  animation: Dance 2.5s alternate infinite;
}

.footer-shape4 img {
  width: 70%;
}

.footer-shape5 {
  position: absolute;
  bottom: 8rem;
  right: 33%;
  -webkit-animation: dance2 2s alternate infinite;
  animation: dance2 2s alternate infinite;
}

.footer-shape5 img {
  filter: saturate(10);
}

.footer-shape6 {
  position: absolute;
  bottom: 12rem;
  right: 4%;
  -webkit-animation: rotateme 2s linear infinite;
  animation: rotateme 2s linear infinite;
}

.footer-shape7 {
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: -1;
  -webkit-animation: Dance 3s alternate infinite;
  animation: Dance 3s alternate infinite;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Footer Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
/*<!-- ============================================================== -->
            <!-- Cat Shop Homepage Two Start Here -->
<!-- ============================================================== -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Header Section End Here -->
<!-- ============================================================== -->*/

header.header-manu-section.style2 nav.header-menu {
  text-align: center;
  padding: 0 0 0 100px;
}

header.header-manu-section.style2 .header-menu-right {
  justify-content: right;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Header Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Banner Section Start Here -->
<!-- ============================================================== -->*/

.banner-bg.style2 {
  background: url(../image/banner2-bg.jpg) no-repeat center;
  background-size: cover;
  height: 850px;
}

.banner-bg.style2 .banner-thumb img {
  border-radius: 182px;
}

.banner-bg.style2 .banner-sub-title h6 {
  text-transform: uppercase;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Banner Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop About Section Start Here -->
<!-- ============================================================== -->*/

section.about-section {
  padding: 100px 0 168px;
  background: url(../image/about-bg.png) no-repeat bottom center;
  background-size: cover;
}

section.about-section .cat-shop-section-title.style2 h1 {
  width: 83%;
}

.about-desc {
  margin: 12px 0 38px;
}

.about-desc p {
  color: #616161;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop About Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop About Section End Here -->
<!-- ============================================================== -->*/

section.working-process-section {
  padding: 60px 0 70px;
}

.process-desc p {
  color: #616161;
  margin: 13px 0 11px;
  transition: 0.5s;
  width: 80%;
}

.process-list {
  margin-bottom: 28px;
  display: inline-block;
}

.process-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #062e5f;
  font-weight: 600;
  font-family: "Nunito";
  padding-left: 20px;
  margin: 12px 0;
  transition: 0.5s;
}

.process-list ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff791f;
}

.process-single-box {
  text-align: center;
  border-radius: 5px;
  padding: 36px 20px;
  position: relative;
  background: #062e5f0a;
  filter: drop-shadow(0 0 17.5px rgba(156, 156, 156, 0.15));
  display: inline-block;
  transition: 0.5s;
  margin-bottom: 30px;
}

.process-single-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background: #ff7a1f;
  z-index: -1;
  transition: 0.5s;
}

.process-single-box.active:before,
.process-single-box:hover:before {
  filter: hue-rotate(360deg);
  height: 100%;
}

.process-single-box.style1 {
  clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box.style2 {
  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
}

.work-btn4 {
  background: #062e5f0a;
  filter: drop-shadow(0 0 17.5px rgba(156, 156, 156, 0.15));
  padding: 30px 20px 36px;
  border-radius: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}

.process-single-box.style3 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 92%);
}

.process-single-box.style4 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}

.process-box-icon img {
  transition: 0.5s;
}

.process-single-box.active .process-box-icon img,
.process-single-box:hover .process-box-icon img {
  filter: hue-rotate(360deg) brightness(0) invert(1);
}

.process-box-title h3 {
  font-size: 22px;
  line-height: 28px;
  color: #062e5f;
  font-weight: 800;
  font-family: "Nunito";
  margin: 22px 0 12px;
  transition: 0.5s;
}

.process-box-desc p {
  color: #616161;
  margin: 0;
  transition: 0.5s;
}

.process-single-box.active .process-box-title h3,
.process-single-box.active .process-box-desc p,
.process-single-box:hover .process-box-title h3,
.process-single-box:hover .process-box-desc p {
  color: #fff;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop About Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop About Reward Start Here -->
<!-- ============================================================== -->*/

section.reward-section {
  padding: 100px 0;
  background: #ff7a1f;
  text-align: center;
  overflow: hidden;
}

.reward-area {
  position: relative;
}

section.reward-section .cat-shop-section-sub-title h4 {
  color: #fff;
}

section.reward-section .cat-shop-section-title.style2 h1 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}

.reward-info p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 800;
  font-family: "Nunito";
  padding: 14px 0 37px;
  margin: 0;
}

.reward-thumb img {
  padding-bottom: 6rem;
  margin-top: -5rem;
}

.reward-shape1 {
  position: absolute;
  bottom: 10rem;
  left: -7%;
}

.reward-shape2 {
  position: absolute;
  bottom: 7rem;
  right: -5%;
}

.reward-shape3 {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 42%;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Reward Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section Start Here -->
<!-- ============================================================== -->*/

section.rely-section {
  padding: 100px 0 70px;
}

.rely-desc p {
  color: #616161;
  width: 54%;
  margin: 16px auto 50px;
}

.rely-single-box {
  border-radius: 5px;
  filter: drop-shadow(0 0 17.5px rgba(156, 156, 156, 0.15));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px 40px;
  margin-bottom: 30px;
  position: relative;
}

.rely-single-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: url(../image/rely-item-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: 0.3s;
  border-radius: 5px;
}

.rely-single-box.active:before,
.rely-single-box:hover:before {
  height: 100%;
}

.rely-box-icon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: rgb(255 121 31 / 20%);
  text-align: center;
  line-height: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 15%;
}

.rely-box-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0);
  transition: 0.4s;
  z-index: -1;
}

.rely-single-box.active .rely-box-icon:before,
.rely-single-box:hover .rely-box-icon:before {
  transform: scale(1);
}

.rely-box-content {
  flex: 81%;
}

.rely-single-box.active .rely-box-title h3,
.rely-single-box.active .rely-box-desc p,
.rely-single-box:hover .rely-box-title h3,
.rely-single-box:hover .rely-box-desc p {
  color: #fff;
}

.rely-box-title h3 {
  font-size: 22px;
  line-height: 28px;
  color: #062e5f;
  font-weight: 800;
  font-family: "Nunito";
  margin-bottom: 16px;
  transition: 0.5s;
}

.rely-box-desc p {
  color: #616161;
  margin: 0;
  transition: 0.5s;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section End Here -->
<!-- ============================================================== -->*/

section.pricing-section {
  padding: 100px 0 70px;
  background: #f7f7f7;
  position: relative;
}

.pricing-desc p {
  color: #616161;
  width: 65%;
  margin: 16px auto 60px;
}

.pricing-single-box {
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  padding: 42px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-single-box:before {
  position: absolute;
  content: "";
  top: -7px;
  right: -4rem;
  width: 100%;
  height: 100%;
  background: url(../image/pricing-plan.png) no-repeat right top;
  transition: 0.5s;
}

.pricing-single-box.active:before,
.pricing-single-box:hover:before {
  filter: saturate(10) hue-rotate(360deg);
  top: -0px;
  right: -1rem;
}

.pricing-single-box.active .cat-shop-btn.style2 a i,
.pricing-single-box:hover .cat-shop-btn.style2 a i {
  color: #fff;
  padding-left: 6px;
  background: transparent;
}

.pricing-single-box.active .cat-shop-btn a span,
.pricing-single-box:hover .cat-shop-btn a span {
  width: 40rem;
  height: 40rem;
}

.pricing-box-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #062e5f;
  font-weight: 600;
  font-family: "Outfit";
}

.pricing-box-price h1 {
  display: inline-block;
  font-size: 50px;
  line-height: 55px;
  color: #ff791f;
  font-weight: 600;
  font-family: "Outfit";
  margin: 20px 0 12px;
}

.pricing-box-visit span {
  font-size: 16px;
  line-height: 30px;
  color: #062e5f;
  font-weight: 500;
  font-family: "Outfit";
}

.pricing-box-list {
  margin: 40px 0 48px;
}

.pricing-box-list li {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  font-weight: 400;
  font-family: "Nunito";
  margin: 12px 0;
}

.pricing-box-list li i {
  color: #ff791f;
}

.pricing-shape1 {
  position: absolute;
  top: 6rem;
  left: 15%;
  -webkit-animation: rotateme 1.5s linear infinite;
  animation: rotateme 1.5s linear infinite;
}

.pricing-shape2 {
  position: absolute;
  top: 15rem;
  right: 20%;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

.pricing-shape2 img {
  transform: scale(2);
}

.pricing-shape3 {
  position: absolute;
  top: 13rem;
  right: 5%;
  filter: saturate(10);
  -webkit-animation: dance2 1.5s alternate infinite;
  animation: dance2 1.5s alternate infinite;
}

.pricing-shape4 {
  position: absolute;
  top: 10rem;
  filter: brightness(0) saturate(100%) invert(70%) sepia(92%) saturate(2851%)
    hue-rotate(337deg) brightness(102%) contrast(99%);
  -webkit-animation: Dance 2.5s alternate infinite;
  animation: Dance 2.5s alternate infinite;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section End Here -->
<!-- ============================================================== -->*/

section.latest-news-section.style2 {
  padding: 100px 0 70px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Rely Section End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- ============================================================== -->
            <!-- Cat Shop InnerPage Start Here -->
 <!-- ============================================================== -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop About Innner Page Start Here -->
<!-- ============================================================== -->*/

section.banner-inner-section {
  position: relative;
  overflow: hidden;
  height: 450px;
  display: flex;
  align-items: center;
}

video.banner-inner-bg {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: -1;
}

.banner-inner-title h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  color: #fff;
  text-shadow: 0 0 3px black;
}

.banner-inner-link {
  margin-top: 14px;
}

.banner-inner-link ul li {
  display: inline-block;
  margin-right: 30px;
}

.separator {
  position: relative;
}

.separator i {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: -20px;
  left: -16px;
}

.banner-inner-link a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  font-family: "Nunito";
  transition: 0.5s;
  text-shadow: 0 0 2px black;
}

.banner-inner-link a:hover {
  color: #fe8931;
  filter: hue-rotate(360deg);
}

.banner-inner-link a i {
  padding-right: 6px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop About Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Service Inner Page Start Here -->
<!-- ============================================================== -->*/

section.working-process-section.style2 {
  padding: 100px 0 70px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Service Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Why We Are Inner Page Start Here -->
<!-- ============================================================== -->*/

section.rely-section.style2 {
  background: #f7f7f7;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Why We Are Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!--==============================================================-->
 <!-- Cat Shop Shop Details Inner Page Start Here -->
<!--==============================================================-->*/

section.shop-details-section {
  padding: 100px 0;
}

.thumb-tabs {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0.3));
}

.tab-content {
  display: none;
  -webkit-animation: move 0.4s ease-in;
  animation: FadeInUp 0.5s ease-in;
}

.tab-content.active {
  display: block;
}

.shop-details-thumb {
  position: relative;
}

.shop-details-thumb img {
  width: 100%;
  border-radius: 4px;
  filter: drop-shadow(0 0 15px rgba(218, 218, 218, 0.3));
}

.add-to-favourite {
  position: absolute;
  top: 30px;
  right: 30px;
}

.add-to-favourite a {
  width: 50px;
  height: 50px;
  border-radius: 28px;
  background-color: #282828;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  display: inline-block;
}

.add-to-favourite a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff791f;
  transform: scale(0);
  z-index: -1;
  transition: 0.4s;
  border-radius: 30px;
}

.add-to-favourite a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

.tab-btn button {
  width: 120px;
  height: 100px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #062e5f7c;
  margin-top: 30px;
  overflow: hidden;
  padding: 0;
}

.tab-btn button:focus {
  outline: none;
}

.tab-btn button.active {
  border: 1px solid #ff791f;
  padding: 2px;
}

.tab-btn img {
  width: 100%;
  height: 100%;
}

.shop-details-title h2 {
  font-size: 30px;
  line-height: 36px;
  color: #282828;
}

.rate-left ul li {
  display: inline-block;
  color: #ff791f;
  font-size: 16px;
  margin: 16px 4px 16px 0;
}

.shop-details-rate {
  display: flex;
  gap: 16px;
  align-items: center;
}

.rate-right p {
  font-size: 17px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
  margin: 0;
}

.shop-details-price h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ff791f;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.shop-details-price h5 span {
  opacity: 0.502;
  text-decoration: line-through;
  color: #26272c;
  padding-left: 10px;
}

.quantity {
  float: left;
  margin-right: 30px;
}

.category-count-button {
  display: inline-flex;
  padding: 8px 0 30px;
}

.quantity-with_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 150px;
  text-align: left;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ff791f;
}

.quantity .cart-plus-minus > .ctnbutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 38px;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ff791f;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 0;
  height: 54px;
  text-align: center;
  width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: #062461;
  background-color: #fff !important;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 30px 0 0 30px;
}

.add-to-cart-btn a {
  width: 143px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  background-color: #ff791f;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
}

.add-to-cart-btn a:hover {
  filter: hue-rotate(360deg);
}

.shop-features {
  margin-top: 26px;
}

.shop-details-color h5 {
  font-size: 16px;
  line-height: 28px;
  color: #26272c;
  font-weight: 500;
  margin: 0 0 22px;
}

.shop-details-color h5 span {
  color: #616161;
  padding-left: 6px;
}

.shop-features td {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

.table-title {
  color: #282828;
}

section.shop-related .shop-cart-thumb::before {
  clip-path: polygon(0 0, 200% 0%, 0% 200%);
}

section.shop-related .shop-content {
  background-color: #fff;
  text-align: left;
  filter: drop-shadow(0 0 20px rgba(228, 228, 228, 0.5));
  padding: 22px 30px 6px;
}

section.shop-related .shop-title h3 {
  color: #0d0e13;
  font-size: 18px;
  margin: 5px 0 0px;
}

section.shop-related .shop-price del {
  color: #616161;
  font-weight: 400;
  margin-right: 8px;
}

section.shop-related .shop-rating li {
  font-size: 14px;
}

section.shop-related .shop-cart-btn a {
  border: transparent;
  color: #fff;
  display: none;
}

.info-tab-btn button {
  padding: 14px 30px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  font-size: 16px;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 400;
  float: left;
  margin-right: 20px;
  width: auto;
  height: auto;
}

.info-desc {
  margin-top: 34px;
}

.info-tab-btn button.active {
  background-color: #ff791f;
  color: #fff;
}

.tab-contents {
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-animation: move 0.4s ease-in;
  animation: FadeInUp 0.5s ease-in;
  display: none;
}

.tab-contents.active {
  display: block;
}

.additional-info {
  border-top: 1px solid rgba(223, 223, 223, 0.55);
  border-bottom: 1px solid rgba(223, 223, 223, 0.55);
}

.additional-info table {
  width: 100%;
}

tr.table-bg {
  background-color: rgba(223, 223, 223, 0.2);
}

td.table_title {
  font-size: 16px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  width: 180px;
  height: 68px;
  padding: 0 40px;
}

.profile-icon i {
  font-size: 66px;
  color: #dfdfdf;
}

.shop-review {
  display: flex;
  align-items: center;
  gap: 24px;
}

.review-rate li {
  display: inline-block;
  letter-spacing: 4px;
  color: #ff791f;
}

.profile-name {
  position: relative;
  display: flex;
  gap: 38px;
}

.profile-name h5 {
  font-size: 17px;
  line-height: 28px;
  color: #282828;
  font-weight: 500;
  margin: 0;
}

.review-date h5 {
  position: relative;
  opacity: 0.8;
  font-size: 15px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
}

.review-date h5:before {
  position: absolute;
  content: "";
  top: 14px;
  left: -28px;
  background: #282828;
  width: 20px;
  height: 1px;
}

.reply button {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #282828;
}

.add-review-title h3 {
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  font-weight: 500;
  margin: 0;
}

.your-rate {
  display: flex;
  gap: 26px;
  align-items: center;
}

.rate-right li {
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 28px;
  color: #ff791f;
  font-family: "Font Awesome";
  display: inline-block;
}

.rate-left h5 {
  opacity: 0.8;
  font-size: 16px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  margin: 0;
}

.review-form-top {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.form-top-left,
.form-top-right {
  width: 100%;
}

form.review-form label {
  display: block;
  opacity: 0.902;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 6px;
}

form.review-form input {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  padding: 10px 20px;
}

form.review-form textarea {
  width: 100%;
  height: 156px;
  background-color: #ffffff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  padding: 10px 20px;
  resize: none;
}

form.review-form input::placeholder,
form.review-form textarea::placeholder {
  opacity: 0.702;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
  font-weight: 400;
}

.form-btn {
  margin-top: 20px;
}

section.shop-related {
  margin: 0 0 70px;
}

.shop-related-title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Shop Details Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Blog List Inner Page Start Here -->
<!-- ============================================================== -->*/

section.blog-details {
  padding: 100px 0 70px;
}

.blog-deteils-post {
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.blog-details-post-thumb img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.blog-deteils-post-content {
  padding: 10px 30px;
}

.blog-deteils-content-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-deteils-content-top h6 {
  font-size: 15px;
  line-height: 60px;
  color: #777777;
  font-weight: 400;
}

.blog-deteils-content-top i {
  color: #ff791f;
  font-size: 20px;
  padding-right: 10px;
}

.blog-deteils-post-type i {
  display: inline-block;
  transform: rotate(90deg);
  padding: 3px 0px 0 7px;
  line-height: 0;
}

.blog-deteils-post-title h1 {
  font-size: 25px;
  line-height: 30px;
  color: #062e61;
  font-weight: 700;
  margin: 4px 0 16px;
}

.style-two .shop-categories {
  margin-top: 30px;
}

.read-more a {
  font-size: 17px;
  line-height: 28px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 40px;
  display: inline-block;
}

.recent-post a {
  display: inline-block;
}

.recent-post-icon {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.recent-post-icon img {
  width: 100%;
  height: 80px;
  border-radius: 4px;
}

.post-title h5 {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  font-weight: 500;
  margin: 0;
}

.post-date h5 {
  font-size: 14px;
  color: #616161;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}

.post-date i {
  color: #ff791f;
  padding-right: 6px;
}

.search-catagory {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-catagory input {
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.search-catagory button {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 26px;
  border: none;
  right: 0;
  color: #fff;
  background: #ff791f;
  width: 80px;
  border-radius: 0 5px 5px 0;
}

.style-two .shop-categories {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  background-color: #f8f9f7;
}

.shop-section-title h3 {
  font-size: 20px;
  line-height: 45px;
  color: #062e61;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 3px solid #e6e5e5;
  position: relative;
}

.shop-section-title h3:before {
  position: absolute;
  content: "";
  top: 61px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ff791f;
}

.shop-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  font-weight: 400;
  color: #333;
}

.shop-list-left i {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  background: #fff;
  margin-right: 8px;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #ff791f;
}

.shop-list-left i:hover,
.shop-list-left i.active {
  background: #ff791f;
  filter: hue-rotate(360deg);
}

.cloud-tag li {
  display: inline-block;
  margin: 10px 6px 0 0;
}

.cloud-tag li a {
  padding: 6px 20px;
  background: #fff;
  border-radius: 4px;
  transition: 0.4s;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 14px;
  color: #333;
  transition: 0.5s;
}

.cloud-tag li a:hover {
  color: #fff;
}

.cloud-tag li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  background-color: #ff791f;
  transition: 0.4s;
  z-index: -1;
  border-radius: 4px;
}

.cloud-tag li a:hover::before {
  width: 100%;
  left: 0;
  filter: hue-rotate(360deg);
}

.newsletter {
  position: relative;
}

.newsletter input {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #2828282e;
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.newsletter i {
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #282828;
  position: absolute;
  top: 36px;
  right: 18px;
}

.newsletter button {
  height: 60px;
  width: 100%;
  border-radius: 3px;
  background-color: #ff791f;
  border: none;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
}

.newsletter button:hover {
  filter: hue-rotate(360deg);
}

.newsletter button:before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  width: 0%;
  height: 100%;
  background: #062e5f;
  transform: skew(-29deg, 10deg) scale(1.8);
  transition: 0.4s;
  z-index: -1;
}

.newsletter button:after {
  position: absolute;
  content: "";
  top: 0;
  right: -74px;
  width: 0%;
  height: 100%;
  background: #062e5f;
  transform: skew(-29deg, 10deg) scale(1.8);
  transition: 0.4s;
  z-index: -1;
}

.newsletter button:hover:before,
.newsletter button:hover:after {
  width: 50%;
}

.comment ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.recent-comment-icon i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: #ff791f;
  font-size: 18px;
  transition: 0.5s;
}

.comment ul li a:hover .recent-comment-icon i {
  background-color: #ff791f;
  color: #fff;
  filter: hue-rotate(360deg);
}

.recent-comment-content p {
  color: #333;
  margin: 0;
  transition: 0.5s;
}

.comment ul li a:hover .recent-comment-content p {
  color: #282828;
}

.contact-us {
  background: url(../image/blog-list-contact.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  margin-top: 30px;
  border-radius: 5px;
  position: relative;
}

.contact-us:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 5px;
  opacity: 50%;
  z-index: -1;
}

.blog-list-logo img {
  filter: brightness(0) invert(1);
}

.contact-title h1 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
}

.contact-btn a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  background: #fff;
  padding: 8px 28px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  transition: 0.5s;
}

.contact-btn a:hover {
  color: #fff;
}

.contact-btn a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff791f;
  border-radius: 4px;
  transition: 0.5s;
  z-index: -1;
  transform: scale(0);
}

.contact-btn a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Blog List Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Service Details Inner Page Start Here -->
<!-- ============================================================== -->*/

section.services-details {
  padding: 100px 0;
}

section.services-details h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

section.services-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}

.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f1f3ee;
  border-radius: 5px;
  padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: #ff791f;
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.active a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.active a {
  color: #ff791f;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  background: url(../image/blog-list-contact.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #062e5f;
  border-radius: 5px;
  opacity: 40%;
  content: "";
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background: url(../image/blog-list-thumb.jpg) no-repeat center;
  background-size: cover;
}

.widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #062e5f;
  opacity: 40%;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  width: 100%;
}

.services-details__content img {
  width: 100%;
  border-radius: 4px;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.widget-btn a {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  padding: 15px 40px;
  font-weight: 600;
  background: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
}

.widget-btn a:hover {
  color: #fff;
}

.widget-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transform: scale(0);
  background-color: #ff791f;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.widget-btn a:hover:before {
  transform: scale(1);
}

.service-sidebar-single-btn a {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  background: #ff791f;
  letter-spacing: 0.05em;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.5s;
  display: inline-block;
  margin-top: 30px;
}

.service-sidebar-single-btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transform: scale(0);
  background-color: #333;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}

.service-sidebar-single-btn a:hover:before {
  transform: scale(1);
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #ff791f;
  background: #fff;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: #ff791f;
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  color: #ff791f;
}

.services-details__content .feature-list .single-item:hover .title {
  color: #fff;
}

.services-details__content .feature-list .single-item:hover {
  background-color: #ff791f;
  color: #fff;
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: #fff;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Service Details Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop FAq Inner Page End Here -->
<!-- ============================================================== -->*/

section.faq-inner-section {
  padding: 100px 0;
}

section.faq-section .organic-section-title h1 {
  margin: 0;
}

/*accordion*/

ul.accordion {
  margin-top: 38px;
}

.accordion li {
  list-style: none;
  position: relative;
  z-index: 1;
  background: #062e5f;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 13.5px rgba(51, 51, 51, 0.2));
  margin-bottom: 20px;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  background-color: transparent;
  padding: 18px 20px;
  z-index: 1;
  transition: 0.5s;
}

.accordion li a.active,
.accordion li a:hover {
  color: #f57924 !important;
  filter: hue-rotate(360deg);
}

.accordian-icon {
  transition: 0.5s;
  transform: rotate(-180deg);
}

.accordion li a.active .accordian-icon {
  transform: rotate(-0deg);
}

.accordion li p {
  display: none;
  font-size: 16px;
  margin: 0;
  background: #fff;
  padding: 25px 20px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Faq Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Contact Inner Page End Here -->
<!-- ============================================================== -->*/

.contact-box {
  padding: 100px 0;
}

.contact-single-box {
  text-align: center;
  border-radius: 4px;
  padding: 0 32px 32px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
}

.contact-single-box::before {
  background-color: #f8f8f8;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84%;
  z-index: -1;
}

.contact-box-icon i {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background-color: #ff791f;
  color: #ffffff;
  line-height: 70px;
  font-size: 30px;
  position: relative;
  box-shadow: 0 0 0 0 #ff791f;
  transition: 0.6s;
}

.contact-single-box:hover .contact-box-icon i {
  box-shadow: 0 0 0 160px #ff791f;
  filter: hue-rotate(360deg);
}

.contact-single-box:hover .contact-box-info a,
.contact-single-box:hover .contact-box-title h4,
.contact-single-box:hover .contact-box-info p {
  color: #fff;
}

.contact-box-title h4 {
  font-size: 22px;
  line-height: 42px;
  color: #062e5f;
  font-weight: 500;
  margin-top: 22px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.contact-box-info p {
  margin: 0;
  z-index: 1;
  counter-reset: #616161;
  position: relative;
  transition: 0.5s;
}

.contact-box-info a {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}

.contact-information {
  background-color: #f7f7f7;
  padding: 84px 0 100px;
}

.inner-contact-desc p {
  width: 52%;
  margin: 10px auto 46px;
}

.contact-form {
  text-align: center;
}

.contact-form-top {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.form-top-name,
.form-top-email {
  position: relative;
  width: 100%;
}

.form-top-name input,
.form-top-email input {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  padding: 10px 30px;
}

.form-top-name input::placeholder,
.form-top-email input::placeholder {
  opacity: 0.702;
  font-size: 16px;
  line-height: 28px;
  color: #0d0e14;
  font-weight: 400;
}

.form-top-name i,
.form-top-email i {
  position: absolute;
  top: 19px;
  right: 24px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #0d0e14;
}

.contact-form-subject select {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  padding: 10px 30px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #0d0e14;
  margin-bottom: 30px;
}

.contact-form-message textarea {
  width: 100%;
  height: 204px;
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  padding: 10px 30px;
  opacity: 0.702;
  font-size: 15px;
  line-height: 28px;
  color: #0d0e14;
  margin-bottom: 30px;
  resize: none;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Contact Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Team Member Inner Page Start Here -->
<!-- ============================================================== -->*/

section.team-inner-section {
  padding: 100px 0 70px;
}

section.team-inner-section .maique-section-title h1 {
  margin: 28px auto 0;
}

.team-inner-box {
  margin-top: 46px;
}

.team-inner-single-box {
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 17.5px rgba(0, 0, 0, 0.15));
}

.team-inner-box-thumb {
  position: relative;
  overflow: hidden;
}

.team-inner-box-thumb img {
  width: 100%;
  transition: 0.5s;
}

.team-inner-single-box.active .team-inner-box-thumb img,
.team-inner-single-box:hover .team-inner-box-thumb img {
  transform: scale(1.1);
}

.team-thumb-social {
  position: absolute;
  top: 80%;
  right: 30px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.team-inner-single-box.active .team-thumb-social,
.team-inner-single-box:hover .team-thumb-social {
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}

.team-thumb-social a {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #ff791f;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  margin: 4px 0;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.team-thumb-social a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282828;
  transform: scale(0);
  border-radius: 30px;
  z-index: -1;
  transition: 0.5s;
}

.team-thumb-social a:hover:before {
  transform: scale(1);
}

.team-innner-box-content {
  background: #062e5f;
  padding: 26px 0;
  position: relative;
  z-index: 1;
}

.team-innner-box-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff791f;
  z-index: -1;
  transition: 0.5s;
}

.team-inner-single-box.active .team-innner-box-content:before,
.team-inner-single-box:hover .team-innner-box-content:before {
  width: 100%;
  filter: hue-rotate(360deg);
}

.team-inner-sub-title h6 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.team-inner-box-title h6 {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Team Member Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Blog Details Inner Page Start Here -->
<!-- ============================================================== -->*/

section.blog-details {
  padding: 100px 0;
}

.blog-details-thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-detials-post-date h6 {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #797979;
  font-weight: 500;
  margin: 30px 20px 12px 0;
}

.blog-detials-post-date i {
  color: #ff791f;
  padding-right: 6px;
  font-size: 18px;
}

.blog-details-title h1 {
  font-size: 35px;
  line-height: 60px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 20px;
}

.blog-detials-desc p span {
  color: #ff791f;
  font-weight: 500;
}

.shop-detials-shere h4 {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}

.blog-details-social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 34px 0;
  border-top: 1px solid #e4e1e1;
  padding: 18px 0 0;
}

.blog-details-social-title h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}

.blog-details-social-link ul li {
  display: inline-block;
  margin: 0 2px;
}

.blog-details-social-link a {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background-color: #062e5f;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
}

.blog-details-social-link a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff791f;
  z-index: -1;
  border-radius: 30px;
  transition: 0.5s;
  transform: scale(0);
}

.blog-details-social-link a:hover:before {
  transform: scale(1);
}

.blog-details-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-detials-single-box {
  border-radius: 5px;
  background-color: #f8f9f7;
  text-align: center;
  padding: 58px 0;
}

.blog-detials-single-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  width: 69%;
  margin: auto;
}

.blog-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin: 42px 0 34px;
}

.related-blog-single-box {
  border-radius: 4px;
  filter: drop-shadow(0px 5px 30px rgba(226, 226, 226, 0.5));
  background-color: #ffffff;
}

.blog-box-thumb img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.blog-box-thumb {
  position: relative;
  overflow: hidden;
}

.blog-box-thumb:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ff791f;
  opacity: 30%;
  transition: 0.4s;
  border-radius: 4px 0 0 0;
}

.blog-box-thumb:after {
  position: absolute;
  content: "";
  top: 0%;
  right: 0;
  width: 0%;
  height: 100%;
  background: #ff791f;
  opacity: 30%;
  transition: 0.4s;
  border-radius: 0 4px 0 0;
}

.related-blog-single-box:hover .blog-box-thumb:before,
.related-blog-single-box:hover .blog-box-thumb:after {
  width: 50%;
}

.blog-content {
  padding: 32px;
  position: relative;
  z-index: 1;
}

.blog-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff791f;
  border-radius: 0 0 4px 4px;
  transition: 0.4s;
  transform: scale(0);
  z-index: -1;
}

.related-blog-single-box:hover .blog-content:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

.blog-box-date h5 {
  font-size: 16px;
  line-height: 50px;
  color: #ff791f;
  font-weight: 400;
  margin: 0;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-date h5 {
  color: #fff;
}

.blog-box-title a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
  margin: 10px 0 20px;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-title a {
  color: #fff;
}

.blog-box-footer {
  align-items: center;
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(39, 39, 39, 0.10196078431372549);
  padding: 20px 0 0;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-footer {
  border-top: 1px solid #fff;
}

.posted-by a,
.post-comment a {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  display: inline-block;
  transition: 0.4s;
}

.related-blog-single-box:hover .posted-by a,
.related-blog-single-box:hover .post-comment a,
.related-blog-single-box:hover .posted-by a i,
.related-blog-single-box:hover .post-comment a i {
  color: #fff;
}

.posted-by a i,
.post-comment a i {
  color: #ff791f;
  transition: 0.4s;
}

.blog-box-btn a {
  color: #1f1f1f;
  margin-left: 32px;
  transition: 0.4s;
}

.related-blog-single-box:hover .blog-box-btn a {
  color: #fff;
}

.comment-profile i {
  font-size: 80px;
  color: #c4c4c4;
}

.comments-title h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin: 42px 0 34px;
}

.blog-details-comments-item {
  display: flex;
  gap: 24px;
  position: relative;
  border-bottom: 1px solid #e0dcdc;
  padding-bottom: 46px;
}

.blog-details-comments-item:nth-child(3) {
  margin-top: 70px;
}

.comment-title h5 {
  margin: 0px 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}

.comment-reply button {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 92px;
  height: 32px;
  border-radius: 5px;
  background-color: #ff791f;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}

.comment-reply button:hover {
  filter: hue-rotate(360deg);
}

.add-comment-title h4 {
  font-size: 24px;
  line-height: 60px;
  color: #333333;
  font-weight: 600;
  margin: 32px 0;
}

.blog-details-form-top textarea {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  resize: none;
  margin-bottom: 13px;
}

.blog-details-form-middle input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.blog-details-form-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.form-bottom-email,
.form-bottom-site {
  width: 100%;
}

.form-bottom-email input,
.form-bottom-site input {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.form-bottom-email input::placeholder,
.form-bottom-site input::placeholder,
.blog-details-form-middle input::placeholder,
.blog-details-form-top textarea::placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #797979;
  font-weight: 400;
}

.form-condition input {
  float: left;
  margin-right: 10px;
}

.form-condition p {
  margin: 0;
  display: inline-block;
}

.form-condition input {
  float: left;
  margin: 7px 10px 0 0;
  cursor: pointer;
}

.blog-details-form-btn {
  margin-top: 30px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Blog Details Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Cart Inner Page Start Here -->
<!-- ============================================================== -->*/

.cart-section {
  padding: 100px 0;
  background-color: #fff;
}

button.remove-btn:hover i {
  color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-product-mobile-thumb {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 135px;
  flex: 1 0 135px;
  max-width: 135px;
  border: 1px solid #e5e5e5;
}

.cart-product-mobile-remove {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}

.cart-product-mobile-remove i {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}

.cart-product-mobile-remove i:hover {
  color: #dc3545;
}

.cart-product-mobile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-product-mobile-image img {
  width: 100%;
}

.cart-product-mobile-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cart-product-mobile-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-product-mobile-title a {
  font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.cart-product-mobile-total {
  margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
  margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
  padding-left: 5px;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Cart Inner Page End Here -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
 <!-- Cat Shop Checkout Inner Page Start Here -->
<!-- ============================================================== -->*/

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.alert-js.active .show-modal {
  display: none;
}

.alert-overlay {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}

.alert-js.active .alert-overlay {
  opacity: 1;
  pointer-events: auto;
}

.alert-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 923;
}

.alert-js.active .alert-box {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
  font-size: 70px;
  color: #27ff00;
}

.alert-box h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

.alert-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
  text-align: center;
  font-family: cursive;
}

.alert-box .alert-buttons {
  margin-top: 25px;
}

.alert-buttons a {
  display: inline-block;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #ff791f;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.5s;
}

.alert-buttons a:first-child:hover {
  background-color: #062e5f;
}

.alert-buttons a:last-child {
  background: #062e5f;
}

.alert-buttons a:hover {
  background-color: #ff791f;
}

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
  padding: 100px 0;
}

.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

.cart-thumb {
  max-width: 160px;
  border-radius: 5px;
}

.cart-totals .table,
.checkout-box .table {
  --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  padding: 30px;
  background-color: #f8f9fa;
}

.cart-totals .title {
  margin-bottom: 15px;
}

.cart-totals .table {
  margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
  padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
  padding-right: 0;
}

/* Checkout Box */
.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
  margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
  font-size: 14px;
  margin-top: 10px;
}

/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #e5e5e5;
}

fieldset legend {
  font-size: 16px;
  font-weight: 700;
  float: none;
  width: auto;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
}

/* Form Label */
label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #062e5f;
}

/* Form Field Select */
select.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: url("https://m100.ditsolution.net/html/cat-shop/assets/images/icons/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}

select.form-field:focus {
  border-color: #c7a17a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  select.form-field {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  select.form-field {
    height: 44px;
  }
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 44px;
  }
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):focus {
  border-color: #c7a17a;
}

/* Form Field Textarea */
textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

textarea.form-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
  border-color: #c7a17a;
}

/* News Letter Form */
.subscribe-newsletter {
  position: relative;
  width: 100%;
  max-width: 770px;
}

.subscribe-newsletter input[type="email"] {
  height: 60px !important;
  padding: 10px 30px !important;
  padding-right: 140px !important;
  border-radius: 100px;
  background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="email"] {
    font-size: 14px;
    height: 50px !important;
  }
}

.subscribe-newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 100px;
  background-color: #c7a17a;
}

.subscribe-newsletter input[type="submit"]:hover {
  background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="submit"] {
    font-size: 14px;
    height: 50px;
  }
}

/* Reservation Form */
.reservation-form {
  padding: 40px 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .reservation-form {
    padding: 30px;
  }
}

.reservation-form .block-title {
  margin-bottom: 20px;
}

.reservation-form .input-field {
  width: 100%;
}

.reservation-form .input-field:not(:last-child) {
  margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
  font-size: 15px;
}

.reservation-form .input-field textarea {
  height: 120px;
}

.reservation-form .input-field input[type="submit"] {
  text-transform: uppercase;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

/*<!-- ============================================================== -->
 <!-- Cat Shop Checkout Inner Page End Here -->
<!-- ============================================================== -->*/

/*==========================================
 <-- Cat Shop Search CSS  Start -->
=========================================*/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: #2828283b;
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  backdrop-filter: blur(5px);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to right, #ff4613 6%, #e9e9e9 96%);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-top-color: #fff;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: 2px solid #ff4613;
  border-radius: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #ff4613;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textSection::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #f00;
}

.search-box-btn.search-box-outer i {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.search-box-btn.search-box-outer i:hover {
  color: #ff4613;
  filter: hue-rotate(360deg);
}

/*==========================================
 <-- Cat Shop Search CSS  End -->
=========================================*/

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.cart_sidebar.active {
  right: 0px;
}

.cart_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}

.cart_sidebar .close_btn:hover {
  color: red;
}

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.cart_sidebar .heading_title span {
  color: #ff791f;
}

.cart_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #062e61;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}

.cart_sidebar .total_price span:last-child {
  color: #ff791f;
}

.cart_sidebar .btns_group {
  margin: -5px;
}

.cart_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}

.cart_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}

ul.btns_group.ul_li {
  margin-top: 16px;
}

ul.btns_group.ul_li a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ff791f;
}

ul.btns_group a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}

ul.btns_group li:last-child a:hover {
  color: #fff;
}

ul.btns_group li:first-child a {
  background: #ff791f;
  color: #fff;
}

ul.btns_group li:first-child a:hover {
  color: #062e61;
}

ul.btns_group li:first-child a:before {
  background: #fff;
}

ul.btns_group li:last-child a:before {
  background: #ff791f;
}

ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
  transform: scale(1);
}

.cart_sidebar .btn.btn_border {
  padding: 15px 20px;
}

.cart_sidebar::-webkit-scrollbar {
  width: 0px;
}

.cart_sidebar_overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
  background: #ff791f;
}

.cart_sidebar_overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  left: 0;
}

.cart_item {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 25px;
  transition: 0.5s;
}

.cart_item.remove {
  display: none;
}

.cart_item:not(:last-child) {
  margin-bottom: 20px;
}

.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 10px;
}

.cart_item .item_image img {
  width: 70px;
  height: 70px;
}

.cart_item .item_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.cart_item .item_price {
  line-height: 1;
  display: block;

  font-weight: 600;
  color: #ff791f;
}

.cart_item .remove_btn {
  top: 50%;
  right: 0px;
  color: red;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.cart_item .remove_btn:hover {
  color: #ffffff;
  background-color: red;
}

/* White sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
  display: block;
}

.white_sidebar {
  top: 0;
  width: 440px;
  right: -440px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 50px 20px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s ease-in-out;
}

.white_sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.white_sidebar.active {
  right: 0px;
}

.white_sidebar .close_btn {
  top: 15px;
  right: 20px;
  line-height: 1;
  font-size: 24px;
  position: absolute;
}

.white_sidebar .close_btn:hover {
  color: red;
}

.white_sidebar .heading_title {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.white_items_list {
  background: #f9f9f9;
  padding: 20px;
}

.white_sidebar .heading_title span {
  color: #ff791f;
}

.white_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0px;
  margin-bottom: 15px;
  align-items: center;
  color: #062e61;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  justify-content: space-between;
}

.white_sidebar .total_price span:last-child {
  color: #ff791f;
}

.white_item .item_image img {
  width: 130px;
  height: 120px;
}

.white_sidebar .btns_group li {
  width: 48%;
  padding: 5px;
  display: inline-block;
}

.white_sidebar .btn {
  display: block;
  font-size: 12px;
  padding: 17px 20px;
}

ul.btns_group.ul_li a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

ul.btns_group a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
  border-radius: 4px;
}

ul.btns_group li:last-child a:hover {
  color: #fff;
}

ul.btns_group li:first-child a {
  background: #ff791f;
  color: #fff;
}

ul.btns_group li:first-child a:hover {
  color: #062e61;
}

ul.btns_group li:first-child a:before {
  background: #fff;
}

ul.btns_group li:last-child a:before {
  background: #ff791f;
}

ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
  transform: scale(1);
}

.white_sidebar .btn.btn_border {
  padding: 15px 20px;
}

.white_sidebar::-webkit-scrollbar {
  width: 0px;
}

.white_sidebar_overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
  background: #ff791f;
}

.white_sidebar_overlay.active {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  left: 0;
}

.white_item {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 25px;
  transition: 0.5s;
}

.white_item.remove {
  display: none;
}

.white_item:not(:last-child) {
  margin-bottom: 20px;
}

.white_item .item_image {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  margin-right: 20px;
}

.white_item .item_image img {
  width: 130px;
  height: 120px;
}

.white_item .item_title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.white_item .item_price {
  line-height: 1;
  display: block;

  font-weight: 600;
  color: #ff791f;
}

.white_item .remove_btn {
  top: 50%;
  right: 0px;
  color: red;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}

.white_item .remove_btn:hover {
  color: #ffffff;
  background-color: red;
}

.more-product-title h4 {
  margin: 20px 0;
}

.more-product-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.more-product-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.more-product-thumb img {
  width: 100%;
  transition: 0.5s;
}

.more-product-item:hover .more-product-thumb img {
  transform: scale(1.1);
}

.more-product-icon {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.more-product-item:hover .more-product-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.more-product-content {
  margin-top: 20px;
}

.more-product-content h6:last-child {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 10px;
}

.more-product-icon ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 4px 0;
}

.more-product-icon ul li a:hover {
  color: #fff;
}

.more-product-icon ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff791f;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
}

.more-product-icon ul li a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

/*=====================================
<-- Pet Shop pop up Css -->
=======================================*/

.confirm-box {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-box {
  background: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #062e5f;
  font-weight: 500;
}

.button-box {
  margin-top: 30px;
}

.yes-button,
.no-button {
  padding: 8px 20px;
  font-size: 16px;
  margin: 0 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
  filter: hue-rotate(360deg);
}

.yes-button {
  background: #ff7a1f;
}

.no-button {
  background: #062e5f;
}

/*=====================================
<-- Pet Shop Side Bar Css -->
=======================================*/

/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

/* .nav-btn.navSidebar-button {
    float: left;
    padding-top: 10px;
} */

.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #0e264f;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #ff791f;
}

/*html css*/
.nav-logo {
  padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
  color: #ff791f;
}

.sidebar-info-contents .widget-search {
  padding: 0 0 15px;
}

.sidebar-info-contents .widget {
  display: block;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 8px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}

.widget form {
  position: relative;
}

.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #303030;
  border: 1px solid #e9e9e9;
}

button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #ff791f;
  border-radius: 0 4px 4px 0;
}

.recent-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding-top: 16px;
}

ul.list-style-one li {
  display: block;
  color: #fff;
  margin: 8px 0;
  overflow: hidden;
}

ul.list-style-one li span {
  font-size: 16px;
  font-weight: 600;
  color: #062462;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
}

ul.list-style-one li a {
  transition: 0.5s;
  color: #062462;
}

.widget-gallery-thumb img {
  width: 100%;
  border-radius: 5px;
}

/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
  display: inline-block;
  list-style: none;
}

li.item1 {
  padding: 15px 0 0 !important;
}

.sidebar-tag-item a {
  background: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 0;
  font-weight: 500;
  color: #ff791f;
  border: 2px solid #ff791f;
  transition: 0.5s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.sidebar-tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff791f;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.sidebar-tag-item a:hover:before {
  transform: scale(1);
}

.sidebar-tag-item a:hover {
  color: #fff;
}

/* Social Icon */

.follow-company-icon a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #ff791f;
  border: 1px solid #ff791f;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin: 0 4px;
}

.follow-company-icon a:hover {
  color: #000;
}

.follow-company-icon a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
  transform: scale(0);
}

.follow-company-icon a:hover:before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

ul.list-style-one li a:hover span {
  background: #ff791f;
  border-radius: 30px;
  color: #fff;
}

ul.list-style-one li a:hover {
  color: #ff791f;
}

/* Quick View Area /
/ ----------------------------------------------------------------------------------- */
.quickview-product-image-slider {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.single-product-meta {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product-badge-left span {
  position: absolute;
  left: 20px;
  top: 40px;
  z-index: 1;
  color: #fff;
  background: #ff7a1f;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
}

.single-product-badge-right {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
}

.single-product-badge-right span {
  display: block;
  color: #fff;
  background: #ff7a1f;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
  margin-bottom: 4px;
  text-align: center;
}

.image-slide img {
  width: 100%;
  border-radius: 5px;
  cursor: grab;
}

.image-slide-btn img {
  width: 120px;
  border-radius: 5px;
  cursor: pointer;
}

.slick-active.slick-center .image-slide-btn img {
  border: 1px solid #ff7a1f;
  padding: 2px;
}

.quick-slider-btn {
  margin-top: 2rem;
}

/* Modal */
.quickview-product-modal .btn-close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 10px;
  -webkit-transform: translateX(40%) translateY(-40%);
  transform: translateX(40%) translateY(-40%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.quickview-product-modal .modal-body {
  padding: 30px;
}

/* Single Product Image */
.single-product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.single-product-image-item {
  position: relative;
  border: 1px solid #f2f2f2;
}

/* Single Product Content */
.single-product-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .single-product-title {
    font-size: 24px;
  }
}

.single-product-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #ff7a1f;
  gap: 20px;
}

.single-product-price del {
  font-size: 18px;
  font-weight: 400;
  color: #062e61;
}

.single-product-meta {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.single-product-meta li {
  line-height: 1.4285;
  display: -webkit-box;
  gap: 10px;
}

.single-product-meta li + li {
  margin-top: 10px;
}

.single-product-meta li span.label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
  max-width: 80px;
}

.single-product-meta li span.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
  content: ",";
}

.single-product-meta li span.value.social a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-text {
  margin-bottom: 20px;
}

.single-product-variations {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.size-value ul li {
  display: inline-block;
  margin: 0 4px;
}

.size-value ul li button {
  height: 26px;
  width: 26px;
  background: #062e5f;
  text-align: center;
  line-height: 26px;
  color: #fff;
  border-radius: 2px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 14px;
}

.size-value ul li button.active {
  background: #ff791f;
}

.color-value ul li {
  display: inline-block;
  margin: 0 4px;
}

.color-value ul li button {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 22px;
  transition: 0.5s;
}

.color-value ul li:nth-child(1) button {
  background: purple;
}

.color-value ul li:nth-child(2) button {
  background: blue;
}

.color-value ul li:nth-child(3) button {
  background: chocolate;
}

.color-value ul li:nth-child(4) button {
  background: red;
}

.color-value ul li:nth-child(5) button {
  background: palevioletred;
}

.color-value ul li button i {
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.color-value ul li button.active i {
  opacity: 1;
  visibility: visible;
}

.metarial-value ul li {
  display: inline-block;
}

.metarial-value ul li button {
  transition: 0.5s;
  color: #062e5f;
}

.metarial-value ul li button.active {
  color: #ff791f;
}

.single-product-additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.single-product-additional-information .single-product-info-btn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  border: none;
  background-color: transparent;
  gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
  color: #ff7a1f;
}

.single-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
  align-items: center;
}

.single-product-actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-buy-now {
  margin-bottom: 30px;
}

.single-product-buy-now .btn {
  width: 100%;
  max-width: 340px;
}

.single-product-safe-payment p {
  margin-bottom: 5px;
  color: #616161;
}

.single-product-safe-payment li {
  display: inline-block;
  margin-right: 8px;
  height: 30px;
  width: 38px;
  background: #062e5f;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  color: #fff;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.single-product-variation-size-item {
  position: relative;
}

.single-product-variation-size-item input:checked ~ label {
  color: #fff;
  background-color: #ff7a1f;
}

.single-product-variation-size-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  background-color: #888a8d;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.single-product-variation-color-item {
  position: relative;
}

.single-product-variation-color-item input:checked ~ label {
  position: relative;
}

.single-product-variation-color-item input:checked ~ label {
  position: absolute;
  content: "\F272";
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateX(-50%);
  font-weight: 900;
  transform: translate3d();
}

.single-product-variation-color-item label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-indent: -99999px;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #eff1f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.single-product-variation-material-item {
  position: relative;
}

.single-product-variation-material-item input:checked ~ label {
  color: #1f2226;
}

.single-product-variation-material-item label {
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .single-product-description-area {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area {
    padding: 20px;
  }
}

.single-product-description-area-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-area-nav {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-description-area-nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav {
    gap: 15px;
  }
}

.single-product-description-area-nav button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  border: none;
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-product-description-area-nav button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav button {
    padding-bottom: 5px;
  }
}

.single-product-description-area-nav button::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #ff7a1f;
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.single-product-description-area .block-title-2 {
  padding-bottom: 0;
  border-bottom: none;
}

/* Product Quantity */
.product-quantity-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  border: 1px solid #e5e5e5;
}

.product-quantity-count input {
  margin: 0;
}

.product-quantity-count .product-quantity-box {
  line-height: 1;
  width: 30px;
  text-align: center;
  border: none;
  background-color: transparent;
}

.product-quantity-count input:focus {
  border: 0 !important;
  outline: 0 !important;
}

.product-quantity-count .qty-btn {
  font-size: 20px;
  line-height: 1;
  width: 30px;
  padding: 10px;
  text-align: center;
  border: none;
  background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
  color: #ff7a1f;
}

span.value.links a {
  color: #303030;
}

button.reaction-btn,
.reset-btn {
  border-radius: 3px;
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #f9fafb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

button.reaction-btn::before,
button.reset-btn::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ff7a1f;
  transition: 0.5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
  left: 0;
  width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
  color: #fff;
}

.product-action-btn {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  visibility: hidden;
  padding: 5px 10px;
  content: attr(data-tooltip-text);
  cursor: default;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  color: #fffefe;
  border-radius: 50px;
  background-color: #00000066;
}

.product-action-btn:hover {
  color: #ff7a1f;
}

.product-action-btn:hover[data-tooltip-text]::before {
  top: -25px;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .product-action-btn i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .product-action-btn i {
    font-size: 20px;
  }
}

/*===========================
<-- Cat Shop Loader Css -->
=============================*/

/* PRELOADER CSS */
.loading-screen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #ff791f;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .animation-preloader {
  z-index: 1000;
  position: relative;
}

.animation-preloader h3 {
  position: absolute;
  top: 0;
  left: 50%;
  text-shadow: 2px 2px 0px #062e5f;
  transform: translate(-50%, 56px);
  color: #fff;
}

.loading-screen .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid #e2dfdd;
  border-top-color: #062e5f;
  width: 150px;
  height: 150px;
  margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
  font: bold 5em "Nunito", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
  color: #e2dfdd;
  position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #062e5f;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Nunito", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.loading-screen
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "Nunito", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "Nunito", sans-serif;
  }
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
  background: transparent;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #ff791f;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #ff791f;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/* curser Animation */

.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: 0.2s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -0%);
  z-index: 9999;
  transition: 0.1s;
}

/* curser Animation */

/*<!-- ============================================================== -->
 <!-- Cat Shop animation start here -->
<!-- ============================================================== -->*/

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(100px);
    transform: scale(0.7) translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes ZoomIn {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes FadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate3 {
  0% {
    transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
  }
}

@keyframes rotate4 {
  0% {
    transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes play-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
  }
}

@keyframes play-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3),
      0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3),
      0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes Dance {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

@keyframes Rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Ripple {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(3);
    -webkit-transform: scale(3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lqt {
  0%,
  100% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% 0px;
  }
  50% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% 40px;
  }
  50.1% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0% -40px;
  }
}

@keyframes lqb {
  0% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0 40px;
  }
  100% {
    background-image: linear-gradient(#ff3d00 40px, transparent 0);
    background-position: 0 -40px;
  }
}

@keyframes spinx {
  0%,
  49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }
  51%,
  98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }
  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}
